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

22 lines
471 B
Plaintext

/**
* neptune HTTP 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 "HTTP Stream"
#define VER_INTERNALNAME_STR "httpstrm"
#define VER_ORIGINALFILENAME_STR "httpstrm.DLL"
#include <common.ver>