You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
439 B
31 lines
439 B
/*++
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
w3ssl.rc
|
|
|
|
Abstract:
|
|
|
|
w3ssl - W3SVC SSL service
|
|
|
|
Author:
|
|
|
|
jaroslad
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "SSL service for HTTP"
|
|
#define VER_INTERNALNAME_STR "w3ssl.dll"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|
|
|