* include/sdkddkver.h: New file.
* include/windows.h: Include sdkddkver.h.
This commit is contained in:
parent
7ea2ecec23
commit
c5b9032e48
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user