20 lines
532 B
C
20 lines
532 B
C
|
/****************************************************************************
|
||
|
IMEMISC.H
|
||
|
|
||
|
Owner: cslim
|
||
|
Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
|
||
|
MISC utility functions
|
||
|
|
||
|
History:
|
||
|
14-JUL-1999 cslim Copied from IME98 source tree
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#if !defined (_IMEMISC_H__INCLUDED_)
|
||
|
#define _IMEMISC_H__INCLUDED_
|
||
|
|
||
|
extern POSVERSIONINFO GetVersionInfo();
|
||
|
// extern BOOL IsHydra(void); For future version
|
||
|
|
||
|
#endif // _IMEMISC_H__INCLUDED_
|