2025-04-27 07:49:33 -04:00

18 lines
641 B
Plaintext

/*****************************************************************/
/** Microsoft Windows **/
/** Copyright (C) Microsoft Corp., 1996-2000 **/
/*****************************************************************/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "WIA PTP proxy"
#define VER_INTERNALNAME_STR "WIA PTP proxy"
#define VER_LEGALCOPYRIGHT_YEARS "1999-2000"
#define VER_ORIGINALFILENAME_STR "PTPUSB.DLL"
#include <common.ver>