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.
83 lines
1.3 KiB
83 lines
1.3 KiB
/*
|
|
A B R I D G E . H
|
|
*/
|
|
|
|
#define NOGDICAPMASKS
|
|
#define NOVIRTUALKEYCODES
|
|
/* #define NOWINMESSAGES */
|
|
#define NONCMESSAGES
|
|
#define NOWINSTYLES
|
|
#define NOSYSMETRICS
|
|
#define NODRAWFRAME
|
|
#define NOMENUS
|
|
#define NOICON
|
|
#define NOKEYSTATE
|
|
#define NOSYSCOMMANDS
|
|
#define NORASTEROPS
|
|
/* #define NOSHOWWINDOW */
|
|
|
|
/* #define OEMRESOURCE */
|
|
#define NOATOM
|
|
|
|
/* MIKI - commented out for WIN31 compile
|
|
#define NOBITMAP
|
|
*/
|
|
|
|
#define NOBRUSH
|
|
#define NOCLIPBOARD
|
|
#define NOCOLOR
|
|
#define NOCREATESTRUCT
|
|
/* #define NOCTLMGR */
|
|
#define NODRAWTEXT
|
|
#define NOFONT
|
|
#define NOHDC
|
|
#define NOMB
|
|
/* #define NOMEMMGR */
|
|
#define NOMETAFILE
|
|
/* #define NOMINMAX */
|
|
/* #define NOMSG */
|
|
#define NOPEN
|
|
/* #define NOPOINT */
|
|
#define NORECT
|
|
#define NOREGION
|
|
#define NOSCROLL
|
|
#define NOSOUND
|
|
#define NOTEXTMETRIC
|
|
#define NOWH
|
|
#define NOWINOFFSETS
|
|
#define NOWNDCLASS
|
|
#define NOCOMM
|
|
|
|
/***** PVDISP.H *****/
|
|
#define NO_SEQDOC
|
|
#define NO_UIEDIT
|
|
#define NO_UIVIEW
|
|
|
|
/***** PVSCAN.H *****/
|
|
#define NO_SCANLIB
|
|
#define NO_SCANSEQ
|
|
#define NO_SCANUI
|
|
|
|
/***** PVPRT.H *****/
|
|
#define NO_SEQPRINT
|
|
#define NO_UIPRINT
|
|
|
|
/***** PVFILE.H *****/
|
|
/* #define NO_FILE_IO */
|
|
#define NO_UIFILE
|
|
|
|
/***** PVDOC.H *****/
|
|
#define NO_DOCMGR 1
|
|
#define NO_UIDOC
|
|
|
|
/***** PVADMIN.H *****/
|
|
#define NO_ADMIN
|
|
#define NO_UIADMIN
|
|
|
|
/***** OTHERS *****/
|
|
#define NO_IMAGE
|
|
|
|
|
|
|
|
#define NOKANJI
|
|
|