CtrlCore: Fixed to compile

git-svn-id: svn://ultimatepp.org/upp/trunk@12091 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-07-23 07:37:09 +00:00
parent f2268774e9
commit a6725e45e9

View file

@ -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