Skip to content

Commit d022671

Browse files
committed
FIX: correcting OS_ID version for Windows
1 parent ffb1bf3 commit d022671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/makefile.vc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CD= ./
1010

1111
I= /I..\src\include
1212
TO_OS= TO_WIN32
13-
OS_ID= 0.4.4
13+
OS_ID= 0.3.1
1414

1515
CFLAGS=/c /Os /D "UNICODE" /D "WIN32" /W3 /GR- /Zi /GS /Gy /GF /EHs-c- /GL /D "NDEBUG" /D "_CRT_SECURE_NO_WARNINGS"
1616

0 commit comments

Comments
 (0)