mirror of https://github.com/tongzx/nt5src
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.
37 lines
1019 B
37 lines
1019 B
;/*****************************************************************************
|
|
;*
|
|
;* File Name: msime95k.def
|
|
;*
|
|
;* - Definition file of MSIME IME for Chicago-H.
|
|
;*
|
|
;* Author: Beomseok Oh (BeomOh)
|
|
;*
|
|
;* Copyright (C) Microsoft Corp 1993-1995. All rights reserved.
|
|
;*
|
|
;******************************************************************************/
|
|
|
|
LIBRARY MSIME95K
|
|
|
|
SECTIONS
|
|
.bss READ WRITE ; initialized data
|
|
.data READ WRITE ; global data
|
|
.idata READ WRITE ; import tables
|
|
SHAREDDATA READ WRITE SHARED ; shared data
|
|
.rsrc READ SHARED ; resources
|
|
|
|
EXPORTS
|
|
ImeConversionList
|
|
ImeConfigure
|
|
ImeDestroy
|
|
ImeEscape
|
|
ImeInquire
|
|
ImeProcessKey
|
|
ImeSelect
|
|
ImeSetActiveContext
|
|
ImeToAsciiEx
|
|
NotifyIME
|
|
ImeRegisterWord
|
|
ImeUnregisterWord
|
|
ImeGetRegisterWordStyle
|
|
ImeEnumRegisterWord
|
|
ImeSetCompositionString
|