XPPCH.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /*
  2.  -  X P P C H . H
  3.  -
  4.  *  Pre-Compiled Header File for Sample Transport Provider.
  5.  *
  6.  *  Copyright 1992-1995 Microsoft Corporation.  All Rights Reserved.
  7.  */
  8. #define _INC_OLE
  9. #include <windows.h>
  10. #include <windowsx.h>
  11. #include <mapiwin.h>
  12. #include <mapidbg.h>
  13. #include <ole2.h>
  14. #include <mapidefs.h>
  15. #include <mapicode.h>
  16. #include <mapitags.h>
  17. #include <mapiguid.h>
  18. #include <mapispi.h>
  19. #include <mapiutil.h>
  20. #include <mapival.h>
  21. #include <imessage.h>
  22. #include <mapiwz.h>
  23. #ifndef MAC
  24. #include <memory.h>
  25. #endif
  26. #include <string.h>
  27. #include <stdarg.h>
  28. #include <limits.h>
  29. #include <stddef.h>
  30. #include "xpdialog.h"
  31. #include "xpbase.h"
  32. #include "xpstatus.h"
  33. #include "xpqueue.h"
  34. #include "xplogger.h"