File tree 4 files changed +5362
-1857
lines changed
4 files changed +5362
-1857
lines changed Original file line number Diff line number Diff line change 22
22
23
23
#include < vector>
24
24
#include < string>
25
+ #include < cstdint>
25
26
26
27
namespace base64 {
27
28
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ chdir build
12
12
13
13
14
14
REM Make the MSVC project
15
- cmake -G " Visual Studio 16 2019 " -A Win32 ..
15
+ cmake -G " Visual Studio 17 2022 " -A Win32 ..
16
16
if " %ERRORLEVEL% " == " 1" exit /B 1
17
17
18
18
REM Build for Debug and MinSizeRel
19
19
REM This doesn't need to be called in the GitHub Action build
20
- if " %GITHUB_ACTION% " == " " call " C:\Program Files (x86) \Microsoft Visual Studio\2019 \Community\VC\Auxiliary\Build\vcvars32.bat"
20
+ if " %GITHUB_ACTION% " == " " call " C:\Program Files\Microsoft Visual Studio\2022 \Community\VC\Auxiliary\Build\vcvars32.bat"
21
21
if " %ERRORLEVEL% " == " 1" exit /B 1
22
22
msbuild.exe -p:Configuration=Debug -p:PlatformToolset=v140 -p:PreferredToolArchitecture=x86 -p:Platform=x86 -p:PlatformTarget=x86 psicash.vcxproj
23
23
if " %ERRORLEVEL% " == " 1" exit /B 1
You can’t perform that action at this time.
0 commit comments