summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-26 12:52:32 -0400
committerPietro Gagliardi <[email protected]>2014-08-26 12:52:32 -0400
commitadbe5303e7d97e439e1f1f75df23d357b037f702 (patch)
treea9bafa99c1def93cae7afc54c3f2679445b3c0f5 /redo/winapi_windows.h
parente7490ce49b113f4d1877de8f5ee4b40b183fbabf (diff)
Changed the way dialogs work so that they do real modality properly and implemented such on Windows.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index 477a2f0..ca88f01 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -40,6 +40,7 @@ enum {
msgAreaKeyUp,
msgLoadImageList,
msgTableMakeInitialCheckboxImageList,
+ msgOpenFileDone,
};
// uitask_windows.c
@@ -149,6 +150,6 @@ enum {
extern HIMAGELIST makeCheckboxImageList(HWND, HTHEME *);
// dialog_windows.c
-extern WCHAR *openFile(void);
+extern void openFile(HWND, void *);
#endif