home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / scode.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  212b  |  19 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. #include <winerror.h>
  17. #endif
  18.  
  19.