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.
40 lines
782 B
40 lines
782 B
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#include <dav.rh>
|
|
|
|
// Strings
|
|
//
|
|
STRINGTABLE
|
|
{
|
|
IDS_ExtensionName "HTTP Extensions for Windows NT"
|
|
}
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Web DAV Extensions for Windows\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
|