jdk/src/java.base/windows/native/libjli/java_md.h
changeset 29742 b73f38796859
parent 27938 7f7f8bf64dd7
child 34960 75262319b048
equal deleted inserted replaced
29741:da2598cb299e 29742:b73f38796859
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2015, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    37 #define FILE_SEPARATOR  '\\'
    37 #define FILE_SEPARATOR  '\\'
    38 #define IS_FILE_SEPARATOR(c) ((c) == '\\' || (c) == '/')
    38 #define IS_FILE_SEPARATOR(c) ((c) == '\\' || (c) == '/')
    39 #define MAXPATHLEN      MAX_PATH
    39 #define MAXPATHLEN      MAX_PATH
    40 #define MAXNAMELEN      MAX_PATH
    40 #define MAXNAMELEN      MAX_PATH
    41 
    41 
       
    42 #define JLONG_FORMAT_SPECIFIER "%I64d"
    42 
    43 
    43 /*
    44 /*
    44  * Support for doing cheap, accurate interval timing.
    45  * Support for doing cheap, accurate interval timing.
    45  */
    46  */
    46 extern jlong CounterGet(void);
    47 extern jlong CounterGet(void);