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.
33 lines
833 B
33 lines
833 B
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <ntverp.h>
|
|
|
|
// DO NOT EDIT "inetui.rc" manually, it is automatically
|
|
// generated by MSDEV
|
|
// *************************
|
|
rcinclude ..\inetui\inetui.rc
|
|
// *************************
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGINST
|
|
//
|
|
|
|
REGINST REGINST MOVEABLE PURE "selfreg_wininet.inf"
|
|
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Internet Extensions for Win32"
|
|
#define VER_INTERNALNAME_STR "wininet.dll"
|
|
#define VER_ORIGINALFILENAME_STR "wininet.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
#ifndef unix
|
|
LANGUAGE 0x9,0x1
|
|
1 11 MSG00001.BIN
|
|
#else
|
|
#include "inetmsg.h"
|
|
#include "inetmsg.rc"
|
|
#endif /* unix */
|