20 lines
544 B
C
20 lines
544 B
C
/*****************************************************************/
|
|
/** 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
|