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>
|
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
|
||||||
|
|
||||||
* lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
|
* lib/kernel32.def (FreeLibraryAndExitThread): Fix definition.
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
#define __MINGW_EXTENSION __extension__
|
#define __GNUC_EXTENSION __extension__
|
||||||
#else
|
#else
|
||||||
#define __MINGW_EXTENSION
|
#define __GNUC_EXTENSION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef WINBASEAPI
|
#ifndef WINBASEAPI
|
||||||
@ -852,8 +852,8 @@ typedef struct _DEBUG_EVENT {
|
|||||||
typedef struct _OVERLAPPED {
|
typedef struct _OVERLAPPED {
|
||||||
ULONG_PTR Internal;
|
ULONG_PTR Internal;
|
||||||
ULONG_PTR InternalHigh;
|
ULONG_PTR InternalHigh;
|
||||||
__MINGW_EXTENSION union {
|
__GNUC_EXTENSION union {
|
||||||
__MINGW_EXTENSION struct {
|
__GNUC_EXTENSION struct {
|
||||||
DWORD Offset;
|
DWORD Offset;
|
||||||
DWORD OffsetHigh;
|
DWORD OffsetHigh;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user