windows-nt/Source/XPSP1/NT/net/config/shell/dll/version.h
2020-09-26 16:20:57 +08:00

13 lines
303 B
C

#pragma once
#include <ntverp.h>
#include <winver.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Network Connections Shell"
#define VER_INTERNALNAME_STR "netshell.dll"
#include <common.ver>