49 lines
857 B
Plaintext
49 lines
857 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1999-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
autosock.rc
|
|
|
|
Abstract:
|
|
|
|
Resource file for the UL automation tests.
|
|
|
|
Author:
|
|
|
|
Paul McDaniel (paulmcd) 21-Jan-1999
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "automation wrapper for winsock"
|
|
#define VER_INTERNALNAME_STR "autosock.dll"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_AUTOSOCK REGISTRY DISCARDABLE "autosock.rgs"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
1 TYPELIB "autosock.tlb"
|
|
|