1 /////////////////////////////////////////////////////////////////////////
2 // $Id: win32dialog.h,v 1.12 2008/10/21 13:45:03 sshwarts Exp $
3 /////////////////////////////////////////////////////////////////////////
8 #define _WIN32_IE 0x0400 // Force a minimum "OS level" for commctrl.h
10 #if _WIN32_IE < 0x0400
12 #define _WIN32_IE 0x0400
24 #if BX_USE_TEXTCONFIG && defined(WIN32)
26 int RuntimeOptionsDialog();
28 void InitDebugDialog(HWND mainwnd
);
29 void RefreshDebugDialog();
31 void win32_init_notify_callback();