Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
942 B

  1. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  2. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  3. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  4. // PARTICULAR PURPOSE.
  5. //
  6. // Copyright 1997-2003 Microsoft Corporation. All Rights Reserved.
  7. //
  8. // FILE: Debug.H
  9. //
  10. //
  11. // PURPOSE: Define common data types, and external function prototypes
  12. // for debug.cpp.
  13. //
  14. // PLATFORMS:
  15. // Windows 2000, Windows XP, Windows Server 2003
  16. //
  17. //
  18. #ifndef _OEM_H
  19. #define _OEM_H
  20. ////////////////////////////////////////////////////////
  21. // OEM Defines
  22. ////////////////////////////////////////////////////////
  23. #define OEM_SIGNATURE 'MSFT'
  24. #define OEM_VERSION 0x00000001L
  25. ////////////////////////////////////////////////////////
  26. // OEM Type Definitions
  27. ////////////////////////////////////////////////////////
  28. #endif