commit | e7cdbb0589d0e751a18b3b5597353448938e69bb | [log] [tgz] |
---|---|---|
author | Tim Newsome <nuisance@cmu.edu> | Sun Nov 01 13:04:43 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Nov 01 13:04:43 1998 +0000 |
tree | 2a03826e0655527c55fa98c713f99f7550ee6f0c | |
parent | 120e4576c437e7d556b5ad4c2fbdacccf5956019 [diff] [blame] |
Fix for non-modal dialog closing.
diff --git a/include/dialog.h b/include/dialog.h index ac3a14d..f340070 100644 --- a/include/dialog.h +++ b/include/dialog.h
@@ -38,6 +38,7 @@ #pragma pack(4) #define DF_END 0x0001 +#define DF_ENDING 0x0002 extern BOOL32 DIALOG_Init(void); extern HWND32 DIALOG_CreateIndirect( HINSTANCE32 hInst, LPCSTR dlgTemplate,