28 #ifndef __WIN32ERRORDIALOG_H__
29 #define __WIN32ERRORDIALOG_H__
33 #define WIN32_LEAN_AND_MEAN
34 #if !defined(NOMINMAX) && defined(_MSC_VER)
67 #if OGRE_ARCHITECTURE_64 == OGRE_ARCH_TYPE
68 static INT_PTR CALLBACK
DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam);
70 static BOOL CALLBACK DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam);
static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam)
Callback to process window events.
void display(const String &errorMessage, String logName="")