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.
9 lines
291 B
9 lines
291 B
#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_
|