9b4db66efd
- user shortcut dialog string limit fixed - fixed keyboard focus in user shortcut and cdrom dialog
13 lines
345 B
C
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
|