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.
12 lines
318 B
12 lines
318 B
#ifndef __RESOURCE_h_
|
|
#define __RESOURCE_h_
|
|
|
|
#define IDS_PROJNAME 100
|
|
#define IDR_IPCONFMSP 101
|
|
|
|
#define IDS_AUDIO_CAPTURE_STREAM 102
|
|
#define IDS_AUDIO_RENDER_STREAM 103
|
|
#define IDS_VIDEO_CAPTURE_STREAM 104
|
|
#define IDS_VIDEO_RENDER_STREAM 105
|
|
|
|
#endif
|