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: nested function 
'_ftime32' declared 'extern'
  137 | void _ftime32 (struct __timeb32 *__t) {_ftime ((struct _timeb *)(__t));}
      |      ^~~~~~~~
c:\program files\mingw\include\sys\timeb.h:169:6: error: nested function 
'ftime' declared 'extern'
  169 | void ftime (struct timeb *__t) {_ftime ((struct _timeb *)(__t)); }
      |      ^~~~~



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to