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.

70 lines
1.6 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/
  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 "dhcpapi.h"
  30. #include "winsock2.h" // WinSock definitions
  31. #include "lmerr.h"
  32. #include "dhcpopt.h"
  33. #include "mdhcsapi.h" // mutlicast APIs
  34. }
  35. #include "resource.h"
  36. #include "miscres.h"
  37. // Global defines for DHCP snapin
  38. #include "dhcpsnap.h"
  39. // Files from ..\tfscore
  40. #include <dbgutil.h>
  41. #include <std.h>
  42. #include <errutil.h>
  43. #include <register.h>
  44. // Files from ..\common
  45. #include <ccdata.h>
  46. #include <about.h>
  47. #include <dataobj.h>
  48. #include <proppage.h>
  49. #include <ipaddr.hpp>
  50. #include <dialog.h>
  51. // project specific
  52. #include "dhcpcomp.h"
  53. #include "general.h"
  54. #include "utils.h"
  55. #include "helparr.h"