Ignore:
Timestamp:
Sep 20, 2010, 1:10:23 PM (15 years ago)
Author:
markus
Message:

fixed devhelp calls for Watcom compiler (added private, fixed copy of devhelp.h from DDK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.h

    r13 r20  
    4343#include <strat2.h>
    4444#include <reqpkt.h>
     45
     46#ifdef __WATCOMC__
     47#include <devhelp.h>
     48#else
    4549#include <dhcalls.h>
     50#endif
     51
    4652#include <addcalls.h>
    4753#include <rmcalls.h>
Note: See TracChangeset for help on using the changeset viewer.