home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / peer.xp / xppch.h < prev    next >
C/C++ Source or Header  |  1996-04-11  |  742b  |  39 lines

  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.  
  9. #define _INC_OLE
  10. #include <windows.h>
  11. #include <windowsx.h>
  12. #include <mapiwin.h>
  13. #include <mapidbg.h>
  14. #include <ole2.h>
  15.  
  16. #include <mapidefs.h>
  17. #include <mapicode.h>
  18. #include <mapitags.h>
  19. #include <mapiguid.h>
  20. #include <mapispi.h>
  21. #include <mapiutil.h>
  22. #include <mapival.h>
  23. #include <imessage.h>
  24. #include <mapiwz.h>
  25.  
  26. #ifndef MAC
  27. #include <memory.h>
  28. #endif
  29. #include <string.h>
  30. #include <stdarg.h>
  31. #include <limits.h>
  32. #include <stddef.h>
  33.  
  34. #include "xpdialog.h"
  35. #include "xpbase.h"
  36. #include "xpstatus.h"
  37. #include "xpqueue.h"
  38. #include "xplogger.h"
  39.