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

10 lines
247 B
Plaintext

#include <winnt.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "FSA Proxy / Stub"
#define VER_INTERNALNAME_STR "FsaPS.dll"
#include "WsbVer.h"