Changeset 180
- Timestamp:
- Nov 26, 2010, 8:01:59 PM (15 years ago)
- Location:
- trunk/openjdk/jdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/awt/Makefile
r177 r180 97 97 98 98 OTHER_CXXFLAGS += -DD3D_OVERLOADS 99 OTHER_CFLAGS += -DUNICODE -D_UNICODE 100 OTHER_CXXFLAGS += -DUNICODE -D_UNICODE 99 101 100 102 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OS/2 -
trunk/openjdk/jdk/src/windows/native/sun/windows/UnicowsLoader.h
r177 r180 27 27 #define UNICOWSLOADER_H 28 28 29 #ifndef __WIN32OS2__30 29 #if !defined(UNICODE) || !defined(_UNICODE) 31 30 #error UnicowsLoader module needs UNICODE and _UNICODE flags to be set on compiling 32 #endif33 31 #endif 34 32
Note:
See TracChangeset
for help on using the changeset viewer.