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:
在 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