< prev index next >

src/java.desktop/windows/native/libawt/java2d/opengl/OGLFuncs_md.h

Print this page

        

@@ -27,11 +27,13 @@
 #define OGLFuncs_md_h_Included
 
 #include <windows.h>
 #include "J2D_GL/wglext.h"
 #include "OGLFuncMacros.h"
-#include <jdk_util.h>
+#include <jni.h>
+#include <jvm.h>
+#include <jdk_util_md.h>
 
 /**
  * Core WGL functions
  */
 typedef HGLRC (GLAPIENTRY *wglCreateContextType)(HDC hdc);
< prev index next >