Skip to content

Commit

Permalink
Add CMSC_VERSION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mturk committed Feb 2, 2021
1 parent 30ffac5 commit 5f66d10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ For a full list of changes, see the [git commit log][log]

## cmsc 15.0_36

* Add missing vsnprintf and _ftelli64 function declarations
* Add missing snprintf and vsnprintf function declarations
* Add CMSC_VERSION to setenv.bat

## cmsc 15.0_35

Expand Down
1 change: 1 addition & 0 deletions setenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ if not exist "%CmscRootDir%\msvc\bin\build.exe" (
exit /B 1
)
set "WINVER=0x0601"
set "CMSC_VERSION=15036"
rem
rem Default target is 64-bit Windows
rem
Expand Down
4 changes: 2 additions & 2 deletions tools/msvcrt_compat.def
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ EXPORTS
_getpid=msvcrt._getpid
_environ=msvcrt._environ
_wenviron=msvcrt._wenviron
__ftelli64=msvcrt.__ftelli64
_vsnprintf=msvcrt._vsnprintf
snprintf=msvcrt.snprintf
vsnprintf=msvcrt.vsnprintf

0 comments on commit 5f66d10

Please sign in to comment.