hotspot/src/os/windows/launcher/java_md.h
changeset 15228 e92acc84ade3
parent 7410 f5b282e7a7a6
equal deleted inserted replaced
15225:40677d8847bd 15228:e92acc84ade3
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    67 #ifdef JAVAW
    67 #ifdef JAVAW
    68 #define main _main
    68 #define main _main
    69 extern int _main(int argc, char **argv);
    69 extern int _main(int argc, char **argv);
    70 #endif
    70 #endif
    71 
    71 
       
    72 #define JLONG_FORMAT "%I64d"
       
    73 
    72 /*
    74 /*
    73  * Function prototypes.
    75  * Function prototypes.
    74  */
    76  */
    75 #ifndef GAMMA
    77 #ifndef GAMMA
    76 char *LocateJRE(manifest_info *info);
    78 char *LocateJRE(manifest_info *info);