< prev index next >

src/java.desktop/windows/native/libawt/windows/DllUtil.cpp

Print this page

        

@@ -23,11 +23,13 @@
  * questions.
  */
 
 
 #include "DllUtil.h"
-#include <jdk_util.h>
+#include <jni.h>
+#include <jvm.h>
+#include <jdk_util_md.h>
 
 // Disable warning about using this in the initializer list.
 #pragma warning( disable : 4355)
 
 DllUtil::~DllUtil()
< prev index next >