mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
10 lines
239 B
C
10 lines
239 B
C
|
#ifndef __RunLoop_h_GNUSTEP_BASE_INCLUDE
|
||
|
#define __RunLoop_h_GNUSTEP_BASE_INCLUDE
|
||
|
|
||
|
#include <Foundation/NSRunLoop.h>
|
||
|
|
||
|
#define RunLoop NSRunLoop
|
||
|
#define RunLoopDefaultMode NSDefaultRunLoopMode
|
||
|
|
||
|
#endif /* __RunLoop_h_GNUSTEP_BASE_INCLUDE */
|