Bochs/bochs/gui/win32dialog.h
Volker Ruppert 9b4db66efd - rewrite of the win32 dialog handling based on the "overwrite ask" example
- user shortcut dialog string limit fixed
- fixed keyboard focus in user shortcut and cdrom dialog
2005-10-22 11:00:00 +00:00

13 lines
345 B
C

/////////////////////////////////////////////////////////////////////////
// $Id: win32dialog.h,v 1.8 2005-10-22 11:00:00 vruppert Exp $
/////////////////////////////////////////////////////////////////////////
#include "config.h"
#if BX_USE_TEXTCONFIG && defined(WIN32)
int RuntimeOptionsDialog();
void win32_init_notify_callback();
#endif