Setting WINVER to 0x400 to shut up the obnoxious warning and to prevent

accidental use of Win 5.0 API's that will not work on older Win machines
This commit is contained in:
dveditz%netscape.com 2000-03-16 01:56:47 +00:00
Родитель c8d45a4e3c
Коммит 257101e724
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -123,7 +123,7 @@ RTL_FLAGS=-MDd # Dynamically linked, multithreaded MSVC4.0 debug RTL
#//
#//------------------------------------------------------------------------
OS_CFLAGS=$(OPTIMIZER) $(RTL_FLAGS) -W3 -nologo -D_X86_ -D_WINDOWS -DWIN32 \
-DXP_PC -DHW_THREADS
-DXP_PC -DHW_THREADS -DWINVER=0x400
OS_CFLAGS=$(OS_CFLAGS) -DMSVC4