Tkap1

Untitled

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