mirror of https://github.com/tongzx/nt5src
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.
19 lines
544 B
19 lines
544 B
/*****************************************************************/
|
|
/** 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
|