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.
20 lines
384 B
20 lines
384 B
|
|
|
|
#ifndef __HZLIB_H
|
|
#define __HZLIB_H
|
|
|
|
/* Includes ------------------------------------------------------------------*/
|
|
#include <string.h>
|
|
|
|
/* Private function prototypes -----------------------------------------------*/
|
|
void GetGBKCode(unsigned char* pBuffer,unsigned char * c);
|
|
|
|
|
|
//×ÖÌåÑ¡Ôñ
|
|
#define SONG_TYPEFACE //Ñ¡ÔñËÎÌå×Ö
|
|
//#define BOLDFACE //Ñ¡ÔñºÚÌå×Ö
|
|
|
|
#endif
|
|
|
|
|