Changeset 21841 for branches/gcc-kmk/src/winmm/irtmidi.hpp
- Timestamp:
- Dec 1, 2011, 10:19:11 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/src/winmm/irtmidi.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/winmm/irtmidi.hpp
r5269 r21841 87 87 unsigned long hardwareClass() const 88 88 { return iHardwareClass; }; 89 c har *RCExplanation() const;89 const char * RCExplanation() const; 90 90 static IRTMidi* instance(); 91 91 static void shutdown(); … … 103 103 104 104 // Methods for calls to RTMIDI functions 105 ULONG (*APIENTRY pfnMidiCreateInstance) ( ULONG, MINSTANCE*, P SZ, ULONG );105 ULONG (*APIENTRY pfnMidiCreateInstance) ( ULONG, MINSTANCE*, PCSZ, ULONG ); 106 106 ULONG (*APIENTRY pfnMidiDeleteInstance) ( MINSTANCE, ULONG ); 107 107 ULONG (*APIENTRY pfnMidiEnableInstance) ( MINSTANCE, ULONG ); … … 119 119 ULONG (*APIENTRY pfnMidiTimer) ( ULONG, ULONG ); 120 120 121 ULONG MidiCreateInstance ( ULONG, MINSTANCE*, P SZ, ULONG );121 ULONG MidiCreateInstance ( ULONG, MINSTANCE*, PCSZ, ULONG ); 122 122 ULONG MidiDeleteInstance ( MINSTANCE, ULONG ); 123 123 ULONG MidiEnableInstance ( MINSTANCE, ULONG );
Note:
See TracChangeset
for help on using the changeset viewer.
