summaryrefslogtreecommitdiff
path: root/new/uipriv_darwin.h
diff options
context:
space:
mode:
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 1205d81..5a48fca 100644
--- a/new/uipriv_darwin.h
+++ b/new/uipriv_darwin.h
@@ -6,6 +6,7 @@
#import "ui_darwin.h"
#define toNSString(str) [NSString stringWithUTF8String:(str)]
+#define fromNSString(str) [(str) UTF8String]
// TODO move this to the right place
struct uiSizing {