31 lines
479 B
Plaintext
31 lines
479 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ul.rc
|
|
|
|
Abstract:
|
|
|
|
UL.SYS resource file.
|
|
|
|
Author:
|
|
|
|
Keith Moore (keithmo) 10-Jun-1998
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <_ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_STATIC_LIB
|
|
#define VER_FILEDESCRIPTION_STR "Universal Listener parser"
|
|
#define VER_INTERNALNAME_STR "parse.lib"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|