wine
16 years agowidl: Fix a mistake in an ordered list (keywords).
Dan Hipschman [Thu, 3 Apr 2008 00:17:01 +0000 (17:17 -0700)] 
widl: Fix a mistake in an ordered list (keywords).

16 years agomsi: Fix joining a nonexistent table with another table.
James Hawkins [Wed, 2 Apr 2008 23:31:18 +0000 (18:31 -0500)] 
msi: Fix joining a nonexistent table with another table.

16 years agomsi: Downgrade a few messages to WARN.
James Hawkins [Wed, 2 Apr 2008 23:30:37 +0000 (18:30 -0500)] 
msi: Downgrade a few messages to WARN.

16 years agomsi: Handle the case where no files match the wildcard in MoveFiles.
James Hawkins [Wed, 2 Apr 2008 22:41:47 +0000 (17:41 -0500)] 
msi: Handle the case where no files match the wildcard in MoveFiles.

16 years agoquartz: Fix memory leak found by valgrind.
Maarten Lankhorst [Thu, 3 Apr 2008 06:00:57 +0000 (23:00 -0700)] 
quartz: Fix memory leak found by valgrind.

16 years agowinemp3: Change a few more fprintf's to wine logs.
Maarten Lankhorst [Wed, 2 Apr 2008 21:58:23 +0000 (14:58 -0700)] 
winemp3: Change a few more fprintf's to wine logs.

16 years agoshell32: Fix and simplify the FO_COPY operation, with tests.
James Hawkins [Wed, 2 Apr 2008 21:13:11 +0000 (16:13 -0500)] 
shell32: Fix and simplify the FO_COPY operation, with tests.

16 years agouser32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
Lei Zhang [Wed, 2 Apr 2008 18:33:19 +0000 (11:33 -0700)] 
user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.

16 years agouser32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
Lei Zhang [Wed, 2 Apr 2008 18:04:23 +0000 (11:04 -0700)] 
user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.

16 years agouser32: Add more edit dialog tests.
Lei Zhang [Wed, 2 Apr 2008 17:50:09 +0000 (10:50 -0700)] 
user32: Add more edit dialog tests.

16 years agowinecfg: Update Polish translation.
Mikołaj Zalewski [Wed, 2 Apr 2008 18:29:20 +0000 (20:29 +0200)] 
winecfg: Update Polish translation.

16 years agoSpelling fixes.
Austin English [Wed, 2 Apr 2008 20:10:47 +0000 (15:10 -0500)] 
Spelling fixes.

16 years agoquartz: Implement seeking on the null renderer.
Maarten Lankhorst [Wed, 2 Apr 2008 18:57:58 +0000 (11:57 -0700)] 
quartz: Implement seeking on the null renderer.

16 years agoquartz: Fix stop_playback used in pullpin.
Maarten Lankhorst [Wed, 2 Apr 2008 17:45:32 +0000 (10:45 -0700)] 
quartz: Fix stop_playback used in pullpin.

16 years agoshell32: Corrected/added Dutch translations.
Frans Kool [Wed, 2 Apr 2008 12:05:56 +0000 (14:05 +0200)] 
shell32: Corrected/added Dutch translations.

16 years agowinedevice: Apply relocations to the driver in cases where the loader doesn't do it.
Alexandre Julliard [Wed, 2 Apr 2008 18:40:27 +0000 (20:40 +0200)] 
winedevice: Apply relocations to the driver in cases where the loader doesn't do it.

16 years agontdll: Use LdrProcessRelocationBlock to apply relocations.
Alexandre Julliard [Wed, 2 Apr 2008 18:39:22 +0000 (20:39 +0200)] 
ntdll: Use LdrProcessRelocationBlock to apply relocations.

Don't apply relocations to non page-aligned binaries.

16 years agontdll: Implemented LdrProcessRelocationBlock.
Alexandre Julliard [Wed, 2 Apr 2008 18:38:51 +0000 (20:38 +0200)] 
ntdll: Implemented LdrProcessRelocationBlock.

16 years agowinecfg: Added missing Dutch translations.
Frans Kool [Wed, 2 Apr 2008 12:24:16 +0000 (14:24 +0200)] 
winecfg: Added missing Dutch translations.

16 years agoddraw: Pass the NULL rectangle to IDirectDrawSurface::Unlock.
Stefan Dösinger [Sat, 29 Mar 2008 21:47:26 +0000 (22:47 +0100)] 
ddraw: Pass the NULL rectangle to IDirectDrawSurface::Unlock.

16 years agoddraw: Remove some leftover test debug output.
Stefan Dösinger [Sat, 29 Mar 2008 21:40:07 +0000 (22:40 +0100)] 
ddraw: Remove some leftover test debug output.

16 years agoddraw: Add a D3D7 cube map test.
Stefan Dösinger [Sat, 29 Mar 2008 21:36:27 +0000 (22:36 +0100)] 
ddraw: Add a D3D7 cube map test.

The DirectDraw cube mapping interface has a few pitfalls. So far we have
a test testing the surface enumeration, this adds a rendering test. So
far everything used in the test works.

16 years agod3d9: Make the shading test even more precision tolerant.
Stefan Dösinger [Sat, 29 Mar 2008 12:56:56 +0000 (13:56 +0100)] 
d3d9: Make the shading test even more precision tolerant.

This is needed on both windows and wine, seems to be a hardware thing.

16 years agowined3d: Update copyright lines.
Stefan Dösinger [Sat, 29 Mar 2008 01:36:13 +0000 (02:36 +0100)] 
wined3d: Update copyright lines.

16 years agowined3d: Implement TSSARGTEMP with register combiners.
Stefan Dösinger [Sat, 29 Mar 2008 12:55:59 +0000 (13:55 +0100)] 
wined3d: Implement TSSARGTEMP with register combiners.

16 years agowined3d: Do not report pixel shaders if not supported.
Stefan Dösinger [Tue, 1 Apr 2008 14:02:10 +0000 (16:02 +0200)] 
wined3d: Do not report pixel shaders if not supported.

16 years agowined3d: Implement D3DTA_TEMP in the GL_ATI_fragment_shader codepath.
Stefan Dösinger [Sat, 29 Mar 2008 22:55:09 +0000 (23:55 +0100)] 
wined3d: Implement D3DTA_TEMP in the GL_ATI_fragment_shader codepath.

16 years agowined3d: Prepare the atifs shader generator for temp register support.
Stefan Dösinger [Fri, 28 Mar 2008 23:41:07 +0000 (00:41 +0100)] 
wined3d: Prepare the atifs shader generator for temp register support.

16 years agod3d9: Add a test for temporary results.
Stefan Dösinger [Tue, 1 Apr 2008 14:00:20 +0000 (16:00 +0200)] 
d3d9: Add a test for temporary results.

16 years agoimm32: Keep track of context associations between HWND and HIMC.
Aric Stewart [Wed, 2 Apr 2008 13:48:22 +0000 (08:48 -0500)] 
imm32: Keep track of context associations between HWND and HIMC.

16 years agowordpad: Display the larger icon in the about box.
Alexandre Julliard [Wed, 2 Apr 2008 18:05:33 +0000 (20:05 +0200)] 
wordpad: Display the larger icon in the about box.

16 years agowordpad: A nicer icon.
Herve Chanal [Wed, 2 Apr 2008 13:46:53 +0000 (15:46 +0200)] 
wordpad: A nicer icon.

16 years agoshlwapi/tests: Turn printf into trace or skip.
Paul Vriens [Wed, 2 Apr 2008 14:51:11 +0000 (16:51 +0200)] 
shlwapi/tests: Turn printf into trace or skip.

16 years agosetupapi/tests: No need to use GetProcAddress as all functions exist on all platforms.
Paul Vriens [Wed, 2 Apr 2008 12:44:32 +0000 (14:44 +0200)] 
setupapi/tests: No need to use GetProcAddress as all functions exist on all platforms.

16 years agowidl: Turn on verbose errors, which gives a little more information in the case of...
Rob Shearman [Wed, 2 Apr 2008 11:56:47 +0000 (12:56 +0100)] 
widl: Turn on verbose errors, which gives a little more information in the case of a syntax error.

16 years agowidl: Fix the writing out of function pointers with more than one level of indirection.
Rob Shearman [Wed, 2 Apr 2008 11:56:38 +0000 (12:56 +0100)] 
widl: Fix the writing out of function pointers with more than one level of indirection.

16 years agowidl: Add a newline between function prototypes for non-object interfaces.
Rob Shearman [Wed, 2 Apr 2008 11:56:27 +0000 (12:56 +0100)] 
widl: Add a newline between function prototypes for non-object interfaces.

16 years agowidl: Support __fastcall and __pascal calling conventions.
Rob Shearman [Wed, 2 Apr 2008 11:56:21 +0000 (12:56 +0100)] 
widl: Support __fastcall and __pascal calling conventions.

Support the synonyms for these and existing calling conventions.

16 years agowidl: Support parsing calling conventions for function identifiers.
Rob Shearman [Wed, 2 Apr 2008 11:56:13 +0000 (12:56 +0100)] 
widl: Support parsing calling conventions for function identifiers.

Support automatically setting the calling convention to
STDMETHODCALLTYPE if it is part of an object interface.

Write out the calling convention in write_type_v.

16 years agowidl: Store function and function pointer types completely within type_t type.
Rob Shearman [Wed, 2 Apr 2008 11:55:53 +0000 (12:55 +0100)] 
widl: Store function and function pointer types completely within type_t type.

16 years agowidl: Add a function to get the return type of a parsed function.
Rob Shearman [Wed, 2 Apr 2008 11:55:34 +0000 (12:55 +0100)] 
widl: Add a function to get the return type of a parsed function.

This clarifies its use in code and makes it simpler to change the way
functions are parsed into types.

16 years agowinex11: Allow mapping/unmapping a window even while processing another event.
Alexandre Julliard [Wed, 2 Apr 2008 14:57:17 +0000 (16:57 +0200)] 
winex11: Allow mapping/unmapping a window even while processing another event.

16 years agowinex11: Replace the lock_changes flag by a check on the event currently being processed.
Alexandre Julliard [Wed, 2 Apr 2008 14:43:49 +0000 (16:43 +0200)] 
winex11: Replace the lock_changes flag by a check on the event currently being processed.

16 years agowinex11: Rely on PropertyNotify events instead of Map/UnmapNotify to detect iconifica...
Alexandre Julliard [Wed, 2 Apr 2008 13:58:59 +0000 (15:58 +0200)] 
winex11: Rely on PropertyNotify events instead of Map/UnmapNotify to detect iconification.

16 years agowinex11: Move handling of WM_STATE changes to a separate function, and call it direct...
Alexandre Julliard [Wed, 2 Apr 2008 13:55:25 +0000 (15:55 +0200)] 
winex11: Move handling of WM_STATE changes to a separate function, and call it directly from wait_from_withdrawn_state.

16 years agosetupapi: Create DeviceInstance value in registry, delete todo_wine from test.
Alexander Morozov [Tue, 1 Apr 2008 11:25:10 +0000 (14:25 +0300)] 
setupapi: Create DeviceInstance value in registry, delete todo_wine from test.

16 years agosetupapi: Create device interface keys in registry as in Windows XP.
Alexander Morozov [Tue, 1 Apr 2008 11:25:01 +0000 (14:25 +0300)] 
setupapi: Create device interface keys in registry as in Windows XP.

16 years agosetupapi: Creating SymbolicLink value in registry as in Windows XP.
Alexander Morozov [Tue, 1 Apr 2008 11:24:50 +0000 (14:24 +0300)] 
setupapi: Creating SymbolicLink value in registry as in Windows XP.

16 years agosetupapi: Added a test for registering device interface and getting device path.
Alexander Morozov [Fri, 28 Mar 2008 17:38:46 +0000 (20:38 +0300)] 
setupapi: Added a test for registering device interface and getting device path.

16 years agogdi32: PlgBlt implementation.
Nikolay Sivov [Wed, 26 Mar 2008 22:59:34 +0000 (01:59 +0300)] 
gdi32: PlgBlt implementation.

16 years agogdi32: Fix GetGlyphIndices to select properly the invalid char glyph for TrueType...
Mikołaj Zalewski [Sun, 30 Mar 2008 19:43:15 +0000 (21:43 +0200)] 
gdi32: Fix GetGlyphIndices to select properly the invalid char glyph for TrueType fonts.

16 years agoshell32: Handle a few cases in FO_COPY that arise from not double-NULL terminating...
James Hawkins [Wed, 2 Apr 2008 08:28:29 +0000 (03:28 -0500)] 
shell32: Handle a few cases in FO_COPY that arise from not double-NULL terminating the input.

16 years agomsi: Handle sorting an empty table.
James Hawkins [Wed, 2 Apr 2008 08:47:24 +0000 (03:47 -0500)] 
msi: Handle sorting an empty table.

16 years agoinclude: Define some console display modes.
EA Durbin [Tue, 1 Apr 2008 01:44:28 +0000 (20:44 -0500)] 
include: Define some console display modes.

16 years agoavifil32: Updated Korean resource.
Hwang YunSong(황윤성) [Tue, 1 Apr 2008 00:38:24 +0000 (09:38 +0900)] 
avifil32: Updated Korean resource.

16 years agowineboot: Make services.exe inherit the wineboot event to keep it alive.
Alexandre Julliard [Wed, 2 Apr 2008 10:19:25 +0000 (12:19 +0200)] 
wineboot: Make services.exe inherit the wineboot event to keep it alive.

16 years agowineboot: Start services.exe on startup instead of on demand in the advapi32 services...
Rob Shearman [Tue, 1 Apr 2008 11:48:46 +0000 (12:48 +0100)] 
wineboot: Start services.exe on startup instead of on demand in the advapi32 services code.

16 years agonet: Display a more specific error message when a service command fails.
Rob Shearman [Tue, 1 Apr 2008 11:49:29 +0000 (12:49 +0100)] 
net: Display a more specific error message when a service command fails.

Use FormatMessage to get the message for the Win32 error.

16 years agoinclude: Add BroadcastSystemMessageEx.
Maarten Lankhorst [Tue, 1 Apr 2008 18:49:53 +0000 (11:49 -0700)] 
include: Add BroadcastSystemMessageEx.

16 years agoquartz: Make acmwrapper respond to a sample discontinuity by dropping the frame after...
Maarten Lankhorst [Tue, 1 Apr 2008 21:49:54 +0000 (14:49 -0700)] 
quartz: Make acmwrapper respond to a sample discontinuity by dropping the frame after parsing it.

16 years agoquartz: Add seeking to mpeg splitter.
Maarten Lankhorst [Tue, 1 Apr 2008 21:43:09 +0000 (14:43 -0700)] 
quartz: Add seeking to mpeg splitter.

16 years agoquartz: Prepare mpeg splitter code for seeking by making most splitter parsing locked.
Maarten Lankhorst [Tue, 1 Apr 2008 21:42:32 +0000 (14:42 -0700)] 
quartz: Prepare mpeg splitter code for seeking by making most splitter parsing locked.

16 years agoquartz: Fix parser and pins logic to no longer deadlock.
Maarten Lankhorst [Tue, 1 Apr 2008 21:35:14 +0000 (14:35 -0700)] 
quartz: Fix parser and pins logic to no longer deadlock.

16 years agoquartz: Implement filtergraph mediaseeking setposition.
Maarten Lankhorst [Tue, 1 Apr 2008 21:07:38 +0000 (14:07 -0700)] 
quartz: Implement filtergraph mediaseeking setposition.

16 years agoquartz: Don't hold lock when changing state in filtergraph.
Maarten Lankhorst [Tue, 1 Apr 2008 21:03:34 +0000 (14:03 -0700)] 
quartz: Don't hold lock when changing state in filtergraph.

16 years agoquartz: Fix locking in MediaSeeking and forward SetPosition.
Maarten Lankhorst [Tue, 1 Apr 2008 20:56:28 +0000 (13:56 -0700)] 
quartz: Fix locking in MediaSeeking and forward SetPosition.

Don't hold locks while forwarding messages, instead rely on the
reference count. This prevents some really fun deadlocks from
occuring.

16 years agoquartz: Implement seeking stubs for transform filters.
Maarten Lankhorst [Tue, 1 Apr 2008 20:41:25 +0000 (13:41 -0700)] 
quartz: Implement seeking stubs for transform filters.

16 years agowinex11drv: Distinguish left and right keys for shift, ctrl and alt.
Vitaliy Margolen [Wed, 2 Apr 2008 05:13:45 +0000 (23:13 -0600)] 
winex11drv: Distinguish left and right keys for shift, ctrl and alt.

16 years agowinecfg: Update Russian translation.
Vitaliy Margolen [Wed, 2 Apr 2008 05:12:51 +0000 (23:12 -0600)] 
winecfg: Update Russian translation.

16 years agoprogman: Delete bitrotted translations.
Michael Stefaniuc [Tue, 1 Apr 2008 23:11:05 +0000 (01:11 +0200)] 
progman: Delete bitrotted translations.

16 years agowrc: Sync the codepage mapping to the LANG_* identifiers from include/winnt.h.
Michael Stefaniuc [Tue, 1 Apr 2008 22:17:10 +0000 (00:17 +0200)] 
wrc: Sync the codepage mapping to the LANG_* identifiers from include/winnt.h.

16 years agohhctrl: Added Greek translation.
Apostolos Alexiadis [Tue, 1 Apr 2008 16:09:31 +0000 (19:09 +0300)] 
hhctrl: Added Greek translation.

16 years agocomdlg32: Added Greek translation.
Apostolos Alexiadis [Tue, 1 Apr 2008 16:08:43 +0000 (19:08 +0300)] 
comdlg32: Added Greek translation.

16 years agocomctl32: Greek translation update.
Apostolos Alexiadis [Tue, 1 Apr 2008 16:07:51 +0000 (19:07 +0300)] 
comctl32: Greek translation update.

16 years agoimm: Implement GetCompositionFont.
Aric Stewart [Tue, 1 Apr 2008 16:13:36 +0000 (11:13 -0500)] 
imm: Implement GetCompositionFont.

16 years agoquartz: Implement graph MediaSeeking GetPositions.
Maarten Lankhorst [Fri, 28 Mar 2008 22:16:58 +0000 (15:16 -0700)] 
quartz: Implement graph MediaSeeking GetPositions.

16 years agoquartz: Allow parser filters to implement their own seeking methods.
Maarten Lankhorst [Tue, 25 Mar 2008 23:11:22 +0000 (16:11 -0700)] 
quartz: Allow parser filters to implement their own seeking methods.

16 years agoquartz: Small mpeg splitter fixes.
Maarten Lankhorst [Mon, 31 Mar 2008 04:18:49 +0000 (21:18 -0700)] 
quartz: Small mpeg splitter fixes.

Just to be cautious, since it reads 4 bytes it should stop trying at
EOF-3. Also be more strict with the return values.

16 years agowinemp3: Replace fprintf with wine debugging facilities.
Maarten Lankhorst [Mon, 31 Mar 2008 18:19:58 +0000 (11:19 -0700)] 
winemp3: Replace fprintf with wine debugging facilities.

16 years agoimm32: Remove stray semicolon. Don't try to load an invalid file.
Alexandre Julliard [Tue, 1 Apr 2008 21:17:21 +0000 (23:17 +0200)] 
imm32: Remove stray semicolon. Don't try to load an invalid file.

16 years agowined3d: Catch D3DUSAGE_AUTOGENMIPMAP and D3DUSAGE_RENDERTARGET combos.
Stefan Dösinger [Fri, 28 Mar 2008 22:46:38 +0000 (23:46 +0100)] 
wined3d: Catch D3DUSAGE_AUTOGENMIPMAP and D3DUSAGE_RENDERTARGET combos.

16 years agoddraw: Do not fail if D3D is not available.
Stefan Dösinger [Fri, 28 Mar 2008 22:09:26 +0000 (23:09 +0100)] 
ddraw: Do not fail if D3D is not available.

16 years agowined3d: Refuse 3D initialization without opengl.
Stefan Dösinger [Fri, 28 Mar 2008 22:04:52 +0000 (23:04 +0100)] 
wined3d: Refuse 3D initialization without opengl.

16 years agowined3d: Return a fake pixel format if gl is not loaded.
Stefan Dösinger [Fri, 28 Mar 2008 22:04:34 +0000 (23:04 +0100)] 
wined3d: Return a fake pixel format if gl is not loaded.

16 years agowined3d: Create a fake non-gl adapter.
Stefan Dösinger [Fri, 28 Mar 2008 22:04:17 +0000 (23:04 +0100)] 
wined3d: Create a fake non-gl adapter.

16 years agoadvapi32: Remove some unused services functions.
Rob Shearman [Tue, 1 Apr 2008 11:48:34 +0000 (12:48 +0100)] 
advapi32: Remove some unused services functions.

16 years agoservices: Fix memory leak of some data in the service record.
Rob Shearman [Tue, 1 Apr 2008 11:48:28 +0000 (12:48 +0100)] 
services: Fix memory leak of some data in the service record.

16 years agorpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and...
Rob Shearman [Tue, 1 Apr 2008 11:48:15 +0000 (12:48 +0100)] 
rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer.

This is needed because a context binding handle could be released on
unmarshall, but it still needs to stay valid until the binding handle is
no longer being used.

Re-use the previously unused RPCRT4_ExportBinding function as
RPCRT4_AddRefBinding and rename RPCRT4_DestroyBinding to
RPCRT4_ReleaseBinding to show that it's purpose is to release a
reference count and destroy if necessary, not always destroy.

16 years agorpcrt4: Improve trace in RPCRT4_find_interface to print the interface identifier...
Rob Shearman [Tue, 1 Apr 2008 11:48:06 +0000 (12:48 +0100)] 
rpcrt4: Improve trace in RPCRT4_find_interface to print the interface identifier data as well as the object guid.

16 years agowidl: Be more strict about where semicolons can appear in IDL files.
Rob Shearman [Tue, 1 Apr 2008 11:47:56 +0000 (12:47 +0100)] 
widl: Be more strict about where semicolons can appear in IDL files.

In particular, don't allow them after cpp_quote and without a statement.

Update the rules for importlib, library definition, dispinterface
definition, interface definition, coclass definition and module
definition to optionally allow a semicolon postfix.

Call pop_import from the parser instead of the lexer to ensure that
pop_import is only called after the last statement in the imported file
has been parsed.

16 years agontdll: Add a guard page at the bottom of the stack and raise a stack overflow excepti...
Alexandre Julliard [Tue, 1 Apr 2008 15:40:37 +0000 (17:40 +0200)] 
ntdll: Add a guard page at the bottom of the stack and raise a stack overflow exception when hit.

16 years agontdll: Add support for handling page faults caused by guard pages on the thread stack.
Alexandre Julliard [Tue, 1 Apr 2008 15:37:17 +0000 (17:37 +0200)] 
ntdll: Add support for handling page faults caused by guard pages on the thread stack.

16 years agontdll: Moved stack allocation for thread and process to a common routine in virtual.c.
Alexandre Julliard [Tue, 1 Apr 2008 12:11:44 +0000 (14:11 +0200)] 
ntdll: Moved stack allocation for thread and process to a common routine in virtual.c.

16 years agomshtml: Fixed copy&paste mistake.
Jacek Caban [Tue, 1 Apr 2008 11:50:20 +0000 (11:50 +0000)] 
mshtml: Fixed copy&paste mistake.

16 years agoinclude: Added activedbg.idl.
Jacek Caban [Tue, 1 Apr 2008 11:48:29 +0000 (11:48 +0000)] 
include: Added activedbg.idl.

16 years agod3d9: Add some visual tests for Direct3DDevice9_StretchRect().
Jason Green [Tue, 1 Apr 2008 05:20:44 +0000 (01:20 -0400)] 
d3d9: Add some visual tests for Direct3DDevice9_StretchRect().

16 years agod3d9: Add a visual test for the DP2ADD shader instruction.
Jason Green [Tue, 1 Apr 2008 05:03:11 +0000 (01:03 -0400)] 
d3d9: Add a visual test for the DP2ADD shader instruction.

16 years agocomdlg32: When PD_USEDEVMODECOPIESANDCOLLATE flag is not set dmCopies must be 1.
Vitaly Perov [Mon, 31 Mar 2008 13:13:46 +0000 (17:13 +0400)] 
comdlg32: When PD_USEDEVMODECOPIESANDCOLLATE flag is not set dmCopies must be 1.

16 years agoimm32: Begin to add basic framework for loading IMEs as dlls.
Aric Stewart [Mon, 31 Mar 2008 14:15:29 +0000 (09:15 -0500)] 
imm32: Begin to add basic framework for loading IMEs as dlls.

16 years agoimm32: Correct a typo accidently using data instead of root_context.
Aric Stewart [Mon, 31 Mar 2008 18:08:34 +0000 (13:08 -0500)] 
imm32: Correct a typo accidently using data instead of root_context.