Windows2003-3790/shell/ext/hnw/setup/version.h
2020-09-30 16:53:55 +02:00

13 lines
325 B
C

#pragma once
#include <ntverp.h>
#include <winver.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows XP Version Checking Program"
#define VER_INTERNALNAME_STR "WINXPCHK.EXE"
#include <common.ver>