2020-09-30 16:53:49 +02:00

18 lines
643 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 "PTP USB Driver"
#define VER_INTERNALNAME_STR "PTP USB Driver"
#define VER_LEGALCOPYRIGHT_YEARS "1999-2000"
#define VER_ORIGINALFILENAME_STR "PTPUSB.DLL"
#include <common.ver>