Changeset 254 for trunk/openjdk/jdk/src/share/native
- Timestamp:
- Feb 9, 2011, 9:06:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/share/native/com/sun/media/sound/DirectAudio.h
r2 r254 57 57 #if (USE_DAUDIO == TRUE) 58 58 59 #ifdef __cplusplus 60 extern "C" { 61 #endif 62 59 63 // callback from GetFormats, implemented in DirectAudioDevice.c 60 64 void DAUDIO_AddAudioFormat(void* creator, int significantBits, int frameSizeInBytes, … … 98 102 void DAUDIO_Service(void* id, int isSource); 99 103 104 #ifdef __cplusplus 105 } /* extern "C" */ 106 #endif 107 100 108 #endif // USE_DAUDIO 101 109
Note:
See TracChangeset
for help on using the changeset viewer.