10 lines
282 B
C
10 lines
282 B
C
|
#ifndef _RESOURCE_H_
|
||
|
#define _RESOURCE_H_
|
||
|
|
||
|
#define IDS_RadiusProtocol 101
|
||
|
#define IDR_RadiusProtocol 102
|
||
|
#define IDS_CClient 103
|
||
|
#define IDR_CClient 104
|
||
|
|
||
|
#endif // ifndef _RESOURCE_H_
|