22 lines
596 B
Plaintext
22 lines
596 B
Plaintext
//+-------------------------------------------------------------------------
|
||
//
|
||
// Microsoft Windows
|
||
//
|
||
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
||
//
|
||
// File: updcat.rc
|
||
//
|
||
//--------------------------------------------------------------------------
|
||
|
||
#include <windows.h>
|
||
#include <ntverp.h>
|
||
|
||
#define VER_FILETYPE VFT_APP
|
||
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
#define VER_FILEDESCRIPTION_STR "UPDCAT"
|
||
|
||
#define VER_INTERNALNAME_STR "UPDCAT"
|
||
#define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
|
||
|
||
#include <common.ver>
|
||
|