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.
13 lines
265 B
13 lines
265 B
//
|
|
// delay.h
|
|
//
|
|
|
|
#ifndef _DELAY_H_
|
|
#define _DELAY_H_
|
|
|
|
extern "C" BOOL WINAPI MsimtfIsWindowFiltered(HWND hwnd);
|
|
extern "C" BOOL WINAPI MsimtfIsGuidMapEnable(HIMC himc, BOOL *pbGuidmap);
|
|
|
|
extern "C" BOOL WINAPI TF_DllDetachInOther();
|
|
|
|
#endif _DELAY_H_
|