home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tvos200.zip / TVISION / TVOSDEF.H < prev   
C/C++ Source or Header  |  1995-04-25  |  224b  |  15 lines

  1. #ifndef __cpl_opsys_h
  2. # if defined(__OS2__)
  3. #   define INCL_OS2
  4. #   define INCL_BASE
  5. #   define INCL_SUB
  6. #   define INCL_KBD
  7.  
  8. #   include <os2.h>
  9.  
  10. # elif defined(__NT__)
  11. #   include <windows.h>
  12. # endif
  13.  
  14. #endif
  15.