Leaked source code of windows server 2003
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.
|
|
/***************************************************************************** * * $Workfile: $ * * Copyright (C) 1997 Hewlett-Packard Company. * All rights reserved. * * 11311 Chinden Blvd. * Boise, Idaho 83714 * ***************************************************************************** * * $Log: $ * *****************************************************************************/ // // TCPMONUI.RC2 - resources Microsoft Visual C++ does not edit directly //
#ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED
///////////////////////////////////////////////////////////////////////////// // // Version //
#define V_INTERNAL "TCPMONUI\0" #define V_FILE "TCPMONUI.DLL\0" #define V_DESC "Standard TCP/IP Port Monitor"
#include "..\common\verstamp.rc"
///////////////////////////////////////////////////////////////////////////// // Add manually edited resources here...
/////////////////////////////////////////////////////////////////////////////
|