Changeset 254 for trunk/openjdk/jdk/src/windows
- Timestamp:
- Feb 9, 2011, 9:06:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_DirectSound.cpp
r2 r254 44 44 #include <dsound.h> 45 45 46 /* include Java Sound specific headers as C code */ 47 #ifdef __cplusplus 48 extern "C" { 49 #endif 50 #include "DirectAudio.h" 51 #ifdef __cplusplus 52 } 53 #endif 46 /* include Java Sound specific headers */ 47 #include "DirectAudio.h" 54 48 55 49 #ifdef USE_DEBUG_SILENCING
Note:
See TracChangeset
for help on using the changeset viewer.