mirror of https://github.com/lianthony/NT4.0
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.
102 lines
2.0 KiB
102 lines
2.0 KiB
/****************************Module*Header******************************\
|
|
* Copyright (c) 1987 - 1991 Microsoft Corporation *
|
|
\***********************************************************************/
|
|
|
|
#ifdef DF_NOTHING
|
|
#define NOGDICAPMASKS 1
|
|
#define NOWINMESSAGES 1
|
|
#define NONCMESSAGES 1
|
|
#define NOSYSMETRICS 1
|
|
#define NOMENUS 1
|
|
#define NOICON 1
|
|
#define NOKEYSTATE 1
|
|
#define NOSYSCOMMANDS 1
|
|
#define NORASTEROPS 1
|
|
#define NOSHOWWINDOW 1
|
|
#define NOSYSMETRICS 1
|
|
#define NOATOM 1
|
|
#define NOBITMAP 1
|
|
#define NOBRUSH 1
|
|
#define NOCLIPBOARD 1
|
|
#define NOCOLOR 1
|
|
#define NOCREATESTRUCT 1
|
|
#define NODRAWTEXT 1
|
|
#define NOFONT 1
|
|
#define NOGDI 1
|
|
#define NOMB 1
|
|
#define NOMEMMGR 1
|
|
#define NOMENUS 1
|
|
#define NOMETAFILE 1
|
|
#define NOMINMAX 1
|
|
#define NOMSG 1
|
|
#define NOOPENFILE 1
|
|
#define NOPEN 1
|
|
#define NOPOINT 1
|
|
#define NOREGION 1
|
|
#define NOSCROLL 1
|
|
#define NOSOUND 1
|
|
#define NOTEXTMETRIC 1
|
|
#define NOWH 1
|
|
#define NOWINOFFSETS 1
|
|
#define NOCOMM 1
|
|
#define NOKANJI 1
|
|
#endif
|
|
|
|
#ifdef DF_ALL
|
|
#define NOGDICAPMASKS 1
|
|
#define NOCOMM 1
|
|
#define NOKANJI 1
|
|
#endif
|
|
|
|
|
|
#ifdef DF_GRAPHICS
|
|
#define NOGDICAPMASKS 1
|
|
#define NOWINMESSAGES 1
|
|
#define NONCMESSAGES 1
|
|
#define NOMENUS 1
|
|
#define NOICON 1
|
|
#define NOMENUS 1
|
|
#define NOWINOFFSETS 1
|
|
#define NOWNDCLASS 1
|
|
#define NOCOMM 1
|
|
#define NOKANJI 1
|
|
#endif
|
|
|
|
#ifdef DF_TEXT
|
|
#define NOGDICAPMASKS 1
|
|
#define NOWINMESSAGES 1
|
|
#define NONCMESSAGES 1
|
|
#define NOSYSMETRICS 1
|
|
#define NOMENUS 1
|
|
#define NOICON 1
|
|
#define NOKEYSTATE 1
|
|
#define NOSYSCOMMANDS 1
|
|
#define NORASTEROPS 1
|
|
#define NOSHOWWINDOW 1
|
|
#define NOSYSMETRICS 1
|
|
#define NOATOM 1
|
|
#define NOBITMAP 1
|
|
#define NOBRUSH 1
|
|
#define NOCLIPBOARD 1
|
|
#define NOCOLOR 1
|
|
#define NOCREATESTRUCT 1
|
|
#define NODRAWTEXT 1
|
|
#define NOFONT 1
|
|
#define NOMB 1
|
|
#define NOMEMMGR 1
|
|
#define NOMENUS 1
|
|
#define NOMETAFILE 1
|
|
#define NOMINMAX 1
|
|
#define NOOPENFILE 1
|
|
#define NOPEN 1
|
|
#define NOPOINT 1
|
|
#define NOREGION 1
|
|
#define NOSCROLL 1
|
|
#define NOSOUND 1
|
|
#define NOTEXTMETRIC 1
|
|
#define NOWH 1
|
|
#define NOWINOFFSETS 1
|
|
#define NOCOMM 1
|
|
#define NOKANJI 1
|
|
#endif
|
|
|