home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / win32s.h < prev    next >
C/C++ Source or Header  |  1998-06-17  |  546b  |  29 lines

  1. /***
  2. *win32s.h -
  3. *
  4. *       Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *
  8. *       [Internal]
  9. *
  10. ****/
  11.  
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif  /* _MSC_VER > 1000 */
  15.  
  16. #ifndef _INC_WIN32S
  17. #define _INC_WIN32S
  18.  
  19. #ifndef _CRTBLD
  20. /*
  21.  * This is an internal C runtime header file. It is used when building
  22.  * the C runtimes only. It is not to be used as a public header file.
  23.  */
  24. #error ERROR: Use of C runtime library internal header file.
  25. #endif  /* _CRTBLD */
  26.  
  27.  
  28. #endif  /* _INC_WIN32S */
  29.