mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Support building on Windows with Clang MSVC target
This commit is contained in:
parent
ece6fc97ff
commit
61709e6101
174 changed files with 991 additions and 320 deletions
|
@ -44,6 +44,7 @@ typedef NSString* NSRunLoopMode;
|
|||
GS_EXPORT NSRunLoopMode const NSDefaultRunLoopMode;
|
||||
GS_EXPORT NSRunLoopMode const NSRunLoopCommonModes;
|
||||
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSRunLoop : NSObject
|
||||
{
|
||||
#if GS_EXPOSE(NSRunLoop)
|
||||
|
@ -127,7 +128,7 @@ GS_EXPORT NSRunLoopMode const NSRunLoopCommonModes;
|
|||
* run loop.
|
||||
*/
|
||||
typedef enum {
|
||||
#ifdef __MINGW__
|
||||
#ifdef _WIN32
|
||||
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