src/java.desktop/macosx/native/libsplashscreen/splashscreen_config.h
changeset 49440 396ea30afbd5
parent 47216 71c04702a3d5
equal deleted inserted replaced
49439:bf53d82a51e5 49440:396ea30afbd5
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2018, 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
    54 #define SPLASHCTL_UPDATE        'U'
    54 #define SPLASHCTL_UPDATE        'U'
    55 #define SPLASHCTL_RECONFIGURE   'R'
    55 #define SPLASHCTL_RECONFIGURE   'R'
    56 
    56 
    57 #define INLINE static
    57 #define INLINE static
    58 
    58 
    59 #define SPLASHEXPORT
       
    60 
       
    61 #endif
    59 #endif