src/java.base/windows/native/libjli/java_md.c
changeset 59323 ae2eb76c486d
parent 58280 ef8c8cf9256a
equal deleted inserted replaced
59321:5775e4825e58 59323:ae2eb76c486d
   702     } else {
   702     } else {
   703         return NULL;
   703         return NULL;
   704     }
   704     }
   705 }
   705 }
   706 
   706 
   707 void SplashFreeLibrary() {
       
   708     if (hSplashLib) {
       
   709         FreeLibrary(hSplashLib);
       
   710         hSplashLib = NULL;
       
   711     }
       
   712 }
       
   713 
       
   714 /*
   707 /*
   715  * Signature adapter for _beginthreadex().
   708  * Signature adapter for _beginthreadex().
   716  */
   709  */
   717 static unsigned __stdcall ThreadJavaMain(void* args) {
   710 static unsigned __stdcall ThreadJavaMain(void* args) {
   718     return (unsigned)JavaMain(args);
   711     return (unsigned)JavaMain(args);