CtrlCore: Fixed to compile in linux

git-svn-id: svn://ultimatepp.org/upp/trunk@12079 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-07-17 11:08:18 +00:00
parent d5f9453d6d
commit 238acdaff0

View file

@ -1,6 +1,8 @@
#ifndef _CtrlCore_CocoMM_h_
#define _CtrlCore_CocoMM_h_
#ifdef flagCOCOA
#define Point NS_Point
#define Rect NS_Rect
#define Size NS_Size
@ -70,3 +72,5 @@ inline Upp::Rect MakeRect(const CGRect& r) {
}
#endif
#endif