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.
14 lines
309 B
14 lines
309 B
// StaticBold.h : Declaration of the CStaticBold
|
|
#ifndef __SHARED_H_
|
|
#define __SHARED_H_
|
|
|
|
#define C_RA_APPID TEXT("{56b994a7-380f-410b-9985-c809d78c1bdc}")
|
|
|
|
#define IDC_SessionEvent 100
|
|
|
|
// Timer IDs
|
|
#define TIMER_CONNECTTOEXPERT 0x01
|
|
#define TIMER_TIMEOUT 0x02
|
|
|
|
#endif //__SHARED_H_
|
|
|