98 lines
2 KiB
Plaintext
98 lines
2 KiB
Plaintext
//*********************************************************************
|
|
//* Microsoft Windows **
|
|
//* Copyright(c) Microsoft Corp., 1995 **
|
|
//*********************************************************************
|
|
|
|
// keep objidl.h from being pulled in, RC compiler chokes on it
|
|
#define __objidl_h__
|
|
|
|
// define as many NOxxxx's as possible to keep windows.h's memory footprint
|
|
// small. This greatly speeds up resource compilation time.
|
|
|
|
#ifndef WIN32
|
|
#define WIN32 1
|
|
#endif
|
|
#define NOGDI
|
|
#define NONLS
|
|
#define NORESOURCE
|
|
#define NOSCROLL
|
|
#define NOSHOWWINDOW
|
|
#define NOWH
|
|
#define NODESKTOP
|
|
#define NOWINDOWSTATION
|
|
#define NOSECURITY
|
|
#define NOMSG
|
|
#define NOWINOFFSETS
|
|
#define NONCMESSAGES
|
|
#define NOKEYSTATES
|
|
#define NOCLIPBOARD
|
|
#define NODEFERWINDOWPOS
|
|
#define NOSYSMETRICS
|
|
#define NOMENUS
|
|
#define NODRAWTEXT
|
|
#define NOMB
|
|
#define NOCOLOR
|
|
#define NOSYSCOMMANDS
|
|
#define NOICONS
|
|
#define NOWINMESSAGES
|
|
#define NOMDI
|
|
#define NOHELP
|
|
#define NOSYSPARAMSINFO
|
|
#define NOLANGUAGE
|
|
#define NOTEXTMETRIC
|
|
#define NOMETAFILE
|
|
#define NOGDICAPMASKS
|
|
#define NORASTEROPS
|
|
#define NODRIVERS
|
|
#define MMNOTIMER
|
|
#define MMNOJOY
|
|
#define MMNOMMIO
|
|
#define MMNOMCI
|
|
#define NOMCX
|
|
#define NOCOMM
|
|
#define NOKANJI
|
|
#define NOPROFILER
|
|
#define NOKERNEL
|
|
#define NOGDI
|
|
#define NONLS
|
|
#define NOMEMMGR
|
|
#define NOTOOLBAR
|
|
#define NOTOOLTIPS
|
|
#define NOSTATUSBAR
|
|
#define NOTRACKBAR
|
|
#define NOBTNLIST
|
|
#define NODRAGLIST
|
|
#define NOPROGRESS
|
|
#define NOSHELLDEBUG
|
|
#define NOMENUHELP
|
|
#define NOHOTKEY
|
|
#define NOMMIDS
|
|
#define NONEWWAVE
|
|
#define NONEWRIFF
|
|
#define NOBITMAP
|
|
#define NOJPEGDIB
|
|
#define NONEWIC
|
|
#define MMNODRV
|
|
#define MMNOSOUND
|
|
#define MMNOWAVE
|
|
#define MMNOMIDI
|
|
#define MMNOMIXER
|
|
#define MMNOAUX
|
|
#define MMNOTIMER
|
|
#define MMNOMMIO
|
|
#define MMNOMCI
|
|
#define MMNOMMSYSTEM
|
|
#define NO_APPLOADER
|
|
|
|
#include <windows.h>
|
|
|
|
REGINST REGINST MOVEABLE PURE "selfreg_inetcpl.inf"
|
|
|
|
//
|
|
// Resource File which can be edited with
|
|
// MSDEV/AppStudio. Do NOT edit this file
|
|
// by hand.
|
|
//
|
|
|
|
RCINCLUDE inetcpld.rc
|