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.

37 lines
715 B

  1. // Copyright (c) 2002 Microsoft Corporation
  2. //
  3. // precompiled header
  4. //
  5. // 21 January 2002 sburns
  6. #ifndef HEADERS_HXX_INCLUDED
  7. #define HEADERS_HXX_INCLUDED
  8. #include <burnslib.hpp>
  9. #include <shlwapi.h>
  10. #include "mys.h" // produced by MIDL
  11. // We use the preprocessor to compose strings from these
  12. // This is the uuid attribute on the idl coclass ManageYourServer declaration
  13. #define CLSID_STRING L"{caa613f8-c30c-4058-b77e-32879e773f64}"
  14. #define CLASSNAME_STRING L"ManageYourServer"
  15. #define PROGID_STRING L"ServerAdmin." CLASSNAME_STRING
  16. #define PROGID_VERSION_STRING PROGID_STRING L".1"
  17. #pragma hdrstop
  18. #endif // HEADERS_HXX_INCLUDED