Changeset 176
- Timestamp:
- Nov 23, 2010, 10:12:57 PM (15 years ago)
- Location:
- trunk/openjdk/jdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/javax/sound/SoundDefs.gmk
r2 r176 36 36 CPPFLAGS += -DX_PLATFORM=X_WINDOWS 37 37 endif # PLATFORM windows 38 39 ifeq ($(PLATFORM), os2) 40 # we reuse most of the Windows code 41 CPPFLAGS += -DX_PLATFORM=X_WINDOWS 42 endif # PLATFORM os2 38 43 39 44 ifeq ($(PLATFORM), linux) -
trunk/openjdk/jdk/src/share/native/com/sun/media/sound/SoundDefs.h
r2 r176 117 117 #if X_PLATFORM == X_WINDOWS 118 118 #include <stdlib.h> 119 #ifndef INLINE 119 120 #define INLINE _inline 121 #endif 120 122 #endif 121 123
Note:
See TracChangeset
for help on using the changeset viewer.