Source code of Windows XP (NT5)
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.

24 lines
398 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1999 Microsoft Corporation. All rights reserved.
  4. //
  5. #define STRICT
  6. #define _ATL_APARTMENT_THREADED
  7. extern "C" {
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. }
  12. #undef ASSERT
  13. #include <afx.h>
  14. #include <atlbase.h>
  15. extern CComModule _Module;
  16. #include <atlcom.h>
  17. #include <wbemprov.h>