22 lines
481 B
Plaintext
22 lines
481 B
Plaintext
/**
|
|
* neptune async wininet 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 "Asynchronous WinInet"
|
|
#define VER_INTERNALNAME_STR "asyncwnt"
|
|
#define VER_ORIGINALFILENAME_STR "asyncwnt.DLL"
|
|
|
|
#include <common.ver>
|