home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_1 / sleuth / macsl / whichsys.h < prev   
Encoding:
C/C++ Source or Header  |  1988-10-04  |  433 b   |  13 lines

  1. /*-----------------------------------------------------------------*/
  2. /* WhichSys.h                                                      */
  3. /* Defines which target system we are compiling for.               */
  4. /*-----------------------------------------------------------------*/
  5.  
  6. /* #define PM_OS2 */
  7.  
  8. /* #define PM_WINDOWS */
  9.  
  10. #define PM_MACINTOSH
  11.  
  12. /*-----------------------------------------------------------------*/
  13.