On 3/18/2021 10:21 AM, Liu Hao wrote:
在 2021-03-18 04:11, Ken Goldman 写道:
Windows 10, When moving to mingw 9.2.0 from a very old version, these errors
appeared.
From looking at the header files, I can fix them with this in the makefile.
Is there a better solution?
-D_NO_OLDNAMES
Windows 10, When moving to mingw 9.2.0 from a very old version, these errors
appeared.
From looking at the header files, I can fix them with this in the makefile. Is
there a better solution?
-D_NO_OLDNAMES -D_WIN32_WINNT=0x0603
c:\program files\mingw\include\sys\timeb.h:137:6: error: nes
I have an odd issue when I include Windows Kits headers, which I need
for tbs.h. gcc starts including mingw headers, but then switches over to
Windows Kits headers and fails.
My include source is:
[snip]
#include
#include
#include
#include
#include
The compiler directive is
"c:/program
I downloaded mingw from mingw.org. The documentation says:
"The project's name changed from mingw32 to MinGW is to prevent the
implication that MinGW will only works on 32 bit systems (as 64 and
higher bit machines become more common, MinGW will evolve to work with
them)."
What exactly does t