home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / watcoapi.zip / incl32 / os2.h < prev    next >
C/C++ Source or Header  |  2002-09-30  |  201b  |  17 lines

  1. /*
  2.     OS/2 top level include file for 32-bit development.
  3. */
  4.  
  5.  
  6. #ifndef __OS2_H__
  7. #define __OS2_H__
  8.  
  9. #define OS2_INCLUDED
  10.  
  11. #include <os2def.h>
  12. #include <bse.h>
  13. #include <pm.h>
  14.  
  15. #endif
  16.  
  17.