mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 14:15:26 -06:00
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:
parent
d5f9453d6d
commit
238acdaff0
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue