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.

66 lines
1.5 KiB

  1. /******************************************************************************
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Include file for standard system include files or project specific include
  7. files that are used frequently, but are changed infrequently
  8. Revision History:
  9. Davide Massarenti (Dmassare) 04/20/99
  10. created
  11. ******************************************************************************/
  12. #if !defined(AFX_STDAFX_H__35881994_CD02_11D2_9370_00C04F72DAF7__INCLUDED_)
  13. #define AFX_STDAFX_H__35881994_CD02_11D2_9370_00C04F72DAF7__INCLUDED_
  14. #include <windows.h>
  15. #include <atlbase.h>
  16. extern CComModule _Module;
  17. #include <stdio.h>
  18. #include <stdlib.h>
  19. #include <float.h>
  20. #include <httpext.h>
  21. #include <lzexpand.h>
  22. #include <UploadLibrary.h>
  23. #include <UploadLibraryTrace.h>
  24. #include <UploadLibraryISAPI.h>
  25. #include <MPC_Main.h>
  26. #include <MPC_Utils.h>
  27. #include <MPC_Logging.h>
  28. #include <MPC_COM.h>
  29. // For NT Event messages.
  30. #include "UploadServerMsg.h"
  31. #include "HttpContext.h"
  32. #include "Serializer.h"
  33. #include "Persist.h"
  34. #include "Config.h"
  35. #include "Session.h"
  36. #include "Client.h"
  37. #include "Server.h"
  38. #include "Wrapper.h"
  39. #include "PurgeEngine.h"
  40. #define DISKSPACE_SAFETYMARGIN (100*1024)
  41. extern HANDLE g_Heap;
  42. extern CISAPIconfig g_Config;
  43. extern MPC::NTEvent g_NTEvents;
  44. #endif // !defined(AFX_STDAFX_H__35881994_CD02_11D2_9370_00C04F72DAF7__INCLUDED_)