diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-19 12:44:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-19 12:44:42 -0400 |
| commit | fa3dff4d4602595a017579626560340b4e8be7e4 (patch) | |
| tree | 52c410825373aa0b113e4b99a731a9265c2237c9 /redo/objc_darwin.h | |
| parent | bed2a4eeb50b887bf918dfacecc4c5081ec1b8aa (diff) | |
Implemented OpenFile() on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index f828445..53cb65d 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -128,4 +128,7 @@ extern void disableAutocorrect(id); /* imagerep_darwin.m */ extern id toImageListImage(void *, intptr_t, intptr_t, intptr_t); +/* dialog_darwin.m */ +extern char *openFile(void); + #endif |
