Reorder Windows platform defs.

This commit is contained in:
Nikolay Igotti
2017-10-25 14:57:05 +03:00
parent 31662cc445
commit 043e6c54ca
3 changed files with 10 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
depends = windows
package = platform.gdiplus
headers = wtypes.h minwindef.h wtypes.h gdiplus/gdiplus.h
headerFilter = gdiplus/**
compilerOpts = -DUNICODE
linkerOpts = -lgdiplus
+3 -2
View File
@@ -1,7 +1,8 @@
package = platform.posix
headers = stdio.h io.h math.h minwindef.h
headers = minwindef.h wtypesbase.h stdio.h io.h math.h
compilerOpts = -DUNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DWINAPI_FAMILY=3 \
-D_INC_WINDOWS -Wno-incompatible-pointer-types -Wno-deprecated-declarations
-D_INC_WINDOWS -DRPC_NO_WINDOWS_H -DCOM_NO_WINDOWS_H \
-Wno-incompatible-pointer-types -Wno-deprecated-declarations
noStringConversion = send recv
linkerOpts = -lWs2_32
+1 -1
View File
@@ -1,5 +1,5 @@
package = platform.windows
headers = windows.h commctrl.h dwmapi.h shlobj.h shlwapi.h shobjidl.h \
headers = wtypes.h minwindef.h windows.h commctrl.h dwmapi.h shlobj.h shlwapi.h shobjidl.h \
urlmon.h usp10.h uxtheme.h vfw.h wininet.h winsock2.h ws2tcpip.h ws2def.h
compilerOpts = -DUNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DWINAPI_FAMILY=3 \
-Wno-incompatible-pointer-types -Wno-deprecated-declarations