41 lines
782 B
Plaintext
41 lines
782 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#include <dav.rh>
|
|
|
|
// Strings
|
|
//
|
|
STRINGTABLE
|
|
{
|
|
IDS_ExtensionName "HTTP Extensions for Windows NT"
|
|
}
|
|
|
|
#define VER_FILEDESCRIPTION_STR "HTTP Extensions for Windows NT\0"
|
|
#define VER_INTERNALNAME_STR "HTTPEXT"
|
|
#define VER_ORIGINALFILENAME_STR "HTTPEXT.DLL"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_LANGNEUTRAL
|
|
|
|
|
|
#include "iisver.h"
|
|
#include "common.ver"
|
|
|
|
// The following multi-language processing must be last
|
|
//
|
|
#include <statcode.h>
|
|
|
|
#pragma code_page(1252)
|
|
|
|
// For each locale identifier, there should
|
|
// a matching language below:
|
|
//
|
|
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US
|
|
#include "statcode.s"
|
|
|
|
#pragma code_page(default)
|
|
|
|
// ALLFSMC.RC
|
|
//
|
|
LANGUAGE 0x9,0x1
|
|
1 11 MsgFSEn.bin
|