home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / ARCH_INCLUDE.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-08  |  274 b   |  17 lines

  1. /*
  2.  * Copyright (c) 1995, NeXT Computer, Inc.
  3.  * All Rights Reserved.
  4.  */
  5.  
  6. #ifndef _MACH_OS_INCLUDE_H
  7. #define _MACH_OS_INCLUDE_H
  8.  
  9. #include <architecture/ARCH_INCLUDE.h>
  10.  
  11. #if defined(WIN32)
  12. #undef __TARGET_OS__
  13. #define __TARGET_OS__ "win32"
  14. #endif
  15.  
  16. #endif _MACH_OS_INCLUDE_H
  17.