mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
This commit is contained in:
parent
66e49b8532
commit
ad41401c69
@ -1,3 +1,7 @@
|
||||
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (__GNUC_EXTENSION): Define, replacing __MINGW_EXTENSION.
|
||||
|
||||
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||
|
||||
* lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
|
||||
|
@ -5,9 +5,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define __MINGW_EXTENSION __extension__
|
||||
#define __GNUC_EXTENSION __extension__
|
||||
#else
|
||||
#define __MINGW_EXTENSION
|
||||
#define __GNUC_EXTENSION
|
||||
#endif
|
||||
|
||||
#ifndef WINBASEAPI
|
||||
@ -852,8 +852,8 @@ typedef struct _DEBUG_EVENT {
|
||||
typedef struct _OVERLAPPED {
|
||||
ULONG_PTR Internal;
|
||||
ULONG_PTR InternalHigh;
|
||||
__MINGW_EXTENSION union {
|
||||
__MINGW_EXTENSION struct {
|
||||
__GNUC_EXTENSION union {
|
||||
__GNUC_EXTENSION struct {
|
||||
DWORD Offset;
|
||||
DWORD OffsetHigh;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user