Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
936 B

  1. /* (C) Copyright Microsoft Corporation 1991. All Rights Reserved */
  2. // #define NOVIRTUALKEYCODES // VK_*
  3. #define NOICONS // IDI_*
  4. #define NOKEYSTATES // MK_*
  5. // #define NOSYSCOMMANDS // SC_*
  6. #define OEMRESOURCE // OEM Resource values
  7. // #define NOATOM // Atom Manager routines
  8. // #define NOCLIPBOARD // Clipboard routines
  9. // #define NOCTLMGR // Control and Dialog routines
  10. #define NODRAWTEXT // DrawText() and DT_*
  11. #define NOMETAFILE // typedef METAFILEPICT
  12. // #define NOMSG // typedef MSG and associated routines
  13. #define NOSOUND // Sound driver routines
  14. #define NOWH // SetWindowsHook and WH_*
  15. #define NOCOMM // COMM driver routines
  16. #define NOKANJI // Kanji support stuff.
  17. // #define NOHELP // Help engine interface.
  18. #define NOPROFILER // Profiler interface.
  19. #define NODEFERWINDOWPOS // DeferWindowPos routines