home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / scode.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  340 b   |  25 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. /*++
  3.  
  4. Copyright (c) 1992-1999 Microsoft Corporation
  5.  
  6. Module Name:
  7.  
  8.     scode.h
  9.  
  10. Abstract:
  11.  
  12.     Obsolete SCODE header file.  Use WINERROR.H
  13.  
  14. --*/
  15.  
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif
  19.  
  20. #ifndef  _WINERROR_
  21. #include <winerror.h>
  22. #endif
  23.  
  24. #pragma option pop /*P_O_Pop*/
  25.