Added WINVER system flag to MinGW build configuration.
This commit is contained in:
Родитель
1c393ae9ab
Коммит
32c38a9197
|
@ -66,7 +66,7 @@ RELEASEOPT_LINK = -O2
|
|||
#
|
||||
# System Specific Flags
|
||||
#
|
||||
SYSFLAGS = -mno-cygwin -D_WIN32 -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DFoundation_Config_INCLUDED -I/usr/local/include -I/usr/include
|
||||
SYSFLAGS = -mno-cygwin -D_WIN32 -DWINVER=0x500 -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC -DFoundation_Config_INCLUDED -I/usr/local/include -I/usr/include
|
||||
|
||||
#
|
||||
# System Specific Libraries
|
||||
|
|
Загрузка…
Ссылка в новой задаче