src/java.desktop/windows/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, 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
    53                                     (r).right=(xx)+(ww); (r).bottom=(yy)+(hh);
    53                                     (r).right=(xx)+(ww); (r).bottom=(yy)+(hh);
    54 #define RECT_INC_HEIGHT(r) (r).bottom++;
    54 #define RECT_INC_HEIGHT(r) (r).bottom++;
    55 
    55 
    56 #define INLINE __inline
    56 #define INLINE __inline
    57 
    57 
    58 #define SPLASHEXPORT __declspec(dllexport)
       
    59 
       
    60 #endif
    58 #endif