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.
|
|
/*****************************************************************/ /** Microsoft LAN Manager **/ /** Copyright(c) Microsoft Corp., 1989-1990 **/ /*****************************************************************/
/*
* Windows/Network Interface -- LAN Manager Version * * These manifests are used in the Log On to Workstation dialog. */
#include "logndlog.h"
#undef IDD_LOG_OK
#define IDD_LOG_OK IDOK
#undef IDD_LOG_CANCEL
#define IDD_LOG_CANCEL IDCANCEL
#undef IDD_LOG_HELP
#define IDD_LOG_HELP IDHELPBLT
|