Changeset 253 for trunk/openjdk/jdk/src/windows
- Timestamp:
- Feb 6, 2011, 11:21:47 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/src/windows/native/com/sun/media/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_MidiIn.cpp
r2 r253 28 28 29 29 /* include Java Sound specific headers as C code */ 30 extern "C" {31 30 #include "PLATFORM_API_WinOS_Util.h" 32 }33 31 34 32 #if USE_PLATFORM_MIDI_IN == TRUE -
trunk/openjdk/jdk/src/windows/native/com/sun/media/sound/PLATFORM_API_WinOS_Util.h
r2 r253 55 55 } SysExQueue; 56 56 57 58 #ifdef __cplusplus 59 extern "C" { 60 #endif 61 57 62 /* set the startTime field in MidiDeviceHandle */ 58 63 void MIDI_SetStartTime(MidiDeviceHandle* handle); … … 66 71 void MIDI_WinDestroyLongBufferQueue(MidiDeviceHandle* handle); 67 72 73 #ifdef __cplusplus 74 } /* extern "C" */ 75 #endif 76 68 77 #endif // USE_PLATFORM_MIDI_IN || USE_PLATFORM_MIDI_OUT 69 78
Note:
See TracChangeset
for help on using the changeset viewer.