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
951 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, and Windows Server 2003
  16. //
  17. //
  18. //
  19. #ifndef _OEM_H
  20. #define _OEM_H
  21. ////////////////////////////////////////////////////////
  22. // OEM Defines
  23. ////////////////////////////////////////////////////////
  24. #define OEM_SIGNATURE 'MSFT'
  25. #define OEM_VERSION 0x00000001L
  26. ////////////////////////////////////////////////////////
  27. // OEM Type Definitions
  28. ////////////////////////////////////////////////////////
  29. #endif