18#ifndef WIN32_LEAN_AND_MEAN
19#define WIN32_LEAN_AND_MEAN 1
27#define Direct3DCreate Direct3DCreate9
29typedef LPDIRECT3D9 (WINAPI *DIRECT3DCREATE9)(UINT SDKVersion);
31typedef LPDIRECT3D9 DIRECT_3D;
32typedef D3DCAPS9 D3DCAPS;
33typedef D3DADAPTER_IDENTIFIER9 D3DADAPTER_IDENTIFIER;
34typedef LPDIRECT3DDEVICE9 DIRECT_3D_DEVICE;
35typedef DIRECT3DCREATE9 DIRECT_3D_CREATE;
37static char *d3d_dll_name =
"d3d9.dll";
38static char *direct_3d_create_function_name =
"Direct3DCreate9";
42#include "winDetectDx.h"
46 return get_display_information (display_search_parameters, display_information);
Parameters used for searching display capabilities.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.