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.
16 lines
332 B
16 lines
332 B
//
|
|
// Resource IDs for MPR.DLL
|
|
//
|
|
|
|
//
|
|
// This is the name of the root-of-network object that shows up in the
|
|
// network neighborhood.
|
|
//
|
|
#define IDS_NETROOT 70
|
|
|
|
|
|
//
|
|
// Last-ditch error text if MultinetGetErrorText can't get the message
|
|
// (text taken from Win9x's XERR_UNKNOWN)
|
|
//
|
|
#define IDS_XERR_UNKNOWN 75
|