19 lines
710 B
Plaintext
19 lines
710 B
Plaintext
|
|
//-----------------------------------------------------------------------------
|
|
// This is a part of the Microsoft Source Code Samples.
|
|
// Copyright (C) 1993 Microsoft Corporation.
|
|
// All rights reserved.
|
|
//
|
|
// This source code is only intended as a supplement to
|
|
// Microsoft Development Tools and/or WinHelp documentation.
|
|
// See these sources for detailed information regarding the
|
|
// Microsoft samples programs.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
|
|
#define RC_VERSION_FILE_DESCRIPTION "SMTP Server Perfmon DLL\0"
|
|
#define RC_VERSION_INTERNAL_NAME "SMTPCTRS\0"
|
|
#define RC_VERSION_ORIGINAL_FILE_NAME "SMTPCTRS.DLL\0"
|
|
|
|
#include <bldver.rc>
|