home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / SCODE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  295 b   |  21 lines

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