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.

74 lines
1.5 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 <afxtempl.h>
  16. #include <afxcview.h>
  17. #include <afxext.h>
  18. #include <afxmt.h>
  19. #include <atlbase.h>
  20. #include <htmlhelp.h>
  21. //You may derive a class from CComModule and use it if you want to override
  22. //something, but do not change the name of _Module
  23. extern CComModule _Module;
  24. #include <atlcom.h>
  25. //#pragma comment(lib, "mmc")
  26. #include <mmc.h>
  27. extern "C"
  28. {
  29. #include "winsock.h" // WinSock definitions
  30. #include "lmerr.h"
  31. // for get user stuff
  32. #include <wtypes.h>
  33. }
  34. #include "resource.h"
  35. // Global defines for TAPI snapin
  36. #include "tapisnap.h"
  37. // Files from ..\tfscore
  38. #include <dbgutil.h>
  39. #include <std.h>
  40. #include <errutil.h>
  41. #include <register.h>
  42. // Files from ..\common
  43. #include <ccdata.h>
  44. #include <about.h>
  45. #include <dataobj.h>
  46. #include <proppage.h>
  47. #include <ipaddr.hpp>
  48. #include <dialog.h>
  49. #include <objpick.h>
  50. // from ..\remras\inc
  51. #include "remras.h" // remote network config
  52. // from ..\mprinc
  53. #include "rtrguid.h"
  54. // project specific
  55. #include "tapicomp.h"
  56. #include "tapihelp.h"