home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a520 / 2.ddi / NOJUNK.H / NOJUNK.H
Encoding:
C/C++ Source or Header  |  1990-10-28  |  2.4 KB  |  41 lines

  1. /*  NoJunk.h - #define's a bunch of symbols to cut WINDOWS.H down to size.
  2.  *  To include one of the areas, put an #undef after the #include "nojunk.h".
  3.  */
  4.  
  5. #define NOATOM                  /* Atom Manager routines */
  6. #define NOBITMAP                /* Bitmap stuff */
  7. #define NOBRUSH                 /* typedef HBRUSH and associated routines */
  8. #define NOCLIPBOARD             /* clipboard routines */
  9. #define NOCOLOR                 /* CTLCOLOR_*, COLOR_* */
  10. #define NOCOMM                  /* COMM driver routines */
  11. #define NOCREATESTRUCT          /* typedef CREATESTRUCT */
  12. #define NOCTLMGR                /* control and dialog routines */
  13. #define NODRAWFRAME             /* DrawFrame() and DF_* */
  14. #define NODRAWTEXT              /* DrawText() and DT_* */
  15. #define NOFONT                  /* typedef FONT and associated routines */
  16. #define NOGDI                   /* StretchBlt modes and gdi logical objects */
  17. #define NOGDICAPMASKS           /* CC_*, LC_*, PC_*, CP_*, TC_*, RC_ */
  18. #define NOHDC                   /* typedef HDC and associated routines */
  19. #define NOICON                  /* IDI_* */
  20. #define NOKANJI                 /* Kanji support stuff. */
  21. #define NOKEYSTATE              /* MK_* */
  22. #define NOMENUS                 /* MF_*, HMENU and associated routines */
  23. #define NOMETAFILE              /* typedef METAFILEPICT */
  24. #define NOMINMAX                /* Macros min(a,b) and max(a,b) */
  25. #define NONCMESSAGES            /* WM_NC* and HT* */
  26. #define NOPEN                   /* typedef HPEN and associated routines */
  27. #define NORASTEROPS             /* binary and tertiary raster ops */
  28. #define NOREGION                /* typedef HRGN and associated routines */
  29. #define NORESOURCE              /* Predefined resource types:  RT_* */
  30. #define NOSCROLL                /* SB_* and scrolling routines */
  31. #define NOSHOWWINDOW            /* SHOW_* and HIDE_* */
  32. #define NOSOUND                 /* Sound driver routines */
  33. #define NOSYSCOMMANDS           /* SC_* */
  34. #define NOSYSMETRICS            /* SM_*, GetSystemMetrics */
  35. #define NOTEXTMETRIC            /* typedef TEXTMETRIC and associated routines */
  36. #define NOVIRTUALKEYCODES       /* VK_* */
  37. #define NOWH                    /* SetWindowsHook and WH_* */
  38. #define NOWINOFFSETS            /* GWL_*, GCL_*, associated routines */
  39. #define NOWINSTYLES             /* WS_*, CS_*, ES_*, LBS_* */
  40. #define NOWNDCLASS              /* typedef WNDCLASS and associated routines */
  41.