* 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

@@ -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)