SCode.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:0k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /*++
  2. Copyright (c) 1992-1999 Microsoft Corporation
  3. Module Name:
  4.     scode.h
  5. Abstract:
  6.     Obsolete SCODE header file.  Use WINERROR.H
  7. --*/
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif
  11. #ifndef  _WINERROR_
  12. #include <winerror.h>
  13. #endif