admin 管理员组

文章数量: 1184232


2024年3月27日发(作者:schedule英语发音)

* NOSHOWWINDOW - SW_*

* OEMRESOURCE - OEM Resource values

* NOATOM - Atom Manager routines

* NOCLIPBOARD - Clipboard routines

* NOCOLOR - Screen colors

* NOCTLMGR - Control and Dialog routines

* NODRAWTEXT - DrawText() and DT_*

* NOGDI - All GDI defines and routines

* NOKERNEL - All KERNEL defines and routines

* NOUSER - All USER defines and routines

* NONLS - All NLS defines and routines

* NOMB - MB_* and MessageBox()

* NOMEMMGR - GMEM_*, LMEM_*, GHND, LHND, associated routines

* NOMETAFILE - typedef METAFILEPICT

* NOMINMAX - Macros min(a,b) and max(a,b)

* NOMSG - typedef MSG and associated routines

* NOOPENFILE - OpenFile(), OemToAnsi, AnsiToOem, and OF_*

* NOSCROLL - SB_* and scrolling routines

* NOSERVICE - All Service Controller routines, SERVICE_ equates, etc.

* NOSOUND - Sound driver routines

* NOTEXTMETRIC - typedef TEXTMETRIC and associated routines

* NOWH - SetWindowsHook and WH_*

* NOWINOFFSETS - GWL_*, GCL_*, associated routines

* NOCOMM - COMM driver routines

* NOKANJI - Kanji support stuff.

* NOHELP - Help engine interface.

* NOPROFILER - Profiler interface.

* NODEFERWINDOWPOS - DeferWindowPos routines

* NOMCX - Modem Configuration Extensions

*/

#if defined(RC_INVOKED) && !defined(NOWINRES)

#include

#else

#if defined(RC_INVOKED)

/* Turn off a bunch of stuff to ensure that RC files compile OK. */

#define NOATOM

#define NOGDI

#define NOGDICAPMASKS

#define NOMETAFILE

#define NOMINMAX

#define NOMSG

#define NOOPENFILE

#define NORASTEROPS

#define NOSCROLL

#define NOSOUND

#define NOSYSMETRICS

#define NOTEXTMETRIC

#define NOWH

#define NOCOMM

#define NOKANJI

#define NOCRYPT

#define NOMCX

#endif

#if !defined(_68K_) && !defined(_MPPC_) && !defined(_X86_) && !defined(_IA64_) && !defined(_AMD64_) && !defined(_ARM_) && defined(_M_IX86)

#define _X86_

#endif

#if !defined(_68K_) && !defined(_MPPC_) && !defined(_X86_) && !defined(_IA64_) && !defined(_AMD64_) && !defined(_ARM_) && defined(_M_AMD64)

#define _AMD64_

#endif

#if !defined(_68K_) && !defined(_MPPC_) && !defined(_X86_) && !defined(_IA64_) && !defined(_AMD64_) && !defined(_ARM_) && defined(_M_ARM)

#define _ARM_

#endif

#if !defined(_68K_) && !defined(_MPPC_) && !defined(_X86_) && !defined(_IA64_) && !defined(_AMD64_) && !defined(_ARM_) && defined(_M_M68K)

#define _68K_

#endif

#if !defined(_68K_) && !defined(_MPPC_) && !defined(_X86_) && !defined(_IA64_) && !defined(_AMD64_) && !defined(_ARM_) && defined(_M_MPPC)

#define _MPPC_

#endif

#if !defined(_68K_) && !defined(_MPPC_) && !defined(_X86_) && !defined(_M_IX86) && !defined(_AMD64_) && !defined(_ARM_) && defined(_M_IA64)

#if !defined(_IA64_)

#define _IA64_

#endif /* !_IA64_ */

#endif

#ifndef _MAC

#if defined(_68K_) || defined(_MPPC_)

#define _MAC

#endif

#endif

#if defined (_MSC_VER)

#if ( _MSC_VER >= 800 )

#ifndef __cplusplus

#pragma warning(disable:4116) /* TYPE_ALIGNMENT generates this - move it */

/* outside the warning push/pop scope. */

#endif

#endif

#endif

#ifndef RC_INVOKED

#if ( _MSC_VER >= 800 )

#pragma warning(disable:4514)

#ifndef __WINDOWS_DONT_DISABLE_PRAGMA_PACK_WARNING__

#pragma warning(disable:4103)

#endif

#if _MSC_VER >= 1200

#pragma warning(push)

#endif

#pragma warning(disable:4001)

#pragma warning(disable:4201)

#pragma warning(disable:4214)

#endif

#include

#include

#endif /* RC_INVOKED */

#include

#include

#include

#include

#if !defined(_MAC) || defined(_WIN32NLS)

#include

#endif

#ifndef _MAC

#include

#include

#endif

#if !defined(_MAC) || defined(_WIN32REG)

#include

#endif

#ifndef _MAC

#include

#endif

#ifndef WIN32_LEAN_AND_MEAN

#include

#include

#include

#include

#ifndef _MAC

#include

#include

#include

#include

#endif

#include

#ifndef _MAC

#include

#include

#endif

#ifndef NOCRYPT

#include

#include

#include

#endif

#ifndef NOGDI

#ifndef _MAC

#include

#ifdef INC_OLE1

#include

#else

#include

#endif /* !INC_OLE1 */

#endif /* !MAC */

#include

#endif /* !NOGDI */

#endif /* WIN32_LEAN_AND_MEAN */


本文标签: 发音 作者