Ignore:
Timestamp:
Mar 23, 2009, 12:15:39 AM (16 years ago)
Author:
Paul Smedley
Message:

Build fixes for Watcom 1.8

File:
1 edited

Legend:

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

    r33 r418  
    3939
    4040// Number of notes in the MIDI definition.
    41 const NUM_MidiNotes = 128;
     41const int NUM_MidiNotes = 128;
    4242
    4343// Number of channels in the MIDI definition.
    44 const NUM_MidiChannels = 16;
     44const int 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.