Added check for OpenGL.
This commit is contained in:
parent
5719c13f71
commit
a56a16ee73
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "d3d_private.h"
|
||||
|
||||
#ifdef HAVE_OPENGL
|
||||
|
||||
#undef APIENTRY
|
||||
#undef CALLBACK
|
||||
#undef WINAPI
|
||||
|
@ -194,4 +196,6 @@ extern ICOM_VTABLE(IDirect3D) mesa_d3dvt;
|
|||
extern ICOM_VTABLE(IDirect3D2) mesa_d3d2vt;
|
||||
extern ICOM_VTABLE(IDirect3D3) mesa_d3d3vt;
|
||||
|
||||
#endif /* HAVE_OPENGL */
|
||||
|
||||
#endif /* __GRAPHICS_WINE_MESA_PRIVATE_H */
|
||||
|
|
Loading…
Reference in New Issue