20 lines
504 B
C
20 lines
504 B
C
/****************************************************************************
|
|
DLLMAIN.H
|
|
|
|
Owner: cslim
|
|
Copyright (c) 1997-1999 Microsoft Corporation
|
|
|
|
DLL Main entry function
|
|
|
|
History:
|
|
14-JUL-1999 cslim Copied from IME98 source tree
|
|
*****************************************************************************/
|
|
|
|
#if !defined (_DLLMAIN_H__INCLUDED_)
|
|
#define _DLLMAIN_H__INCLUDED_
|
|
|
|
extern BOOL vfDllDetachCalled;
|
|
void InitImeData();
|
|
|
|
#endif //!defined (_DLLMAIN_H__INCLUDED_)
|