Source code of Windows XP (NT5)
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.
|
|
//----------------------------------------------------------------------------- // 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>
|