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.

71 lines
1.6 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1999 **/
  4. /**********************************************************************/
  5. /*
  6. stdafx.h
  7. include file for standard system include files,
  8. or project specific include files that are used frequently,
  9. but are changed infrequently
  10. FILE HISTORY:
  11. */
  12. #include <afxwin.h>
  13. #include <afxdisp.h>
  14. #include <afxcmn.h>
  15. #include <afxdlgs.h>
  16. #include <afxtempl.h>
  17. #include <atlbase.h>
  18. //
  19. // You may derive a class from CComModule and use it if you want to override
  20. // something, but do not change the name of _Module
  21. //
  22. extern CComModule _Module;
  23. #include <atlcom.h>
  24. #include <mmc.h>
  25. extern LPCWSTR g_lpszNullString;
  26. #include "ipxguid.h" // GUIDs/CLSIDs/etc...
  27. //
  28. // New Clipboard format that has the Type and Cookie
  29. //
  30. extern const wchar_t* SNAPIN_INTERNAL;
  31. //
  32. // NOTE: Right now all header files are included from here. It might be a good
  33. // idea to move the snapin specific header files out of the precompiled header.
  34. //
  35. #include "resource.h"
  36. #include "..\common\snapbase.h"
  37. #include "dbgutil.h"
  38. #include "errutil.h"
  39. #include "std.h"
  40. #include <lm.h>
  41. #include "tfsint.h"
  42. #include "mprapi.h"
  43. #include "router.h" // router.idl - IRouterInfo objects
  44. #include "images.h"
  45. #include "tfschar.h"
  46. #include "strings.h" // const strings used
  47. #include "rtrguid.h" // Router guids
  48. #include "info.h" // smart pointers and such for router info interfaces
  49. #include "infobase.h"
  50. #include "rtinfo.h"
  51. #include "htmlhelp.h" // HTML help APIs
  52. #include "rtrres.h"