summaryrefslogtreecommitdiffstats
path: root/private/nw/install/setupdll/nwcfg.rc
blob: ba1ddfa9955e655ac372fd12e660d0fe613ef31a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "windows.h"
#include "nwcfg.h"


stringtable
begin
    PROVIDER_NAME, "NetWare or Compatible Network"
end

#include <ntverp.h>

#define VER_FILETYPE                    VFT_DLL
#define VER_FILESUBTYPE                 VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR         "NWC Configuration DLL"
#define VER_INTERNALNAME_STR            "nwcfg.dll"
#define VER_ORIGINALFILENAME_STR        "nwcfg.dll"

#include "common.ver"