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.

111 lines
2.9 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #if !defined(AFX_STDAFX_H__5C2C92BD_853F_48F7_8067_255E5DA21502__INCLUDED_)
  6. #define AFX_STDAFX_H__5C2C92BD_853F_48F7_8067_255E5DA21502__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. #pragma warning (disable : 4786) // identifier was truncated to 255 characters in the debug information
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <objbase.h>
  14. #include <afxext.h> // MFC extensions
  15. #include <afxcview.h>
  16. #include <afxdisp.h> // MFC Automation classes
  17. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  18. #ifndef _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxcmn.h> // MFC support for Windows Common Controls
  20. #include <afxodlgs.h> // MFC support for Windows Common Dialogs
  21. #endif // _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxpriv.h>
  23. #include <mapi.h>
  24. //
  25. // Windows headers:
  26. //
  27. #include <WinSpool.h>
  28. #include <shlwapi.h>
  29. //
  30. // Fax server includes:
  31. //
  32. #include <FaxReg.h> // Fax registry settings
  33. //
  34. // STL includes:
  35. //
  36. #include <list>
  37. #include <map>
  38. #include <set>
  39. using namespace std;
  40. #include <DebugEx.h>
  41. #include <htmlhelp.h>
  42. #include <faxutil.h>
  43. #include <faxres.h>
  44. #include <cvernum.h>
  45. #include "..\tiff\inc\tifflib.h"
  46. //
  47. // Pre-declarations (to prevent include loops):
  48. //
  49. class CClientConsoleDoc;
  50. class CServerNode;
  51. class CFolder;
  52. class CLeftView;
  53. class CFolderListView;
  54. //
  55. // Local includes:
  56. //
  57. #include "resources\resource.h"
  58. #include "TreeNode.h"
  59. #include "CmdLineInfo.h"
  60. #include "MainFrm.h"
  61. #include "FaxTime.h"
  62. #include "FaxMsg.h"
  63. #include "Utils.h"
  64. #include "FaxClientPg.h"
  65. #include "FaxClientDlg.h"
  66. #include "ErrorDlg.h"
  67. #include "ClientConsole.h"
  68. #include "Job.h"
  69. #include "Message.h"
  70. #include "ViewRow.h"
  71. #include "SortHeader.h"
  72. #include "Folder.h"
  73. #include "FolderListView.h"
  74. #include "QueueFolder.h"
  75. #include "MessageFolder.h"
  76. #include "LeftView.h"
  77. #include "ServerNode.h"
  78. #include "ClientConsoleDoc.h"
  79. #include "ClientConsoleView.h"
  80. #include "ColumnSelectDlg.h"
  81. #include "ItemPropSheet.h"
  82. #include "MsgPropertyPg.h"
  83. #include "InboxGeneralPg.h"
  84. #include "IncomingGeneralPg.h"
  85. #include "OutboxGeneralPg.h"
  86. #include "SentItemsGeneralPg.h"
  87. #include "PersonalInfoPg.h"
  88. #include "InboxDetailsPg.h"
  89. #include "IncomingDetailsPg.h"
  90. #include "OutboxDetailsPg.h"
  91. #include "SentItemsDetailsPg.h"
  92. #include "UserInfoDlg.h"
  93. #include "FolderDialog.h"
  94. #include "CoverPagesDlg.h"
  95. #include "ServerStatusDlg.h"
  96. //{{AFX_INSERT_LOCATION}}
  97. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  98. #endif // !defined(AFX_STDAFX_H__5C2C92BD_853F_48F7_8067_255E5DA21502__INCLUDED_)