Windows APIs tweaks.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package = platform.windows
|
||||
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 \
|
||||
compilerOpts = -DUNICODE -DWINVER=0x0601 -D_WIN32_WINNT=0x0601 -DWINAPI_FAMILY=3 -DOEMRESOURCE \
|
||||
-Wno-incompatible-pointer-types -Wno-deprecated-declarations
|
||||
linkerOpts = -lcomctl32 -lcrypt32 -lshlwapi -lshell32 -limm32 -lusp10 -lwininet -lgdi32 -luser32 -lkernel32
|
||||
noStringConversion = LoadCursorA LoadBitmapA
|
||||
depends = posix
|
||||
|
||||
Reference in New Issue
Block a user