28#ifndef __Win32ConfigDialog_H__
29#define __Win32ConfigDialog_H__
31#include "../OgrePrerequisites.h"
33#define WIN32_LEAN_AND_MEAN
34#if !defined(NOMINMAX) && defined(_MSC_VER)
84#if OGRE_ARCHITECTURE_64 == OGRE_ARCH_TYPE
85 static INT_PTR CALLBACK DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam);
87 static BOOL CALLBACK
DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam);
bool display()
Displays the dialog.
static BOOL CALLBACK DlgProc(HWND hDlg, UINT iMsg, WPARAM wParam, LPARAM lParam)
Callback to process window events.
Defines the functionality of a 3D API.
GeneralAllocatedObject UtilityAlloc