SCode.h 237 B

12345678910111213141516171819202122
  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