Ignore:
Timestamp:
Mar 21, 2001, 12:18:56 AM (24 years ago)
Author:
mike
Message:

Cleaned up DDRAW for Watcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/cio2.h

    r1746 r5344  
    1010extern "C"
    1111{
    12  int io_init1();
    13  int io_init2(short);
    14  int io_exit1();
     12 int _System io_init1();
     13 int _System io_init2(short);
     14 int _System _io_exit1();
    1515
    16  char c_inb1(short);
    17  short c_inw1(short);
    18  long c_inl1(short);
    19  void c_outb1(short,char);
    20  void c_outw1(short,short);
    21  void c_outl1(short,long);
     16 char _System c_inb1(short);
     17 short _System c_inw1(short);
     18 long _System c_inl1(short);
     19 void _System c_outb1(short,char);
     20 void _System c_outw1(short,short);
     21 void _System c_outl1(short,long);
    2222 int psw();
    2323}
Note: See TracChangeset for help on using the changeset viewer.