Changeset 208 for trunk/openjdk/jdk/src/windows
- Timestamp:
- Dec 10, 2010, 5:58:20 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/src/windows/native/sun/awt/splashscreen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/awt/splashscreen/splashscreen_config.h
r2 r208 53 53 #define RECT_INC_HEIGHT(r) (r).bottom++; 54 54 55 #ifndef INLINE 55 56 #define INLINE __inline 57 #endif 56 58 57 59 #define SPLASHEXPORT __declspec(dllexport) -
trunk/openjdk/jdk/src/windows/native/sun/awt/splashscreen/splashscreen_sys.c
r2 r208 29 29 #include <winuser.h> 30 30 31 #ifdef __EMX__ 32 #include <alloca.h> 33 #endif 34 31 35 /* layered windows api prototypes. wouldn't be needed if we could use an updated version of the MS PSDK. */ 32 36 … … 68 72 #define GWLP_USERDATA GWL_USERDATA 69 73 #define GWLP_WNDPROC GWL_WNDPROC 74 #if !defined(__WIN32OS2__) 70 75 typedef __int32 LONG_PTR; 71 76 typedef unsigned __int32 ULONG_PTR; 77 #endif 72 78 #endif // __int3264 73 79
Note:
See TracChangeset
for help on using the changeset viewer.