mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
generalize define from __MINGW32__ to __MINGW__
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30001 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
97653c21a2
commit
f784646663
51 changed files with 404 additions and 350 deletions
|
@ -121,7 +121,7 @@ GS_EXPORT NSString * const NSDefaultRunLoopMode;
|
|||
* using NSStream, at which point this API will be redundant.
|
||||
*/
|
||||
typedef enum {
|
||||
#ifdef __MINGW32__
|
||||
#ifdef __MINGW__
|
||||
ET_HANDLE, /* Watch for an I/O event on a handle. */
|
||||
ET_RPORT, /* Watch for message arriving on port. */
|
||||
ET_WINMSG, /* Watch for a message on a window handle. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue