Ignore:
Timestamp:
Apr 9, 2008, 10:22:08 PM (17 years ago)
Author:
cinc
Message:

Portability patches for Windows, Linux, Darwin by Bird.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/class_c/bclass.c

    r322 r326  
    1212#endif
    1313
    14 #define INCL_DOS
    15 #include <os2.h>
     14#ifdef __OS2__
     15# define INCL_DOS
     16# include <os2.h>
     17#endif /* __OS2__ */
     18
    1619#include <nom.h>
    1720#include <nomtk.h>
Note: See TracChangeset for help on using the changeset viewer.