Re: Errors in standard include files
Eli Zaretskii <eliz-mXXj517/[email protected]>
| Newsgroups | gmane.comp.gnu.mingw.user |
|---|---|
| Message-ID | <[email protected]> |
> From: Keith Marshall <[email protected]> > Date: Fri, 10 Jan 2020 20:49:20 +0000 > > mingw32-gcc is my GNU/Linux hosted cross-compiler; on Windows, you would > just run: > > $ echo '#include <windows.h>' | gcc -E -dM -xc - | > > grep -E '(MINGW32|W32API)_VERSION' That's from MSYS Bash's command line. From the Windows cmd.exe, it should be something like D:\>echo #include "windows.h" | gcc -E -dM -xc - | egrep "(MINGW32|W32API)_VERSION _______________________________________________ MinGW-Users mailing list [email protected] This list observes the Etiquette found at http://www.mingw.org/Mailing_Lists. We ask that you be polite and do the same. Disregard for the list etiquette may cause your account to be moderated. _______________________________________________ You may change your MinGW Account Options or unsubscribe at: https://lists.osdn.me/mailman/listinfo/mingw-users Also: mailto:[email protected]?subject=unsubscribe