Changeset 21916 for trunk/src/winmm/irtmidi.hpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/winmm/irtmidi.hpp
r5269 r21916 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.