Ignore:
Timestamp:
Jul 27, 2011, 7:54:48 PM (14 years ago)
Author:
rudi
Message:

Adapt sourcecode to OpenWatcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmedia/trunk/Drv16/midistrm.hpp

    r354 r553  
    3939
    4040// Number of notes in the MIDI definition.
    41 const NUM_MidiNotes = 128;
     41const USHORT NUM_MidiNotes = 128;
    4242
    4343// Number of channels in the MIDI definition.
    44 const NUM_MidiChannels = 16;
     44const USHORT NUM_MidiChannels = 16;
    4545
    4646// The MIDI parser is always in one of the following states.
Note: See TracChangeset for help on using the changeset viewer.