home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / include / win32 / scdefs.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-16  |  291 b   |  22 lines

  1. /* Copyright (C) 1994-2001 by Digital Mars. $Revision: 4 $ */
  2. #if __SC__ || __RCC__
  3. #pragma once
  4. #endif
  5.  
  6. #if _WIN32
  7.  
  8. #ifndef _X86_
  9. #define _X86_ 1
  10. #endif
  11.  
  12. #ifndef WIN32
  13. #define WIN32 1
  14. #endif
  15.  
  16. #if defined(_UNICODE) && !defined(UNICODE)
  17. #define UNICODE 1
  18. #endif
  19.  
  20.  
  21. #endif
  22.