* include/sdkddkver.h: New file.

* include/windows.h: Include sdkddkver.h.
This commit is contained in:
Earnie Boyd 2012-07-29 20:52:41 +00:00
parent 7ea2ecec23
commit c5b9032e48
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-07-29 Earnie Boyd <earnie@users.sourceforge.net>
* include/sdkddkver.h: New file.
* include/windows.h: Include sdkddkver.h.
2012-07-06 Corinna Vinschen <corinna@vinschen.de>
* include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions when

View File

@ -16,6 +16,8 @@
#pragma GCC system_header
#endif
#include <sdkddkver.h>
/* translate GCC target defines to MS equivalents. Keep this synchronized
with winnt.h. */
#if defined(__i686__) && !defined(_M_IX86)