Ignore:
Timestamp:
Jul 28, 2011, 11:16:56 AM (14 years ago)
Author:
rudi
Message:

SBLliveOS2: Adapt to newer OpenWatcom versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/midistrm.hpp

    r142 r561  
    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.