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/irq.hpp

    r33 r418  
    5151// ###IHV:  IRQ sharing flag.  Set this to "0" for ISA bus, "1" for PCI
    5252// PCI and Microchannel environments (where hardware can share an IRQ level.
    53 const IRQ_HW_Sharing = 0;
     53const BOOL IRQ_HW_Sharing = 0;
    5454
    5555// Max num of int handlers per IRQ level.
    56 const MAX_HandlersPerIRQLevel = 3;
     56const int MAX_HandlersPerIRQLevel = 3;
    5757
    5858// PFN_InterruptHandler:  Pointer to an interrupt handler.  This is a near
Note: See TracChangeset for help on using the changeset viewer.