37 lines
820 B
C
37 lines
820 B
C
/*
|
|
* Copyright (c) XMEDIA. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __XMEDIA_HELP_EN_H__
|
|
#define __XMEDIA_HELP_EN_H__
|
|
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
#endif /* __cplusplus */
|
|
|
|
#define MSG_CR "\n"
|
|
|
|
#define MSG_NEWLINE(msg) (msg MSG_CR)
|
|
|
|
#define MSG_FILE_NotFound "File '%s' not found."
|
|
#define MSG_FILE_Open_Error "File '%s' open error."
|
|
#define MSG_FILE_Open_Success "File '%s' open success."
|
|
#define MSG_FILE_Filename_Error "File name error."
|
|
#define MSG_THREAD_CREATE_INFO "Create Thread. name:%s, threadid:%i "
|
|
|
|
#define AZ_WAITREADY_TIMEOUT "Waitting for pools ready is timeout."
|
|
#define AZ_POOLS_NOTREADY "Pools is not ready."
|
|
|
|
#define MSG_COMMON_NOTSUPPORT "Not support now."
|
|
|
|
#ifdef __cplusplus
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
#endif /* __cplusplus */
|
|
|
|
#endif /* __XMEDIA_HELP_EN_H__ */
|