stoneage8.5/石器时代8.5客户端最新源代码/石器源码/systeminc/ime_sa.h

12 lines
192 B
C
Raw Normal View History

2020-06-23 15:53:23 +08:00
/************************/
2020-06-23 15:27:59 +08:00
/* ime.h */
/************************/
#ifndef _IME_H_
#define _IME_H_
void ShowBottomLineString(int iColor,LPSTR lpstr);
void ImeProc();
#endif