.Core: Fixed to compile with mingw

git-svn-id: svn://ultimatepp.org/upp/trunk@4912 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-05-08 10:23:28 +00:00
parent 8cc032d4c7
commit 36070e1c4f

View file

@ -17,7 +17,7 @@ library(WIN32 !MSC8ARM) "advapi32 shell32 winmm mpr";
library(SOLARIS) "posix4 dl";
library(WIN32 GCC) "ole32 oleaut32 uuid";
library(WIN32 GCC) "ole32 oleaut32 uuid ws2_32";
library(MSC8ARM WIN32) "coredll.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib ccrtrtti.lib";