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.

48 lines
849 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Main header for BITS server extensions MMC snapin
  7. --*/
  8. #ifndef _PRECOMP_H_
  9. #define _PRECOMP_H_
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #include <commctrl.h>
  13. #include <objbase.h>
  14. #include <olectl.h>
  15. #include <initguid.h>
  16. #include <tchar.h>
  17. #include <mmc.h>
  18. #include <iadmw.h>
  19. #include <iiscnfg.h>
  20. #include "bitssrvcfg.h"
  21. #include <htmlhelp.h>
  22. #include "bitscfg.h"
  23. #include <activeds.h>
  24. #include <iads.h>
  25. #include <crtdbg.h>
  26. #include <malloc.h>
  27. #include <assert.h>
  28. #include <mstask.h>
  29. #include <shellapi.h>
  30. #include <strsafe.h>
  31. void * _cdecl ::operator new( size_t Size );
  32. void _cdecl ::operator delete( void *Memory );
  33. #include "resource.h"
  34. #include "guids.h"
  35. #include "globals.h"
  36. #include "registry.h"
  37. #include "bitsext.h"
  38. #endif //_PRECOMP_H_