Windows2000/private/inet/urlmon/dll/urlmon.rc
2020-09-30 17:12:32 +02:00

40 lines
735 B
Plaintext

#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "OLE32 Extensions for Win32"
#define VER_INTERNALNAME_STR "UrlMon.dll"
#define VER_ORIGINALFILENAME_STR "UrlMon.dll"
#define VER_OLESELFREGISTER
#include "common.ver"
#ifndef unix
#include "..\download\cdlstr.rc"
#else
#include "../download/cdlstr.rc"
#endif /* unix */
#ifndef unix
#include "urlerr.rc"
#else
#include "urlerrmsg.h"
#include "urlerrmsg.rc"
#endif /* unix */
#ifndef unix
#include "..\zones\zones.rc"
#else
#include "../zones/zones.rc"
#endif /* unix */
// REGINST
REGINST REGINST MOVEABLE PURE "selfreg.inf"