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.

32 lines
461 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Abstract:
  4. @doc
  5. @module versionspecific.h | All conditionally-compiled code is accessed through here
  6. @end
  7. Author:
  8. Reuven Lax [reuvenl] 11/28/01
  9. TBD:
  10. Add comments.
  11. Revision History:
  12. Name Date Comments
  13. reuvenl 11/28/2001 Created
  14. --*/
  15. #ifndef _VERSIONSPECIFIC_H_
  16. #define _VERSIONSPECIFIC_H_
  17. extern DWORD dCurrentSKU;
  18. #endif