< prev index next >

src/jdk.jpackage/share/native/libapplauncher/Library.h

Print this page

        

*** 41,51 **** --- 41,57 ---- #include <fstream> using namespace std; // Private typedef for function pointer casting + + #if defined(_WIN32) && !defined(_WIN64) + #define LAUNCH_FUNC "_JLI_Launch@56" + #else #define LAUNCH_FUNC "JLI_Launch" + #endif + typedef int (JNICALL *JAVA_CREATE)(int argc, char ** argv, int jargc, const char** jargv, int appclassc, const char** appclassv, const char* fullversion,
< prev index next >