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

22 lines
459 B
Plaintext

/**
* FTP IStream resource script.
*
* Copyright (c) 1999 Microsoft Corporation
*/
//
// Version Resource
//
#include <winver.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "FTP Stream"
#define VER_INTERNALNAME_STR "ftpstrm"
#define VER_ORIGINALFILENAME_STR "ftpstrm.DLL"
#include <common.ver>