Reorder Windows platform defs.
This commit is contained in:
@@ -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
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user