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.

97 lines
2.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1998
  6. //
  7. // File: stdafx.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently,
  12. // but are changed infrequently
  13. #if !defined(AFX_STDAFX_H__B52C1E46_1DD2_11D1_BC43_00C04FC31FD3__INCLUDED_)
  14. #define AFX_STDAFX_H__B52C1E46_1DD2_11D1_BC43_00C04FC31FD3__INCLUDED_
  15. #if _MSC_VER >= 1000
  16. #pragma once
  17. #endif // _MSC_VER >= 1000
  18. #define STRICT
  19. #include <afxwin.h>
  20. #include <afxdisp.h>
  21. #include <afxcmn.h>
  22. #include <afxmt.h>
  23. #include <afxdlgs.h>
  24. #include <afxtempl.h>
  25. // #define _WIN32_WINNT 0x0400
  26. // #define _ATL_APARTMENT_THREADED
  27. // #ifdef _WIN32_IE
  28. // #undef _WIN32_IE
  29. // #endif
  30. // #define _WIN32_IE 0x0400
  31. #include <commctrl.h>
  32. #include <atlbase.h>
  33. //You may derive a class from CComModule and use it if you want to override
  34. //something, but do not change the name of _Module
  35. extern CComModule _Module;
  36. #include <atlcom.h>
  37. #include <shlobj.h>
  38. #include <dsclient.h>
  39. #include <list>
  40. extern "C"
  41. {
  42. #include "winsock.h" // WinSock definitions
  43. #include "lmerr.h"
  44. // for get user stuff
  45. #include <wtypes.h>
  46. #include <sspi.h>
  47. #include <ntsecapi.h>
  48. #include "secedit.h"
  49. }
  50. #include <mmc.h>
  51. // Files from ..\tfscore
  52. #include <dbgutil.h>
  53. #include <std.h>
  54. #include <errutil.h>
  55. #include <register.h>
  56. // Files from ..\common
  57. #include <ccdata.h>
  58. #include <about.h>
  59. #include <dataobj.h>
  60. // #include <proppage.h>
  61. #include <ipaddr.hpp>
  62. #include <dialog.h>
  63. #include <htmlhelp.h>
  64. // for 'trace' debuging (sample remnants)
  65. #define ODS(sz) OutputDebugString(sz)
  66. #include "dsacsuse.h"
  67. #include "helper.h"
  68. #include "acs.h"
  69. #define DWORD_LIMIT 4294967290
  70. #include "resource.h"
  71. #include "acsdata.h"
  72. #include "acsadmin.h"
  73. //{{AFX_INSERT_LOCATION}}
  74. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  75. #endif // !defined(AFX_STDAFX_H__B52C1E46_1DD2_11D1_BC43_00C04FC31FD3__INCLUDED)