Bochs/bochs/gui/win32dialog.h
Volker Ruppert c9b4d06ff4 - fixed and improved save state dialog handling
* generic save state dialog code moved to the save_restore_handler() in gui.cc
  * the suspend button in the wxWidgets port now works and uses the new code
  * old wxWidgets save state code removed (not thread-safe)
- wxWidgets HandleAskParamString() method fixed for wxGTK (now using a temporary
  string array instead of a pointer)
2006-08-29 20:10:27 +00:00

13 lines
346 B
C

/////////////////////////////////////////////////////////////////////////
// $Id: win32dialog.h,v 1.10 2006-08-29 20:10:27 vruppert Exp $
/////////////////////////////////////////////////////////////////////////
#include "config.h"
#if BX_USE_TEXTCONFIG && defined(WIN32)
int RuntimeOptionsDialog();
void win32_init_notify_callback();
#endif