home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / sdk / mapi / win16 / dev / smh / _pch.h next >
Encoding:
C/C++ Source or Header  |  1995-07-11  |  2.1 KB  |  58 lines

  1. /*
  2.  *  _ P C H . H
  3.  *
  4.  *  Sample mail handling hook precompiled header source
  5.  *  Copyright 1992-95 Microsoft Corporation.  All Rights Reserved.
  6.  */
  7.  
  8. #pragma warning(disable:4001)   /* single line comments */
  9. #pragma warning(disable:4050)   /* different code attributes */
  10. #pragma warning(disable:4054)   /* cast from function pointer to data pointer */
  11. #pragma warning(disable:4100)   /* unreferenced formal parameter */
  12. #pragma warning(disable:4115)   /* named type def in parens */
  13. #pragma warning(disable:4127)   /* conditional expression is constant */
  14. #pragma warning(disable:4200)   /* zero sized array */
  15. #pragma warning(disable:4201)   /* nameless struct/union */
  16. #pragma warning(disable:4204)   /* non-constant aggregate initializer */
  17. #pragma warning(disable:4206)   /* translation unit is empty */
  18. #pragma warning(disable:4209)   /* benign typedef redefinition */
  19. #pragma warning(disable:4213)   /* cast on l-value */
  20. #pragma warning(disable:4214)   /* bit field types other than int */
  21. #pragma warning(disable:4220)   /* varargs matches remaining parameters */
  22. #pragma warning(disable:4505)   /* unreferenced local function removed */
  23. #pragma warning(disable:4514)   /* unreferenced inline function removed */
  24. #pragma warning(disable:4702)   /* unreachable code */
  25. #pragma warning(disable:4704)   /* inline assembler turns off global optimizer */
  26. #pragma warning(disable:4705)   /* statement has no effect */
  27. #pragma warning(disable:4706)   /* assignment within conditional expression */
  28. #pragma warning(disable:4710)   /* function not expanded */
  29.  
  30. #include <windows.h>
  31. #include <string.h>
  32. #include <mapix.h>
  33. #include <mapiwin.h>
  34. #include <mapix.h>
  35. #include <mapidefs.h>
  36. #include <mapicode.h>
  37. #include <mapitags.h>
  38. #include <mapiguid.h>
  39. #include <mapispi.h>
  40. #include <mapihook.h>
  41. #include <mapidbg.h>
  42. #include <mapiutil.h>
  43. #include <mapiwz.h>
  44.  
  45. #include <windowsx.h>
  46. #include <prsht.h>
  47. #include <ctl3d.h>
  48.  
  49. #pragma warning(disable:4001)   /* single line comments */
  50. #pragma warning(disable:4200)   /* zero sized array */
  51.  
  52. #include "_smh.h"
  53. #include "smhrc.h"
  54.  
  55. #ifdef  WIN16
  56. #include <mmsystem.h>
  57. #endif
  58.