Added check for OpenGL.

This commit is contained in:
Alexandre Julliard 2002-09-29 18:05:32 +00:00
parent 5719c13f71
commit a56a16ee73
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include "d3d_private.h" #include "d3d_private.h"
#ifdef HAVE_OPENGL
#undef APIENTRY #undef APIENTRY
#undef CALLBACK #undef CALLBACK
#undef WINAPI #undef WINAPI
@ -194,4 +196,6 @@ extern ICOM_VTABLE(IDirect3D) mesa_d3dvt;
extern ICOM_VTABLE(IDirect3D2) mesa_d3d2vt; extern ICOM_VTABLE(IDirect3D2) mesa_d3d2vt;
extern ICOM_VTABLE(IDirect3D3) mesa_d3d3vt; extern ICOM_VTABLE(IDirect3D3) mesa_d3d3vt;
#endif /* HAVE_OPENGL */
#endif /* __GRAPHICS_WINE_MESA_PRIVATE_H */ #endif /* __GRAPHICS_WINE_MESA_PRIVATE_H */