#include "windows.h" #include #define VER_FILEVERSION 0, 2, 0, 0 #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Dynamic Patch Module for File I/O API's" #define VER_INTERNALNAME_STR "dpmffio.dll" #define VER_ORIGINALFILENAME_STR "dpmffio.dll" #include "common.ver"