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