diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 11:54:02 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 11:54:02 -0400 |
| commit | 67bfe61c933de7c241bc646008b757e3871be906 (patch) | |
| tree | efeef141e6adc3f75e1587bb2f11c4b18e240ba6 /new/uipriv_darwin.h | |
| parent | b5eea413c496d40838af258e533e514212081909 (diff) | |
Implemented the text functions on OS X.
Diffstat (limited to 'new/uipriv_darwin.h')
| -rw-r--r-- | new/uipriv_darwin.h | 1 |
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 { |
