summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 14:42:52 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 14:42:52 -0400
commita013fe638412809fe3dd18f0231d68d1ce469d56 (patch)
tree9b6200a95810b6185430f8702d61cb7035e340ce /new/uipriv_darwin.h
parent4a52806d70af810634eaf6e3760d3c7a945ff006 (diff)
Added the uiDarwinControl logic.
Diffstat (limited to 'new/uipriv_darwin.h')
-rw-r--r--new/uipriv_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h
index 60b3893..191355f 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -3,6 +3,7 @@
#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7
#import <Cocoa/Cocoa.h>
#import "uipriv.h"
+#import "ui_darwin.h"
#define toNSString(str) [NSString stringWithUTF8String:(str)]