exclude headers for now
This commit is contained in:
parent
947cd10e2f
commit
6e18c3c2d4
|
@ -2228,8 +2228,8 @@ void GLDrawingPanel::DrawArea(wxWindowDC& dc)
|
||||||
#if defined(__WXMSW__) && !defined(NO_D3D)
|
#if defined(__WXMSW__) && !defined(NO_D3D)
|
||||||
#define DIRECT3D_VERSION 0x0900
|
#define DIRECT3D_VERSION 0x0900
|
||||||
#include <d3d9.h> // main include file
|
#include <d3d9.h> // main include file
|
||||||
#include <d3dx9core.h> // required for font rendering
|
//#include <d3dx9core.h> // required for font rendering
|
||||||
#include <dxerr9.h> // contains debug functions
|
//#include <dxerr9.h> // contains debug functions
|
||||||
|
|
||||||
DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height)
|
DXDrawingPanel::DXDrawingPanel(wxWindow* parent, int _width, int _height)
|
||||||
: DrawingPanel(parent, _width, _height)
|
: DrawingPanel(parent, _width, _height)
|
||||||
|
|
Loading…
Reference in New Issue