Ignore:
Timestamp:
May 1, 2002, 5:58:37 AM (23 years ago)
Author:
bird
Message:

Support for other watcom target OSes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/kFileDef.h

    r8003 r8360  
    132132
    133133        /**@cat Operations */
    134         KBOOL       makeWatcomLinkFileAddtion(kFile *pFile) throw(kError);
     134        KBOOL       makeWatcomLinkFileAddtion(kFile *pFile, int enmOS) throw(kError);
    135135
    136136        enum {fullscreen = 0, pmvio = 2, pm = 3, unknown = 255};
     137        enum {os2, dos, win32, win16, nlm, qnx, elf};
    137138};
    138139
Note: See TracChangeset for help on using the changeset viewer.