home *** CD-ROM | disk | FTP | other *** search
/ Game.EXE 2002 May / Game.EXE_05_2002.iso / Alawar / Lib / win32 / windows.h
Encoding:
C/C++ Source or Header  |  2002-03-13  |  2.2 KB  |  42 lines

  1. #define WIN32_LEAN_AND_MEAN
  2. #define NOGDICAPMASKS     // CC_*, LC_*, PC_*, CP_*, TC_*, RC_
  3. //#define NOVIRTUALKEYCODES // VK_*
  4. //#define NOWINMESSAGES     // WM_*, EM_*, LB_*, CB_*
  5. //#define NOWINSTYLES       // WS_*, CS_*, ES_*, LBS_*, SBS_*, CBS_*
  6. //#define NOSYSMETRICS      // SM_*
  7. //#define NOMENUS           // MF_*
  8. #define NOICONS           // IDI_*
  9. //#define NOKEYSTATES       // MK_*
  10. //#define NOSYSCOMMANDS     // SC_*
  11. //#define NORASTEROPS       // Binary and Tertiary raster ops
  12. //#define NOSHOWWINDOW      // SW_*
  13. //#define OEMRESOURCE       // OEM Resource values
  14. #define NOATOM            // Atom Manager routines
  15. //#define NOCLIPBOARD       // Clipboard routines
  16. #define NOCOLOR           // Screen colors
  17. //#define NOCTLMGR          // Control and Dialog routines
  18. //#define NODRAWTEXT        // DrawText() and DT_*
  19. //#define NOGDI             // All GDI defines and routines
  20. //#define NOKERNEL          // All KERNEL defines and routines
  21. //#define NOUSER            // All USER defines and routines
  22. #define NONLS             // All NLS defines and routines
  23. //#define NOMB              // MB_* and MessageBox()
  24. //#define NOMEMMGR          // GMEM_*, LMEM_*, GHND, LHND, associated routines
  25. #define NOMETAFILE        // typedef METAFILEPICT
  26. #define NOMINMAX          // Macros min(a,b) and max(a,b)
  27. //#define NOMSG             // typedef MSG and associated routines
  28. #define NOOPENFILE        // OpenFile(), OemToAnsi, AnsiToOem, and OF_*
  29. #define NOSCROLL          // SB_* and scrolling routines
  30. #define NOSERVICE         // All Service Controller routines, SERVICE_ equates, etc.
  31. //#define NOSOUND           // Sound driver routines
  32. #define NOTEXTMETRIC      // typedef TEXTMETRIC and associated routines
  33. #define NOWH              // SetWindowsHook and WH_*
  34. #define NOWINOFFSETS      // GWL_*, GCL_*, associated routines
  35. #define NOCOMM            // COMM driver routines
  36. #define NOKANJI           // Kanji support stuff.
  37. #define NOHELP            // Help engine interface.
  38. #define NOPROFILER        // Profiler interface.
  39. #define NODEFERWINDOWPOS  // DeferWindowPos routines
  40. #define NOMCX             // Modem Configuration Extensions
  41. #include <windows.h>
  42.