28 lines
741 B
C
28 lines
741 B
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
//
|
|
// File: resource.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by amc.rc
|
|
//
|
|
#include "mmcres.h"
|
|
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
#include <dlgs.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Management Console"
|
|
#define VER_INTERNALNAME_STR "mmc.exe"
|
|
#define VER_ORIGINALFILENAME_STR "mmc.exe"
|
|
|
|
#include "common.ver"
|