mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 14:15:26 -06:00
CtrlCore: Fixed to compile
git-svn-id: svn://ultimatepp.org/upp/trunk@12091 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f2268774e9
commit
a6725e45e9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#include "CocoMM.h"
|
||||
|
||||
#ifdef GUI_COCO
|
||||
|
||||
#define LLOG(x)
|
||||
|
||||
NSAutoreleasePool *main_coco_pool;
|
||||
|
|
@ -117,3 +119,5 @@ void Upp::Ctrl::GuiSleep(int ms)
|
|||
untilDate:[NSDate dateWithTimeIntervalSinceNow:ms / 1000.0]
|
||||
inMode:NSDefaultRunLoopMode dequeue:NO];
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue