Changeset 212
- Timestamp:
- Dec 14, 2010, 9:01:44 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/src/windows/native/sun/windows
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/sun/windows/UnicowsLoader.h
r195 r212 64 64 }; 65 65 66 #ifndef AWT_H66 #ifndef _AWT_H_ 67 67 // copied from awt.h 68 #if defined (WIN32) 68 #if defined (WIN32) || defined(__WIN32OS2__) 69 69 #define IS_WIN32 TRUE 70 70 #else … … 72 72 #endif 73 73 #define IS_NT (IS_WIN32 && !(::GetVersion() & 0x80000000)) 74 #endif // AWT_H74 #endif // _AWT_H_ 75 75 76 76 // Now the platform encoding is Unicode (UTF-16), re-define JNU_ functions -
trunk/openjdk/jdk/src/windows/native/sun/windows/awt.h
r184 r212 133 133 * uname -s returns Windows_NT on NT and 2000 and XP 134 134 */ 135 #if defined (WIN32) 135 #if defined (WIN32) || defined(__WIN32OS2__) 136 136 #define IS_WIN32 TRUE 137 137 #else
Note:
See TracChangeset
for help on using the changeset viewer.