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.

23 lines
621 B

  1. // Copyright (c) Microsoft Corporation
  2. #pragma once
  3. #define STRICT
  4. #ifndef _WIN32_WINNT
  5. #define _WIN32_WINNT 0x0400
  6. #endif
  7. #define _ATL_APARTMENT_THREADED
  8. #include "nt.h"
  9. #include "ntrtl.h"
  10. #include "nturtl.h"
  11. #include "windows.h"
  12. #include "atlbase.h"
  13. //You may derive a class from CComModule and use it if you want to override
  14. //something, but do not change the name of _Module
  15. extern CComModule _Module;
  16. #include <atlcom.h>
  17. //{{AFX_INSERT_LOCATION}}
  18. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  19. void PrintComctl32Path(const char * Class);