// // imeutil.h // #ifndef IMEUTIL_H #define IMEUTIL_H #include #ifdef __cplusplus extern "C" { #endif DWORD HexStrToDWORD(TCHAR *pStr); #ifdef __cplusplus } // extern "C" #endif #endif // IMEUTIL_H