mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Autosyncing with Wine
svn path=/trunk/; revision=22827
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
4 stub IMMGETDEFAULTIMEWND
|
||||
7 stub IMMGETDESCRIPTIONA
|
||||
8 stub IMMGETIMEFILENAMEA
|
||||
9 stub IMMGETPROPERTY
|
||||
11 stub IMMINSTALLIMEA
|
||||
#15 stub ___EXPORTEDSTUB
|
||||
17 stub IMMISIME
|
||||
25 stub IMMGETHOTKEY
|
||||
26 stub IMMSETHOTKEY
|
||||
27 stub IMMSIMULATEHOTKEY
|
||||
35 stub IMMCREATECONTEXT
|
||||
36 stub IMMDESTROYCONTEXT
|
||||
37 stub IMMGETCONTEXT
|
||||
38 stub IMMRELEASECONTEXT
|
||||
39 stub IMMASSOCIATECONTEXT
|
||||
41 stub IMMASSOCIATECONTEXTEX
|
||||
43 stub IMMGETCOMPOSITIONSTRINGA
|
||||
44 stub IMMSETCOMPOSITIONSTRINGA
|
||||
45 stub IMMGETCANDIDATELISTCOUNTA
|
||||
46 stub IMMGETCANDIDATELISTA
|
||||
47 stub IMMGETGUIDELINEA
|
||||
51 stub IMMGETCONVERSIONSTATUS
|
||||
52 stub IMMSETCONVERSIONSTATUS
|
||||
53 stub IMMGETOPENSTATUS
|
||||
54 stub IMMSETOPENSTATUS
|
||||
55 stub IMMGETCOMPOSITIONFONTA
|
||||
56 stub IMMSETCOMPOSITIONFONTA
|
||||
61 stub IMMCONFIGUREIMEA
|
||||
63 stub IMMESCAPEA
|
||||
64 stub IMMGETCONVERSIONLISTA
|
||||
65 stub IMMNOTIFYIME
|
||||
71 stub IMMISUIMESSAGEA
|
||||
72 stub IMMGENERATEMESSAGE
|
||||
73 stub IMMGETVIRTUALKEY
|
||||
87 stub IMMGETSTATUSWINDOWPOS
|
||||
88 stub IMMSETSTATUSWINDOWPOS
|
||||
89 stub IMMGETCOMPOSITIONWINDOW
|
||||
90 stub IMMSETCOMPOSITIONWINDOW
|
||||
91 stub IMMGETCANDIDATEWINDOW
|
||||
92 stub IMMSETCANDIDATEWINDOW
|
||||
95 stub IMMUNINSTALLIMEA
|
||||
110 stub IMMLOCKIMC
|
||||
111 stub IMMUNLOCKIMC
|
||||
112 stub IMMGETIMCLOCKCOUNT
|
||||
116 stub IMMCREATEIMCC
|
||||
117 stub IMMDESTROYIMCC
|
||||
118 stub IMMLOCKIMCC
|
||||
119 stub IMMUNLOCKIMCC
|
||||
120 stub IMMGETIMCCLOCKCOUNT
|
||||
121 stub IMMRESIZEIMCC
|
||||
122 stub IMMGETIMCCSIZE
|
||||
#160 stub FT_IMMFTHKTHKCONNECTIONDATA
|
||||
#161 stub IMM32THKCONNECTIONDATASL
|
||||
180 stub IMMSYNCCONVERSION
|
||||
@@ -1,13 +1,18 @@
|
||||
<module name="imm32" type="win32dll" baseaddress="${BASEADDRESS_IMM32}" installbase="system32" installname="imm32.dll">
|
||||
<module name="imm32" type="win32dll" baseaddress="${BASEADDRESS_IMM32}" installbase="system32" installname="imm32.dll" allowwarnings="true">
|
||||
<importlibrary definition="imm32.spec.def" />
|
||||
<include base="imm32">.</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__WINESRC__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<define name="WINVER">0x501</define>
|
||||
<library>wine</library>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>imm.c</file>
|
||||
<file>imm32.spec</file>
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user