wine
18 years agowcmd: Try executing the process even if the exe file doesn't exist.
Alexandre Julliard [Tue, 21 Mar 2006 11:00:17 +0000 (12:00 +0100)] 
wcmd: Try executing the process even if the exe file doesn't exist.

It may be a builtin exe in which case the CreateProcess call will
succeed.

18 years agowine.inf: Use the new fake dlls mechanism to create placeholders for
Alexandre Julliard [Tue, 21 Mar 2006 10:40:11 +0000 (11:40 +0100)] 
wine.inf: Use the new fake dlls mechanism to create placeholders for
applications instead of using symlinks.

18 years agontdll: Detect the fake dlls created by setupapi and refuse to load them.
Alexandre Julliard [Tue, 21 Mar 2006 10:31:23 +0000 (11:31 +0100)] 
ntdll: Detect the fake dlls created by setupapi and refuse to load them.

18 years agosetupapi: Added support for creating fake dlls at install time.
Alexandre Julliard [Tue, 21 Mar 2006 10:30:48 +0000 (11:30 +0100)] 
setupapi: Added support for creating fake dlls at install time.

This should satisfy applications that access a dll file directly. For
apps that check the dll version in the file, the version resource is
copied from the builtin dll.

18 years agodinput: Create single thread for mouse and keyboard hook.
Vitaliy Margolen [Sat, 18 Mar 2006 18:26:37 +0000 (11:26 -0700)] 
dinput: Create single thread for mouse and keyboard hook.

Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.

18 years agoopengl32: Optimize thunks by storing GL context in the thread environment block.
Mike Hearn [Mon, 20 Mar 2006 16:55:06 +0000 (16:55 +0000)] 
opengl32: Optimize thunks by storing GL context in the thread environment block.

18 years agogdi: Fix a couple of todos in the bitmap test.
Dmitry Timoshkov [Tue, 21 Mar 2006 04:00:43 +0000 (12:00 +0800)] 
gdi: Fix a couple of todos in the bitmap test.

18 years agocommdlg: Updated Korean translation.
Byeong-Sik Jeon [Tue, 21 Mar 2006 02:45:58 +0000 (11:45 +0900)] 
commdlg: Updated Korean translation.

18 years agowinecfg: Updated Korean translation.
Byeong-Sik Jeon [Tue, 21 Mar 2006 02:44:15 +0000 (11:44 +0900)] 
winecfg: Updated Korean translation.

18 years agotaskmgr: Make some functions static.
Mike McCormack [Tue, 21 Mar 2006 04:55:48 +0000 (13:55 +0900)] 
taskmgr: Make some functions static.

18 years agotaskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros.
Mike McCormack [Tue, 21 Mar 2006 02:27:45 +0000 (11:27 +0900)] 
taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros.

18 years agowinefile: Fix some gcc 4.1 warnings caused by commctrl.h macros.
Mike McCormack [Tue, 21 Mar 2006 01:58:23 +0000 (10:58 +0900)] 
winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros.

18 years agowined3d: Don't use OpenGL 2.0.
Roderick Colenbrander [Sun, 19 Mar 2006 22:38:23 +0000 (23:38 +0100)] 
wined3d: Don't use OpenGL 2.0.

18 years agokernel: Fix model/stepping in GetSystemInfo.
Paul Vriens [Mon, 20 Mar 2006 12:18:02 +0000 (13:18 +0100)] 
kernel: Fix model/stepping in GetSystemInfo.

wProcessorRevision is built from model and stepping.

18 years agotaskmgr: Eliminate common code and fix a warning.
Mike McCormack [Mon, 20 Mar 2006 13:36:13 +0000 (22:36 +0900)] 
taskmgr: Eliminate common code and fix a warning.

18 years agocomctl32: Get rid of some incorrect casts.
Mike McCormack [Sun, 19 Mar 2006 04:00:47 +0000 (13:00 +0900)] 
comctl32: Get rid of some incorrect casts.

18 years agoconfigure: Add autoheader to the compile command.
Alexandre Julliard [Mon, 20 Mar 2006 21:08:35 +0000 (22:08 +0100)] 
configure: Add autoheader to the compile command.

18 years agoconfigure: Use --rpath when linking dlls too.
Alexandre Julliard [Mon, 20 Mar 2006 21:08:26 +0000 (22:08 +0100)] 
configure: Use --rpath when linking dlls too.

18 years agoprograms: Get rid of application symlinks, they are no longer needed.
Alexandre Julliard [Mon, 20 Mar 2006 19:47:58 +0000 (20:47 +0100)] 
programs: Get rid of application symlinks, they are no longer needed.

18 years agox11drv: Clear new bitmaps if they don't contain any data.
Alexandre Julliard [Mon, 20 Mar 2006 15:00:34 +0000 (16:00 +0100)] 
x11drv: Clear new bitmaps if they don't contain any data.

18 years agogdi: Add a simple test for bitmap bits/metrics
Dmitry Timoshkov [Mon, 20 Mar 2006 10:36:53 +0000 (18:36 +0800)] 
gdi: Add a simple test for bitmap bits/metrics

Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an
empty (not selected into a DC) bitmap.

18 years agomsi: Set the InstallerLocation value when registering msi.dll.
Mike McCormack [Sun, 19 Mar 2006 07:52:31 +0000 (16:52 +0900)] 
msi: Set the InstallerLocation value when registering msi.dll.

18 years agokernel: Avoid heap corruption on invalid parameter in GlobalFree().
Detlef Riekenberg [Sun, 19 Mar 2006 18:35:36 +0000 (19:35 +0100)] 
kernel: Avoid heap corruption on invalid parameter in GlobalFree().

18 years agokernel: Avoid infinite waits in directory change tests.
Alexandre Julliard [Mon, 20 Mar 2006 11:26:14 +0000 (12:26 +0100)] 
kernel: Avoid infinite waits in directory change tests.

18 years agod3d8: Change the default debug channel to d3d8 for device.c.
H. Verbeet [Sun, 19 Mar 2006 22:26:00 +0000 (22:26 +0000)] 
d3d8: Change the default debug channel to d3d8 for device.c.

18 years agod3d8: Downgrade a FIXME to a TRACE in IDirect3DDevice8Impl_SetVertexShader.
H. Verbeet [Sun, 19 Mar 2006 22:25:49 +0000 (22:25 +0000)] 
d3d8: Downgrade a FIXME to a TRACE in IDirect3DDevice8Impl_SetVertexShader.

18 years agod3d8: Fix comparison in IDirect3DDevice8Impl_DeleteVertexShader.
H. Verbeet [Sun, 19 Mar 2006 22:25:05 +0000 (22:25 +0000)] 
d3d8: Fix comparison in IDirect3DDevice8Impl_DeleteVertexShader.

18 years agomshtml: Optimize nsACString handling.
Jacek Caban [Sat, 18 Mar 2006 21:00:34 +0000 (22:00 +0100)] 
mshtml: Optimize nsACString handling.

18 years agomshtml: Better QueryInterface implementation.
Jacek Caban [Sat, 18 Mar 2006 18:43:05 +0000 (19:43 +0100)] 
mshtml: Better QueryInterface implementation.

18 years agowordpad: Fix typo in Norwegian resource.
Alexander N. Sørnes [Sun, 19 Mar 2006 18:57:18 +0000 (19:57 +0100)] 
wordpad: Fix typo in Norwegian resource.

18 years agoregedit: Fix Russian translation.
Vitaly Lipatov [Sun, 19 Mar 2006 18:38:50 +0000 (21:38 +0300)] 
regedit: Fix Russian translation.

18 years agocontrol: Fix datetime name.
Vitaly Lipatov [Sun, 19 Mar 2006 16:48:05 +0000 (19:48 +0300)] 
control: Fix datetime name.

18 years agowinecfg: Update Bulgarian translation.
Milko Krachounov [Sun, 19 Mar 2006 01:39:07 +0000 (03:39 +0200)] 
winecfg: Update Bulgarian translation.

18 years agoinclude: LVSETINFOTIPA does not exist.
Mike McCormack [Sun, 19 Mar 2006 03:06:54 +0000 (12:06 +0900)] 
include: LVSETINFOTIPA does not exist.

18 years agowinedbg: Copy floating point status to the dbgcontext.
Jeff Latimer [Sun, 19 Mar 2006 01:53:01 +0000 (12:53 +1100)] 
winedbg: Copy floating point status to the dbgcontext.

18 years agogdi: Handle NT style \\.\DISPLAY1 name that we return.
Vitaliy Margolen [Sat, 18 Mar 2006 18:20:03 +0000 (11:20 -0700)] 
gdi: Handle NT style \\.\DISPLAY1 name that we return.

18 years agomsi: Optimise WHERE operations.
Robert Shearman [Sat, 18 Mar 2006 16:12:15 +0000 (16:12 +0000)] 
msi: Optimise WHERE operations.

Optimise WHERE operations on matching against strings by adding a new
function find_matching_rows to the views, which eliminates the need to
examine every record when executing a query. Implement this function
in the table using a hash table on the ID stored in the data.

18 years agomsi: Add a test for MsiFormatRecord with integer fields.
Robert Shearman [Sat, 18 Mar 2006 16:14:09 +0000 (16:14 +0000)] 
msi: Add a test for MsiFormatRecord with integer fields.

18 years agowininet: Copy from the start of the cookie name, not the cookie data.
Robert Shearman [Sat, 18 Mar 2006 16:11:35 +0000 (16:11 +0000)] 
wininet: Copy from the start of the cookie name, not the cookie data.

Copy from the start of the cookie name, not the cookie data when
parsing cookies with a NULL cookie name.

18 years agoinclude: Add some more defines to wininet.h.
Robert Shearman [Sat, 18 Mar 2006 16:10:52 +0000 (16:10 +0000)] 
include: Add some more defines to wininet.h.

18 years agowcmd: Use PACKAGE_VERSION as the wcmd version.
Robert Shearman [Sat, 18 Mar 2006 16:10:36 +0000 (16:10 +0000)] 
wcmd: Use PACKAGE_VERSION as the wcmd version.

18 years agoole: Use the thread pool for executing RPC calls for better performance
Robert Shearman [Sat, 18 Mar 2006 16:09:53 +0000 (16:09 +0000)] 
ole: Use the thread pool for executing RPC calls for better performance
(after the thread pool has been improved).

18 years agowineprefixcreate: Autodetect the running from build tree case.
Alexandre Julliard [Fri, 17 Mar 2006 11:34:50 +0000 (12:34 +0100)] 
wineprefixcreate: Autodetect the running from build tree case.

18 years agosetupapi: Added support for calling executables in a RegisterDlls section.
Alexandre Julliard [Fri, 17 Mar 2006 22:08:27 +0000 (23:08 +0100)] 
setupapi: Added support for calling executables in a RegisterDlls section.

18 years agontdll: In MODULE_FlushModrefs, also free dlls that haven't been initialized yet.
Alexandre Julliard [Sat, 18 Mar 2006 17:41:21 +0000 (18:41 +0100)] 
ntdll: In MODULE_FlushModrefs, also free dlls that haven't been initialized yet.

18 years agoPrevent the use of windowsx.h with Wine source.
Mike McCormack [Sat, 18 Mar 2006 01:18:04 +0000 (10:18 +0900)] 
Prevent the use of windowsx.h with Wine source.

18 years agowinefile: Eliminate use of windowsx.h.
Mike McCormack [Fri, 17 Mar 2006 15:57:16 +0000 (00:57 +0900)] 
winefile: Eliminate use of windowsx.h.

18 years agodbghelp: MSC fixes.
Eric Pouech [Sat, 18 Mar 2006 12:33:20 +0000 (13:33 +0100)] 
dbghelp: MSC fixes.

- wrong cut & paste across versions of a given record type
- wrong definition for register_v2

18 years agodbghelp: Support for LF_VTSHAPE in MSC.
Eric Pouech [Sat, 18 Mar 2006 12:33:16 +0000 (13:33 +0100)] 
dbghelp: Support for LF_VTSHAPE in MSC.

- added preliminary support for VT (virtual table) shape
  type record
- as we don't do C++, it's just a hack to get rid of
  some errors

18 years agodbghelp: MSC forward declaration.
Eric Pouech [Sat, 18 Mar 2006 12:33:11 +0000 (13:33 +0100)] 
dbghelp: MSC forward declaration.

- create an infrastructure for handling forward usage
  of type records
- used it in some cases (pointer to yet not defined udt,
  function signature, modifiers)

18 years agodbghelp: Type parsing refactoring.
Eric Pouech [Sat, 18 Mar 2006 12:33:06 +0000 (13:33 +0100)] 
dbghelp: Type parsing refactoring.

- seperate types' table handling from a single type handling
  by adding codeview_parse_one_type function
- factored all calls for caching symt
- make type parsing helpers return the symt instead of a
  simple error status

18 years agodbghelp: Fixes for NB11 types.
Eric Pouech [Sat, 18 Mar 2006 12:33:03 +0000 (13:33 +0100)] 
dbghelp: Fixes for NB11 types.

- when checking debug info in NB09 or NB11 format (CodeView),
  try to load the global types section

18 years agodbghelp: MSC handling of function signature's parameters.
Eric Pouech [Sat, 18 Mar 2006 12:33:00 +0000 (13:33 +0100)] 
dbghelp: MSC handling of function signature's parameters.

- now correctly parsing parameters types for a function
  signature and storing them in dbghelp internal structures

18 years agodbghelp: Cleanup MSC bitfield handling.
Eric Pouech [Sat, 18 Mar 2006 12:32:56 +0000 (13:32 +0100)] 
dbghelp: Cleanup MSC bitfield handling.

- no longer caching bitfield information but accessing it directly
  when needed
- removed all kludges for bitfield handling
- reused BOOL parameter to codeview_get_type for monitoring
  traces (will be used in later patches)

18 years agodbghelp: Fieldlist.
Eric Pouech [Sat, 18 Mar 2006 12:32:50 +0000 (13:32 +0100)] 
dbghelp: Fieldlist.

- now that we have offset tables to type, we can cleanly
  parse the field-lists and remove the associated kludges
- also adding internal structure for easing parameter sharing
  across functions (codeview_type_parse)
- in mscvpdb.h, also reparated the type records that are
  referenced from other type records (union codeview_type_ref)
  from type records referenced by symbols (union codeview_type)

18 years agodbghelp: MSC types.
Eric Pouech [Sat, 18 Mar 2006 12:32:44 +0000 (13:32 +0100)] 
dbghelp: MSC types.

- enforce the type records that can be accessed by symbols (these are
  anyway the high level ones)

18 years agodbghelp: Types parsing.
Eric Pouech [Sat, 18 Mar 2006 12:32:41 +0000 (13:32 +0100)] 
dbghelp: Types parsing.

- our engine for parsing types section now requires in entry
  an offsets table for getting directly to each type in the
  section
- (re)construct this table for PDB types

18 years agodbghelp: CV's ssearch.
Eric Pouech [Sat, 18 Mar 2006 12:32:38 +0000 (13:32 +0100)] 
dbghelp: CV's ssearch.

- added definitions for start_search symbol info
- silenced warnings from this symbol

18 years agodbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.
Eric Pouech [Sat, 18 Mar 2006 12:32:35 +0000 (13:32 +0100)] 
dbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.

18 years agodbghelp: Compiland and source files are not the same thing.
Eric Pouech [Sat, 18 Mar 2006 12:32:31 +0000 (13:32 +0100)] 
dbghelp: Compiland and source files are not the same thing.

- in MSC debug info parsing, clearly separate a source file
  information from a compiland (including in linetab structure)
- in ELF debug info parsing, now storing compiland directly
  in symtab_elt while browsing the symtab section (we still
  create twice the compilands, once in stabs/dwarf parsing,
  a second time in symtab parsing)

18 years agogdi32: Look for ttf fonts in the Wine font dir.
Vitaly Lipatov [Fri, 17 Mar 2006 15:36:11 +0000 (18:36 +0300)] 
gdi32: Look for ttf fonts in the Wine font dir.

18 years agogdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.
Dmitry Timoshkov [Fri, 17 Mar 2006 06:01:41 +0000 (14:01 +0800)] 
gdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.

18 years agowidl: Do not generate code that initializes a binding handle.
Eric Kohl [Sat, 18 Mar 2006 13:33:48 +0000 (14:33 +0100)] 
widl: Do not generate code that initializes a binding handle.

18 years agowidl: Fix proc offset calculation.
Eric Kohl [Sat, 18 Mar 2006 13:33:39 +0000 (14:33 +0100)] 
widl: Fix proc offset calculation.

A void return type is represented by a FC_END/FC_PAD sequence in the
proc format string. Increment the proc offset by two when a function
returns void.

18 years agowidl: 'unsigned char' and 'byte' are must be distinct types.
Eric Kohl [Sat, 18 Mar 2006 13:33:08 +0000 (14:33 +0100)] 
widl: 'unsigned char' and 'byte' are must be distinct types.

18 years agomshtml.idl: Added more interfaces.
Jacek Caban [Sat, 18 Mar 2006 13:34:46 +0000 (14:34 +0100)] 
mshtml.idl: Added more interfaces.

18 years agomshtml/tests: Code cleanup.
Jacek Caban [Sat, 18 Mar 2006 11:01:33 +0000 (12:01 +0100)] 
mshtml/tests: Code cleanup.

18 years agodbghelp: Live target detection.
Eric Pouech [Sat, 18 Mar 2006 09:32:33 +0000 (10:32 +0100)] 
dbghelp: Live target detection.

- DBGHELP_NOLIVE env variable is tested earlier to avoid
  some strange effects in live target detection
- in WineDbg, delete DBGHELP_NOLIVE before attaching to
  a process, because we know it must be a live target

18 years agoRemove some unnecessary uses of windowsx.h
Mike McCormack [Fri, 17 Mar 2006 14:26:20 +0000 (23:26 +0900)] 
Remove some unnecessary uses of windowsx.h

18 years agoavifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
Mike McCormack [Sat, 18 Mar 2006 01:17:33 +0000 (10:17 +0900)] 
avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 13:49:49 +0000 (22:49 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agowinecfg: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 13:49:27 +0000 (22:49 +0900)] 
winecfg: Fix some gcc 4.1 warnings.

18 years agocrypt32: Fix a warning.
Mike McCormack [Fri, 17 Mar 2006 13:48:56 +0000 (22:48 +0900)] 
crypt32: Fix a warning.

18 years agomsvfw32: Update Korean resources.
YunSong Hwang [Fri, 17 Mar 2006 09:33:30 +0000 (18:33 +0900)] 
msvfw32: Update Korean resources.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:38:55 +0000 (18:38 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:41 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:23 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:00 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:37:11 +0000 (18:37 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agotaskmgr: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:36:48 +0000 (18:36 +0900)] 
taskmgr: Fix some gcc 4.1 warnings.

18 years agoregedit: Fix some gcc 4.1 warnings.
Mike McCormack [Fri, 17 Mar 2006 09:34:05 +0000 (18:34 +0900)] 
regedit: Fix some gcc 4.1 warnings.

18 years agocrypt32: Implement CertGetSubjectCertificateFromStore.
Juan Lang [Fri, 17 Mar 2006 03:22:56 +0000 (19:22 -0800)] 
crypt32: Implement CertGetSubjectCertificateFromStore.

18 years agowined3d: Add D3DBASISTYPE to wined3d_types.h.
Stefan Dösinger [Thu, 16 Mar 2006 22:29:07 +0000 (23:29 +0100)] 
wined3d: Add D3DBASISTYPE to wined3d_types.h.

18 years agod3d8/wined3d: Vertex shader fixes.
Roderick Colenbrander [Thu, 16 Mar 2006 21:42:00 +0000 (22:42 +0100)] 
d3d8/wined3d: Vertex shader fixes.

18 years agogdi: Support for loading fonts from the build directory.
Alexandre Julliard [Fri, 17 Mar 2006 12:10:09 +0000 (13:10 +0100)] 
gdi: Support for loading fonts from the build directory.

18 years agowinecfg: Support for loading the list of dlls from the build directory.
Alexandre Julliard [Fri, 17 Mar 2006 12:09:54 +0000 (13:09 +0100)] 
winecfg: Support for loading the list of dlls from the build directory.

18 years agolibwine: Added magic handling of dll path when running in build dir.
Alexandre Julliard [Fri, 17 Mar 2006 12:08:08 +0000 (13:08 +0100)] 
libwine: Added magic handling of dll path when running in build dir.

This should ensure that we do the right thing in the build dir even if
WINEDLLPATH isn't set.

18 years agowinbase.h: Add missing LMEM_INVALID_HANDLE define.
Detlef Riekenberg [Thu, 16 Mar 2006 18:52:47 +0000 (19:52 +0100)] 
winbase.h: Add missing LMEM_INVALID_HANDLE define.

18 years agolibwine: Export wine_get_build_dir.
Alexandre Julliard [Thu, 16 Mar 2006 16:36:19 +0000 (17:36 +0100)] 
libwine: Export wine_get_build_dir.

18 years agolibwine: Added support for executing wine binaries out of the build dir.
Alexandre Julliard [Thu, 16 Mar 2006 16:35:32 +0000 (17:35 +0100)] 
libwine: Added support for executing wine binaries out of the build dir.

18 years agolibwine: Added detection for Wine being run out of the build directory.
Alexandre Julliard [Thu, 16 Mar 2006 16:35:14 +0000 (17:35 +0100)] 
libwine: Added detection for Wine being run out of the build directory.

18 years agodlls: Remove the no longer needed symlinks to the static libraries.
Alexandre Julliard [Thu, 16 Mar 2006 16:25:06 +0000 (17:25 +0100)] 
dlls: Remove the no longer needed symlinks to the static libraries.

18 years agoRemove some no longer needed library paths.
Alexandre Julliard [Thu, 16 Mar 2006 15:28:43 +0000 (16:28 +0100)] 
Remove some no longer needed library paths.

18 years agowinegcc: Look for libraries in subdirs of the library path too.
Alexandre Julliard [Thu, 16 Mar 2006 15:28:04 +0000 (16:28 +0100)] 
winegcc: Look for libraries in subdirs of the library path too.

This means that -lfoo will match the library 'foo/libfoo.def' in
addition to just 'libfoo.def'. This allows supporting the Wine source
layout without adding a gazillion path entries.

18 years agosecur32: Update ntlm_auth version detection to detect new samba4 version numbers.
Kai Blin [Thu, 16 Mar 2006 11:45:17 +0000 (12:45 +0100)] 
secur32: Update ntlm_auth version detection to detect new samba4 version numbers.

Samba4 changed the versioning from 3.9.X to 4.0.0tpX-preY.

18 years agocrypt32: Tighten CertDuplicateCertificateContext test.
Juan Lang [Wed, 15 Mar 2006 17:58:59 +0000 (09:58 -0800)] 
crypt32: Tighten CertDuplicateCertificateContext test.

Test that the return from CertDuplicateCertificateContext is the same
as its parameter.

18 years agoRelease 0.9.10. wine-0.9.10
Alexandre Julliard [Wed, 15 Mar 2006 14:41:07 +0000 (15:41 +0100)] 
Release 0.9.10.

18 years agoavitools: Fixed library path for msvfw32.
Alexandre Julliard [Wed, 15 Mar 2006 14:24:05 +0000 (15:24 +0100)] 
avitools: Fixed library path for msvfw32.

18 years agouser/tests: Try harder to flush X events before running tests.
Alexandre Julliard [Wed, 15 Mar 2006 11:11:02 +0000 (12:11 +0100)] 
user/tests: Try harder to flush X events before running tests.

18 years agowininet: Added Hungarian translation.
András Kovács [Mon, 6 Mar 2006 11:47:11 +0000 (12:47 +0100)] 
wininet: Added Hungarian translation.