Leaked source code of windows server 2003
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.

19 lines
504 B

  1. /****************************************************************************
  2. DLLMAIN.H
  3. Owner: cslim
  4. Copyright (c) 1997-1999 Microsoft Corporation
  5. DLL Main entry function
  6. History:
  7. 14-JUL-1999 cslim Copied from IME98 source tree
  8. *****************************************************************************/
  9. #if !defined (_DLLMAIN_H__INCLUDED_)
  10. #define _DLLMAIN_H__INCLUDED_
  11. extern BOOL vfDllDetachCalled;
  12. void InitImeData();
  13. #endif //!defined (_DLLMAIN_H__INCLUDED_)