wine
15 years agoavifil32: Ukranian translation.
Artem Reznikov [Fri, 6 Feb 2009 13:58:24 +0000 (14:58 +0100)] 
avifil32: Ukranian translation.

15 years agowinepath: Fixed the wmain() definition.
Alexandre Julliard [Fri, 6 Feb 2009 22:20:27 +0000 (23:20 +0100)] 
winepath: Fixed the wmain() definition.

15 years agoprograms: Don't make apps Unicode if they don't use the command line.
Alexandre Julliard [Fri, 6 Feb 2009 22:20:01 +0000 (23:20 +0100)] 
programs: Don't make apps Unicode if they don't use the command line.

15 years agowinmm: Disable system thread if poll() support is missing.
Alexandre Julliard [Fri, 6 Feb 2009 21:31:56 +0000 (22:31 +0100)] 
winmm: Disable system thread if poll() support is missing.

15 years agowinegcc: Don't pass the as/ld/nm commands to winebuild.
Alexandre Julliard [Fri, 6 Feb 2009 19:35:56 +0000 (20:35 +0100)] 
winegcc: Don't pass the as/ld/nm commands to winebuild.

winebuild should be able to find them on its own.

15 years agomakefiles: Pass the target flags to winegcc.
Alexandre Julliard [Fri, 6 Feb 2009 19:31:59 +0000 (20:31 +0100)] 
makefiles: Pass the target flags to winegcc.

15 years agonotepad: Add Lithuanian translation.
Aurimas Fischer [Thu, 5 Feb 2009 21:16:53 +0000 (23:16 +0200)] 
notepad: Add Lithuanian translation.

15 years agomshtml: Implement IHTMLStyle_get_backgroundColor.
Alistair Leslie-Hughes [Wed, 4 Feb 2009 05:01:05 +0000 (16:01 +1100)] 
mshtml: Implement IHTMLStyle_get_backgroundColor.

15 years agomshtml: Implement IHTMLStyle_put_fontWeight.
Alistair Leslie-Hughes [Wed, 4 Feb 2009 05:32:31 +0000 (16:32 +1100)] 
mshtml: Implement IHTMLStyle_put_fontWeight.

15 years agospoolss: Move routing functions to a seperate file.
Detlef Riekenberg [Fri, 6 Feb 2009 08:35:13 +0000 (09:35 +0100)] 
spoolss: Move routing functions to a seperate file.

15 years agosane.ds: More completely implement ICAP_XFERMECH, with helper functions.
Jeremy White [Thu, 5 Feb 2009 22:23:29 +0000 (16:23 -0600)] 
sane.ds: More completely implement ICAP_XFERMECH, with helper functions.

15 years agowidl: Print all NdrFcShort parameters as shorts to avoid warnings for negative values.
Alexandre Julliard [Fri, 6 Feb 2009 13:38:45 +0000 (14:38 +0100)] 
widl: Print all NdrFcShort parameters as shorts to avoid warnings for negative values.

15 years agowidl: Add printf format attribute on all printf-like functions and fix resulting...
Alexandre Julliard [Fri, 6 Feb 2009 13:31:29 +0000 (14:31 +0100)] 
widl: Add printf format attribute on all printf-like functions and fix resulting warnings.

15 years agowidl: Replace unsigned long and size_t by unsigned int where appropriate.
Alexandre Julliard [Fri, 6 Feb 2009 13:30:38 +0000 (14:30 +0100)] 
widl: Replace unsigned long and size_t by unsigned int where appropriate.

15 years agowidl: Add a dummy reference to the filter function to avoid a warning.
Alexandre Julliard [Fri, 6 Feb 2009 13:03:54 +0000 (14:03 +0100)] 
widl: Add a dummy reference to the filter function to avoid a warning.

15 years agowidl: Avoid using GetExceptionCode outside of an exception handler.
Alexandre Julliard [Fri, 6 Feb 2009 13:03:29 +0000 (14:03 +0100)] 
widl: Avoid using GetExceptionCode outside of an exception handler.

15 years agod3dx8: Implement D3DXComputeBoundingBox.
David Adam [Fri, 6 Feb 2009 10:42:01 +0000 (11:42 +0100)] 
d3dx8: Implement D3DXComputeBoundingBox.

15 years agod3dx8: Implement D3DXComputeBoundingSphere.
David Adam [Thu, 5 Feb 2009 18:06:03 +0000 (19:06 +0100)] 
d3dx8: Implement D3DXComputeBoundingSphere.

15 years agod3dx8: Add tests for D3DXGetFVFVertexSize.
Luis C. Busquets Pérez [Thu, 5 Feb 2009 18:00:32 +0000 (19:00 +0100)] 
d3dx8: Add tests for D3DXGetFVFVertexSize.

15 years agod3dx8: Implement D3DXGetFVFVertexSize.
David Adam [Thu, 5 Feb 2009 17:56:47 +0000 (18:56 +0100)] 
d3dx8: Implement D3DXGetFVFVertexSize.

15 years agod3dx8: Change the debug channel into the generic d3dx.
David Adam [Thu, 5 Feb 2009 17:55:31 +0000 (18:55 +0100)] 
d3dx8: Change the debug channel into the generic d3dx.

15 years agod3dx8: Remove useless includes.
David Adam [Thu, 5 Feb 2009 17:53:09 +0000 (18:53 +0100)] 
d3dx8: Remove useless includes.

15 years agod3dx8: Move some functions into core.c to match the header file layout.
David Adam [Fri, 6 Feb 2009 11:04:37 +0000 (12:04 +0100)] 
d3dx8: Move some functions into core.c to match the header file layout.

15 years agoFix position of CDECL qualifier for functions that return pointers.
Alexandre Julliard [Fri, 6 Feb 2009 12:56:09 +0000 (13:56 +0100)] 
Fix position of CDECL qualifier for functions that return pointers.

15 years agocomctl32/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 6 Feb 2009 09:38:02 +0000 (10:38 +0100)] 
comctl32/tests: Remove superfluous pointer casts.

15 years agorichedit: Avoided searching for adjacent paragraphs through runs.
Dylan Smith [Fri, 6 Feb 2009 06:10:06 +0000 (01:10 -0500)] 
richedit: Avoided searching for adjacent paragraphs through runs.

When finding an adjacent paragraph, the next_para and prev_para pointers
should be used because they are direct pointers, a constant time
operation.  Instead I found some places in the code that searched through
the general linked list to get to an adjacent paragraph, which is a linear
time operation, depending on the number of rows and runs in between
paragraphs.

15 years agorichedit: Removed incorrect FIXME comment.
Dylan Smith [Fri, 6 Feb 2009 06:10:00 +0000 (01:10 -0500)] 
richedit: Removed incorrect FIXME comment.

The fixme comment is suggesting wrapping a paragraph within a function
that is for moving the selection cursor up or down a line when the up
or down keys are pressed.  The contents fo paragraph aren't being
changed, so there is no need to wrap the paragraph.

15 years agorichedit: Add paragraph field to wrap context to avoid searching for it.
Dylan Smith [Fri, 6 Feb 2009 06:09:56 +0000 (01:09 -0500)] 
richedit: Add paragraph field to wrap context to avoid searching for it.

More case of searching for the paragraph through the linked list when
is was already previously available.  Since each wrap context is used
for wrapping each paragraph, I decided to add the reference to the
paragarph in the structure.

15 years agorichedit: Accept paragraph as parameter for ME_CharOfsFromRunOfs.
Dylan Smith [Fri, 6 Feb 2009 06:09:51 +0000 (01:09 -0500)] 
richedit: Accept paragraph as parameter for ME_CharOfsFromRunOfs.

Rather than get the paragraph from the run, the function allows the
caller to provide the paragraph, since it is already available.  This
reduces unnecessary traversals of lists that take longer as more runs
and rows are in the paragraph.

15 years agorichedit: Get the paragraph with ME_RunOfsFromCharOfs.
Dylan Smith [Fri, 6 Feb 2009 06:09:47 +0000 (01:09 -0500)] 
richedit: Get the paragraph with ME_RunOfsFromCharOfs.

The ME_RunOfsFromCharOfs function finds the paragraph before finding the
run and offset within the run, so the function may as well be able to
return this paragraph to the caller.  Many callers to the function
instead find the paragraph from the run, which ends up unnecessarily
traversing a linked list of runs within the paragraph.

15 years agorichedit: Properly destroy context in two places.
Dylan Smith [Fri, 6 Feb 2009 06:09:43 +0000 (01:09 -0500)] 
richedit: Properly destroy context in two places.

Whenever ME_InitContext is called, ME_DestroyContext should be used to
clean it up.  This way the context can be extended easily by modifying
those two functions.  Instead, these two places of code just released
the DC, without using ME_DestroyContext, so the created brush for the
margin was not deleted.

15 years agorichedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.
Dylan Smith [Fri, 6 Feb 2009 06:09:36 +0000 (01:09 -0500)] 
richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.

These calls to ME_WrapMarkedParagraphs never do anything, and don't make
sense to be called in these places. These places are for ME_MoveCaret,
and ME_ArrowHome, which both don't involve any text being modified, and
all (direct and indirect) calls to these functions are done after the
text has already been wrapped.

15 years agorichedit: Simplified the character length delete protection.
Dylan Smith [Fri, 6 Feb 2009 06:09:30 +0000 (01:09 -0500)] 
richedit: Simplified the character length delete protection.

The value for nMaxChars can be found easier by using ME_GetTextLength.

15 years agocrypt32: Fix some test failures on older versions of Windows.
Juan Lang [Thu, 5 Feb 2009 18:12:55 +0000 (10:12 -0800)] 
crypt32: Fix some test failures on older versions of Windows.

15 years agomsctf: Define ITfContextOwnerCompositionSink. This is implemented by a tsf aware...
Aric Stewart [Thu, 5 Feb 2009 20:17:50 +0000 (14:17 -0600)] 
msctf: Define ITfContextOwnerCompositionSink. This is implemented by a tsf aware application.

15 years agomsctf: When a Context is created connect to the ITextStoreACP if provided and create...
Aric Stewart [Thu, 5 Feb 2009 20:17:41 +0000 (14:17 -0600)] 
msctf: When a Context is created connect to the ITextStoreACP if provided and create and advise our ITextStoreACPSink.

15 years agomsctf: Define ITextStoreACP.
Aric Stewart [Thu, 5 Feb 2009 20:17:32 +0000 (14:17 -0600)] 
msctf: Define ITextStoreACP.

15 years agomsctf: Add stub ITextStoreACPSink.
Aric Stewart [Thu, 5 Feb 2009 20:17:26 +0000 (14:17 -0600)] 
msctf: Add stub ITextStoreACPSink.

15 years agomshtml: Remove document observer before releasing nsdoc.
Jacek Caban [Thu, 5 Feb 2009 20:18:16 +0000 (21:18 +0100)] 
mshtml: Remove document observer before releasing nsdoc.

15 years agomshtml: Wine Gecko 0.9.1 release.
Jacek Caban [Thu, 5 Feb 2009 20:17:58 +0000 (21:17 +0100)] 
mshtml: Wine Gecko 0.9.1 release.

15 years agofusion/tests: Fix some tests failures on .NET 1.1 (and Win98).
Paul Vriens [Fri, 6 Feb 2009 10:20:00 +0000 (11:20 +0100)] 
fusion/tests: Fix some tests failures on .NET 1.1 (and Win98).

15 years agofusion/tests: Fix a test failure on Win64.
Paul Vriens [Fri, 6 Feb 2009 07:31:48 +0000 (08:31 +0100)] 
fusion/tests: Fix a test failure on Win64.

15 years agofusion/tests: Fix some test failures on systems with .NET 1.1.
Paul Vriens [Fri, 6 Feb 2009 07:27:08 +0000 (08:27 +0100)] 
fusion/tests: Fix some test failures on systems with .NET 1.1.

15 years agofusion/tests: Run tests correctly on Win98.
Paul Vriens [Fri, 6 Feb 2009 07:11:49 +0000 (08:11 +0100)] 
fusion/tests: Run tests correctly on Win98.

15 years agowinejack.drv: The dwParam1/dwParam2 function arguments are DWORD_PTR.
Michael Stefaniuc [Fri, 6 Feb 2009 00:12:14 +0000 (01:12 +0100)] 
winejack.drv: The dwParam1/dwParam2 function arguments are DWORD_PTR.

15 years agowinmm: SendDriverMessage takes LPARAM as 3rd and 4th argument.
Michael Stefaniuc [Fri, 6 Feb 2009 00:11:18 +0000 (01:11 +0100)] 
winmm: SendDriverMessage takes LPARAM as 3rd and 4th argument.

15 years agocomdlg32: Update German and French translation.
Andre Wisplinghoff [Thu, 5 Feb 2009 23:19:57 +0000 (00:19 +0100)] 
comdlg32: Update German and French translation.

15 years agowinecoreaudio.drv: Add support for waveOutBreakLoop/WODM_BREAKLOOP.
Ken Thomases [Thu, 5 Feb 2009 21:49:04 +0000 (15:49 -0600)] 
winecoreaudio.drv: Add support for waveOutBreakLoop/WODM_BREAKLOOP.

15 years agomshtml: Fixed size passed to MultiByteToWideChar.
Marcus Meissner [Thu, 5 Feb 2009 21:03:59 +0000 (22:03 +0100)] 
mshtml: Fixed size passed to MultiByteToWideChar.

15 years agoadvapi32: Fixed size of userName.
Marcus Meissner [Thu, 5 Feb 2009 21:01:34 +0000 (22:01 +0100)] 
advapi32: Fixed size of userName.

15 years agonetapi32: Remove unused functions.
Andrew Talbot [Thu, 5 Feb 2009 20:01:11 +0000 (20:01 +0000)] 
netapi32: Remove unused functions.

15 years agomsi: Remove unused functions.
Andrew Talbot [Thu, 5 Feb 2009 20:01:08 +0000 (20:01 +0000)] 
msi: Remove unused functions.

15 years agomsctf: Stub implementation of SetInputScopes.
Aric Stewart [Thu, 5 Feb 2009 19:13:02 +0000 (13:13 -0600)] 
msctf: Stub implementation of SetInputScopes.

15 years agomsctf: Stub for SetInputScope.
Aric Stewart [Thu, 5 Feb 2009 19:12:55 +0000 (13:12 -0600)] 
msctf: Stub for SetInputScope.

15 years agomsvcrt: Implement _mbcjistojms.
David Hedberg [Fri, 23 Jan 2009 23:37:57 +0000 (00:37 +0100)] 
msvcrt: Implement _mbcjistojms.

15 years agowinemaker: Add odbccp32 to default link list.
André Hentschel [Thu, 5 Feb 2009 16:36:39 +0000 (17:36 +0100)] 
winemaker: Add odbccp32 to default link list.

15 years agorpcrt4: Change the test of CStdStubBuffer->pPSFactory to only test for the field...
Rob Shearman [Thu, 5 Feb 2009 16:23:54 +0000 (16:23 +0000)] 
rpcrt4: Change the test of CStdStubBuffer->pPSFactory to only test for the field not being NULL.

The address varies on older versions of Windows and isn't really important.

15 years agoole32: Fix an ole2 test failure on Win9x and NT4.
Rob Shearman [Thu, 5 Feb 2009 16:22:30 +0000 (16:22 +0000)] 
ole32: Fix an ole2 test failure on Win9x and NT4.

The combination of CF_BITMAP and TYMED_GLOBAL isn't accepted on newer
versions of Windows, so mark it as broken.

15 years agoshell32: Fix a few tests on Windows 98 and Vista.
Juan Lang [Thu, 5 Feb 2009 15:29:02 +0000 (07:29 -0800)] 
shell32: Fix a few tests on Windows 98 and Vista.

15 years agokernel32: DeviceIoControl: lpBytesReturned must not be NULL if lpOverlapped is NULL.
Christoph von Wittich [Thu, 5 Feb 2009 13:37:46 +0000 (14:37 +0100)] 
kernel32: DeviceIoControl: lpBytesReturned must not be NULL if lpOverlapped is NULL.

15 years agofonts: Copy the TrueType fonts to the build directory for out-of-tree builds.
Alexandre Julliard [Thu, 5 Feb 2009 20:13:34 +0000 (21:13 +0100)] 
fonts: Copy the TrueType fonts to the build directory for out-of-tree builds.

15 years agomsctf: Add sink framework and implement ITfTextEditSink in Context.
Aric Stewart [Wed, 4 Feb 2009 20:48:36 +0000 (14:48 -0600)] 
msctf: Add sink framework and implement ITfTextEditSink in Context.

15 years agomshtml: Call install_cab_file() with name directly on non-Wine.
Marcus Meissner [Wed, 4 Feb 2009 18:11:10 +0000 (19:11 +0100)] 
mshtml: Call install_cab_file() with name directly on non-Wine.

15 years agownaspi32: Invoke ASPI_SendASPICommand() on non-Linux platforms, too.
Gerald Pfeifer [Wed, 4 Feb 2009 10:47:09 +0000 (11:47 +0100)] 
wnaspi32: Invoke ASPI_SendASPICommand() on non-Linux platforms, too.

15 years agomapi32: Fix failing tests on some Win9x versions.
Juan Lang [Wed, 4 Feb 2009 22:39:20 +0000 (14:39 -0800)] 
mapi32: Fix failing tests on some Win9x versions.

15 years agoadvapi32: Support the computer name as an account name in LookupAccountNameW.
Juan Lang [Wed, 4 Feb 2009 21:20:39 +0000 (13:20 -0800)] 
advapi32: Support the computer name as an account name in LookupAccountNameW.

15 years agoadvapi32: Test LookupAccountName with the computer name as the account name.
Juan Lang [Wed, 4 Feb 2009 21:19:51 +0000 (13:19 -0800)] 
advapi32: Test LookupAccountName with the computer name as the account name.

15 years agofusion/tests: Do the conversion before testing.
Paul Vriens [Thu, 5 Feb 2009 09:05:11 +0000 (10:05 +0100)] 
fusion/tests: Do the conversion before testing.

15 years agowinhttp: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 5 Feb 2009 08:53:49 +0000 (09:53 +0100)] 
winhttp: Remove superfluous pointer casts.

15 years agouser32/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 5 Feb 2009 08:53:39 +0000 (09:53 +0100)] 
user32/tests: Remove superfluous pointer casts.

The (MENUITEMINFO)->dwTypeData is really a string ... the joys of the
Hungarian notation.

15 years agoinclude: Change some DWORD to DWORD_PTR in msacmdrv.h.
Michael Stefaniuc [Thu, 5 Feb 2009 08:53:04 +0000 (09:53 +0100)] 
include: Change some DWORD to DWORD_PTR in msacmdrv.h.

The changes are for Win64 compatibility and match the DDK.

15 years agoinclude: Remove struct PORTALLOC from mmddk.h.
Michael Stefaniuc [Thu, 5 Feb 2009 08:52:56 +0000 (09:52 +0100)] 
include: Remove struct PORTALLOC from mmddk.h.

It doesn't exist in the DDK nor is it used in Wine.

15 years agoinclude: Change some DWORD to DWORD_PTR in msacm.h.
Michael Stefaniuc [Thu, 5 Feb 2009 08:52:31 +0000 (09:52 +0100)] 
include: Change some DWORD to DWORD_PTR in msacm.h.

The change is for Win64 compatibility and it matches the DDK.

15 years agogdi32: Make sure that World2Vport DC transformation is valid before using it.
Dmitry Timoshkov [Thu, 5 Feb 2009 08:41:29 +0000 (16:41 +0800)] 
gdi32: Make sure that World2Vport DC transformation is valid before using it.

15 years agocryptui: Check NULL ptr differently (Coverity).
Marcus Meissner [Wed, 4 Feb 2009 22:02:43 +0000 (23:02 +0100)] 
cryptui: Check NULL ptr differently (Coverity).

15 years agomshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object.
Jacek Caban [Wed, 4 Feb 2009 23:53:54 +0000 (00:53 +0100)] 
mshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object.

15 years agowinedos: Remove spaces before '\n's.
Francois Gouget [Wed, 4 Feb 2009 23:21:10 +0000 (00:21 +0100)] 
winedos: Remove spaces before '\n's.

15 years agoxrandr: X11DRV_XRandR_Cleanup() is unused so remove it.
Francois Gouget [Wed, 4 Feb 2009 23:20:26 +0000 (00:20 +0100)] 
xrandr: X11DRV_XRandR_Cleanup() is unused so remove it.

15 years agowinex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.
Francois Gouget [Wed, 4 Feb 2009 23:20:13 +0000 (00:20 +0100)] 
winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.

15 years agoprogman: Reorder some functions to avoid forward declarations in dialog.c.
Francois Gouget [Wed, 4 Feb 2009 23:19:43 +0000 (00:19 +0100)] 
progman: Reorder some functions to avoid forward declarations in dialog.c.

15 years agod3dx8/tests: Make compare() static.
Francois Gouget [Wed, 4 Feb 2009 23:16:37 +0000 (00:16 +0100)] 
d3dx8/tests: Make compare() static.

15 years agorsaenh: {alloc,release}_handle_table() are not used so remove them.
Francois Gouget [Wed, 4 Feb 2009 23:13:33 +0000 (00:13 +0100)] 
rsaenh: {alloc,release}_handle_table() are not used so remove them.

15 years agotaskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
Francois Gouget [Wed, 4 Feb 2009 23:19:35 +0000 (00:19 +0100)] 
taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.

15 years agotaskmgr: Reorder some functions to avoid forward declarations in graphctl.c.
Francois Gouget [Wed, 4 Feb 2009 23:10:52 +0000 (00:10 +0100)] 
taskmgr: Reorder some functions to avoid forward declarations in graphctl.c.

15 years agotaskmgr: Reorder some functions to avoid forward declarations in applpage.c.
Francois Gouget [Wed, 4 Feb 2009 23:10:41 +0000 (00:10 +0100)] 
taskmgr: Reorder some functions to avoid forward declarations in applpage.c.

15 years agoshell32/tests: Remove spaces before a '\n's.
Francois Gouget [Wed, 4 Feb 2009 23:10:35 +0000 (00:10 +0100)] 
shell32/tests: Remove spaces before a '\n's.

15 years agotwain_32/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Wed, 4 Feb 2009 23:10:29 +0000 (00:10 +0100)] 
twain_32/tests: Add a trailing '\n' to ok() calls.

15 years agolocalspl: Enable environment "Windows x64" for Win64.
Detlef Riekenberg [Wed, 4 Feb 2009 22:28:30 +0000 (23:28 +0100)] 
localspl: Enable environment "Windows x64" for Win64.

15 years agowinspool: Enable environment "Windows x64" for Win64.
Detlef Riekenberg [Wed, 4 Feb 2009 22:25:36 +0000 (23:25 +0100)] 
winspool: Enable environment "Windows x64" for Win64.

15 years agowinspool/tests: Run more tests on Win64.
Detlef Riekenberg [Wed, 4 Feb 2009 22:16:28 +0000 (23:16 +0100)] 
winspool/tests: Run more tests on Win64.

15 years agodbghelp: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:36 +0000 (20:39 +0000)] 
dbghelp: Remove unused function.

15 years agodplayx: Remove unused functions.
Andrew Talbot [Wed, 4 Feb 2009 20:39:39 +0000 (20:39 +0000)] 
dplayx: Remove unused functions.

15 years agodsound: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:42 +0000 (20:39 +0000)] 
dsound: Remove unused function.

15 years agoinetcomm: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:45 +0000 (20:39 +0000)] 
inetcomm: Remove unused function.

15 years agoitss: Remove unused function.
Andrew Talbot [Wed, 4 Feb 2009 20:39:48 +0000 (20:39 +0000)] 
itss: Remove unused function.

15 years agocabinet: Declare a function static.
Andrew Talbot [Wed, 4 Feb 2009 20:39:32 +0000 (20:39 +0000)] 
cabinet: Declare a function static.

15 years agomlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode.
Aric Stewart [Wed, 4 Feb 2009 19:58:20 +0000 (13:58 -0600)] 
mlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode.

15 years agourlmon: Fixed target buffer length to MultiByteToWideChar.
Marcus Meissner [Wed, 4 Feb 2009 20:15:04 +0000 (21:15 +0100)] 
urlmon: Fixed target buffer length to MultiByteToWideChar.

15 years agomshtml: Fixed second buffer argument to MultiByteToWideChar.
Marcus Meissner [Wed, 4 Feb 2009 20:11:31 +0000 (21:11 +0100)] 
mshtml: Fixed second buffer argument to MultiByteToWideChar.

15 years agoatl: Fixed second buffer size to MultiByteToWideChar.
Marcus Meissner [Wed, 4 Feb 2009 19:33:40 +0000 (20:33 +0100)] 
atl: Fixed second buffer size to MultiByteToWideChar.