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.

35 lines
759 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1996 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Guids.cpp
  7. //
  8. // Abstract:
  9. // Implements GUIDS for the application.
  10. //
  11. // Author:
  12. // David Potter (davidp) June 4, 1996
  13. //
  14. // Revision History:
  15. //
  16. // Notes:
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #define INC_OLE2
  20. #include "stdafx.h"
  21. #include <initguid.h>
  22. #include "DataObj.h"
  23. #include "CluAdmID.h"
  24. #define IID_DEFINED
  25. #include "CluAdmID_i.c"
  26. CComModule _Module;
  27. #pragma warning( push )
  28. #pragma warning( disable : 4701 ) // local variable may be used without having been initialized
  29. #include <atlimpl.cpp>
  30. #pragma warning( pop )