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.

65 lines
1.7 KiB

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #if !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED_)
  5. #define AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED_
  6. //#pragma warning(disable:4192)
  7. #include <module.h>
  8. #include <UploadLibrary.h>
  9. #include <UploadLibraryTrace.h>
  10. #include <MPC_utils.h>
  11. #include <MPC_xml.h>
  12. #include <MPC_COM.h>
  13. #include <MPC_logging.h>
  14. #include <MPC_security.h>
  15. #include <UploadManager.h>
  16. #include <UploadManagerDID.h>
  17. #include "resource.h" // Resource symbols
  18. #include "Persist.h"
  19. #include "MPCUpload.h"
  20. #include "MPCUploadEnum.h"
  21. #include "MPCUploadJob.h"
  22. #include "MPCUploadEvents.h"
  23. #include "MPCTransportAgent.h"
  24. #include "MPCConnection.h"
  25. #include "MPCConfig.h"
  26. /////////////////////////////////////////////////////////////////////////////
  27. #define BUFFER_SIZE_TMP (64)
  28. #define BUFFER_SIZE_FILECOPY (512)
  29. /////////////////////////////////////////////////////////////////////////////
  30. HRESULT Handle_TaskScheduler( bool fActivate );
  31. extern MPC::NTEvent g_NTEvents;
  32. extern CMPCConfig g_Config;
  33. extern bool g_Override_History;
  34. extern UL_HISTORY g_Override_History_Value;
  35. extern bool g_Override_Persist;
  36. extern VARIANT_BOOL g_Override_Persist_Value;
  37. extern bool g_Override_Compressed;
  38. extern VARIANT_BOOL g_Override_Compressed_Value;
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_STDAFX_H__356DF1F8_D4FF_11D2_9379_00C04F72DAF7__INCLUDED)