[Mingw-w64-public] Forcing MinGW-w64's linker to find Windows specific libraries

2019-06-21 Thread Kacvinsky, Tom
I am getting these errors: C:\code\mingw-native\bin/ld.exe: cannot find -ladvapi32.lib C:\code\mingw-native\bin/ld.exe: cannot find -lcomctl32.lib C:\code\mingw-native\bin/ld.exe: cannot find -lcomdlg32.lib C:\code\mingw-native\bin/ld.exe: cannot find -lcrypt32.lib C:\code\mingw-native\bin/ld.exe:

Re: [Mingw-w64-public] Patch for MEMORY_PRIORITY defines

2019-06-21 Thread Liu Hao
在 2019/6/21 5:00, Tom Ritter 写道: > This patch moves MEMORY_PRIORITY_ defines outside a _WIN32_WINNT #if > check to match Microsoft's definitions, which are in winnt.h and not > behind any version #ifs. > > -tom > > > Thanks; I pushed this patch. BTW: I don't think these macros belong there be