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