Last active
July 12, 2023 23:27
-
-
Save dbremner/cd8bcf3f843f8ad64cc50ae17e70b6d8 to your computer and use it in GitHub Desktop.
defines to disable or enable portions of windows.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define WIN32_LEAN_AND_MEAN | |
#define NOGDICAPMASKS | |
#define NOVIRTUALKEYCODES | |
#define NOWINMESSAGES | |
#define NOWINSTYLES | |
#define NOSYSMETRICS | |
#define NOMENUS | |
#define NOICONS | |
#define NOKEYSTATES | |
#define NOSYSCOMMANDS | |
#define NORASTEROPS | |
#define NOSHOWWINDOW | |
#define OEMRESOURCE | |
#define NOATOM | |
#define NOCLIPBOARD | |
#define NOCOLOR | |
#define NOCTLMGR | |
#define NODRAWTEXT | |
#define NOGDI | |
#define NOKERNEL | |
#define NOUSER | |
#define NONLS | |
#define NOMB | |
#define NOMEMMGR | |
#define NOMETAFILE | |
#define NOMINMAX | |
#define NOMSG | |
#define NOOPENFILE | |
#define NOSCROLL | |
#define NOSERVICE | |
#define NOSOUND | |
#define NOTEXTMETRIC | |
#define NOWH | |
#define NOWINOFFSETS | |
#define NOCOMM | |
#define NOKANJI | |
#define NOHELP | |
#define NOPROFILER | |
#define NODEFERWINDOWPOS | |
#define NOMCX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment