mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
20 lines
329 B
C
20 lines
329 B
C
#pragma once
|
|
|
|
#define IDS_USAGE 100
|
|
|
|
#define IDS_UNKNOWN 101
|
|
|
|
#define IDS_BCAST 102
|
|
#define IDS_P2P 103
|
|
#define IDS_MIXED 104
|
|
#define IDS_HYBRID 105
|
|
|
|
/* adapter types */
|
|
#define IDS_OTHER 106
|
|
#define IDS_ETH 107
|
|
#define IDS_TOKEN 108
|
|
#define IDS_FDDI 109
|
|
#define IDS_PPP 110
|
|
#define IDS_LOOP 111
|
|
#define IDS_SLIP 112
|