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
583 B
19 lines
583 B
/*****************************************************************/
|
|
/** Microsoft LAN Manager **/
|
|
/** Copyright(c) Microsoft Corp., 1989-1990 **/
|
|
/*****************************************************************/
|
|
|
|
#include <errornum.h>
|
|
|
|
#define IDD_OF_PATH 101
|
|
#define IDD_OF_OPENCOUNT 102
|
|
#define IDD_OF_LOCKCOUNT 103
|
|
#define IDD_OF_CLOSE 104
|
|
#define IDD_OF_CLOSEALL 105
|
|
#define IDD_OF_LBOX 106
|
|
#define IDD_OF_OPENBY 107
|
|
#define IDD_OF_OPENFOR 108
|
|
#define IDD_OF_LOCKS 109
|
|
#define IDD_OF_FILEID 110
|
|
|
|
#define IDS_NOT_SHAREABLE (IDS_UI_SHELL_OPEN_BASE+0)
|