wine
18 years agostatic control: Support SS_REALSIZECONTROL.
Michael Kaufmann [Tue, 17 Jan 2006 15:03:44 +0000 (16:03 +0100)] 
static control: Support SS_REALSIZECONTROL.
- Support SS_REALSIZECONTROL (this flag means "don't resize the
  control to the size of the bitmap/icon").
- Always call GlobalUnlock16 after GlobalLock16.

18 years agostatic control: Background of enhanced metafiles.
Michael Kaufmann [Tue, 17 Jan 2006 15:01:40 +0000 (16:01 +0100)] 
static control: Background of enhanced metafiles.
- Always paint the background of static controls displaying enhanced
  metafiles.
- Also paint the background if there's no metafile to display.

18 years agostatic control: Support text style flags.
Michael Kaufmann [Tue, 17 Jan 2006 15:00:47 +0000 (16:00 +0100)] 
static control: Support text style flags.
- Support DT_END_ELLIPSIS, DT_PATH_ELLIPSIS and DT_WORD_ELLIPSIS.
- Paint simple text without prefixes (SS_SIMPLE | SS_NOPREFIX) with
  the ExtTextOut function like the native control does.
- Gray text color: Only for non-simple static controls.

18 years agomsacm: Add parameter tests for ACM_METRIC_DRIVER_PRIORITY and
Alex Villacís Lasso [Tue, 17 Jan 2006 15:00:16 +0000 (16:00 +0100)] 
msacm: Add parameter tests for ACM_METRIC_DRIVER_PRIORITY and
ACM_METRIC_DRIVER_SUPPORT.
Fix copy&paste mislabeling on acmDriverID test failure.

18 years agomsacm: Fix acmMetrics(ACM_METRIC_DRIVER_PRIORITY) return on error.
Alex Villacís Lasso [Tue, 17 Jan 2006 14:59:59 +0000 (15:59 +0100)] 
msacm: Fix acmMetrics(ACM_METRIC_DRIVER_PRIORITY) return on error.

18 years agomsacm: Add support for ACM_METRIC_DRIVER_SUPPORT.
Alex Villacís Lasso [Tue, 17 Jan 2006 14:59:02 +0000 (15:59 +0100)] 
msacm: Add support for ACM_METRIC_DRIVER_SUPPORT.

18 years agoshell32: Support for CLSID_ShellFSFolder in unixfs.
Michael Jung [Tue, 17 Jan 2006 14:58:52 +0000 (15:58 +0100)] 
shell32: Support for CLSID_ShellFSFolder in unixfs.

18 years agod3d8: Render state additions.
Vitaly Budovski [Tue, 17 Jan 2006 14:58:43 +0000 (15:58 +0100)] 
d3d8: Render state additions.
Implemented D3DRS_EDGEANTIALIAS.
Implemented D3DRS_POINTSPRITEENABLE.
Implemented D3DRS_MULTISAMPLEANTIALIAS.

18 years agowined3d: Create a common WineD3D base class, IWineD3DBase.
H. Verbeet [Tue, 17 Jan 2006 14:58:22 +0000 (15:58 +0100)] 
wined3d: Create a common WineD3D base class, IWineD3DBase.

18 years agoshlwapi: Fixed use of wrong buffer in SHCopyKeyW.
Alexandre Julliard [Tue, 17 Jan 2006 12:34:52 +0000 (13:34 +0100)] 
shlwapi: Fixed use of wrong buffer in SHCopyKeyW.

18 years agowinemenubuilder: Report a few more errors.
Vitaliy Margolen [Tue, 17 Jan 2006 12:34:31 +0000 (13:34 +0100)] 
winemenubuilder: Report a few more errors.
Use Heap[Alloc|Free] instead of malloc|free.

18 years agouser: Fix WM_QUIT message ordering from PostQuitMessage.
Robert Shearman [Tue, 17 Jan 2006 12:14:31 +0000 (13:14 +0100)] 
user: Fix WM_QUIT message ordering from PostQuitMessage.
Added a new server call as PostQuitMessage should set a flag in the
message queue to return the WM_QUIT message when there are no other
pending messages, rather than posting a message to the thread queue as
it does at the moment.

18 years agontdll: Add a test for NtNotifyChangeDirectoryFile.
Mike McCormack [Tue, 17 Jan 2006 12:13:29 +0000 (13:13 +0100)] 
ntdll: Add a test for NtNotifyChangeDirectoryFile.

18 years agoserver: Make sure to release the fd we grabbed in all cases.
Mike McCormack [Tue, 17 Jan 2006 12:13:14 +0000 (13:13 +0100)] 
server: Make sure to release the fd we grabbed in all cases.

18 years agokernel32: Create a stub implementation for PostQueuedCompletionStatus.
Mike McCormack [Tue, 17 Jan 2006 12:13:01 +0000 (13:13 +0100)] 
kernel32: Create a stub implementation for PostQueuedCompletionStatus.

18 years agontdll: Use FILE_OPEN instead of OPEN_EXISTING when calling NtCreateFile.
Mike McCormack [Tue, 17 Jan 2006 12:12:43 +0000 (13:12 +0100)] 
ntdll: Use FILE_OPEN instead of OPEN_EXISTING when calling NtCreateFile.

18 years agooleaut32: Tests for the VarCmp reimplementation.
Michael Stefaniuc [Mon, 16 Jan 2006 20:34:59 +0000 (21:34 +0100)] 
oleaut32: Tests for the VarCmp reimplementation.

18 years agooleaut32: Reimplement VarCmp().
Michael Stefaniuc [Mon, 16 Jan 2006 20:34:50 +0000 (21:34 +0100)] 
oleaut32: Reimplement VarCmp().
- Supports now all WinXP allowed combinations of input variants.
- VT_RESERVED on input variants is handled now.
- Removed complicated VT_DATE comparision; that's not how Windows does it.
- Improved documentation.

18 years agooleaut32: Define missing but useful VTBIT_* macros.
Michael Stefaniuc [Mon, 16 Jan 2006 20:32:24 +0000 (21:32 +0100)] 
oleaut32: Define missing but useful VTBIT_* macros.

18 years agoshell: GetDetailsOf fix.
Robert Shearman [Mon, 16 Jan 2006 20:32:06 +0000 (21:32 +0100)] 
shell: GetDetailsOf fix.
Initialise hr and psd->str.uType before the call to
IShellFolder_GetDisplayNameOf so that whatever it returns is
preserved.

18 years agoshell: Convert the filesystem shell folder to Unicode.
Robert Shearman [Mon, 16 Jan 2006 20:31:48 +0000 (21:31 +0100)] 
shell: Convert the filesystem shell folder to Unicode.

18 years agoshell: Convert SHELL32_GetDisplayNameOfChild to unicode.
Robert Shearman [Mon, 16 Jan 2006 20:31:10 +0000 (21:31 +0100)] 
shell: Convert SHELL32_GetDisplayNameOfChild to unicode.

18 years agomsacm: Fix incorrect linked list traversing leading to memory/driver
Alex Villacís Lasso [Mon, 16 Jan 2006 20:30:52 +0000 (21:30 +0100)] 
msacm: Fix incorrect linked list traversing leading to memory/driver
instance leak.

18 years agoregsvr32 understands '-' and '/' for arguments.
Uwe Bonnes [Mon, 16 Jan 2006 20:30:38 +0000 (21:30 +0100)] 
regsvr32 understands '-' and '/' for arguments.

18 years agokernel32: Move FileCDR16 in with the other 16bit file functions.
Mike McCormack [Mon, 16 Jan 2006 19:51:28 +0000 (20:51 +0100)] 
kernel32: Move FileCDR16 in with the other 16bit file functions.

18 years agokernel32: Declare BindIoCompletionCallback().
Mike McCormack [Mon, 16 Jan 2006 19:51:11 +0000 (20:51 +0100)] 
kernel32: Declare BindIoCompletionCallback().

18 years agooleaut: Handle a non-byref variant being passed for a byref param in
Robert Shearman [Mon, 16 Jan 2006 19:44:13 +0000 (20:44 +0100)] 
oleaut: Handle a non-byref variant being passed for a byref param in
ITypeInfo::Invoke.

18 years agooleaut: Only allocate memory once for each array needed for the
Robert Shearman [Mon, 16 Jan 2006 19:43:55 +0000 (20:43 +0100)] 
oleaut: Only allocate memory once for each array needed for the
arguments in ITypeInfo::Invoke.

18 years agooleaut: Simplify missing argument handling in ITypeInfo::Invoke.
Robert Shearman [Mon, 16 Jan 2006 19:43:20 +0000 (20:43 +0100)] 
oleaut: Simplify missing argument handling in ITypeInfo::Invoke.
Simplify missing argument handling by pre-allocating an array of the
maximum number of missing arguments there could be.

18 years agomsxml: Fix for get_nodeValue on attributes.
Huw Davies [Mon, 16 Jan 2006 19:43:02 +0000 (20:43 +0100)] 
msxml: Fix for get_nodeValue on attributes.

18 years agomsxml: Implement setAttribute.
Huw Davies [Mon, 16 Jan 2006 19:42:39 +0000 (20:42 +0100)] 
msxml: Implement setAttribute.

18 years agomscms: Collect some data during profile enumeration.
Saulius Krasuckas [Mon, 16 Jan 2006 19:42:24 +0000 (20:42 +0100)] 
mscms: Collect some data during profile enumeration.

18 years agokernel: Documentation cleanups.
Hans Leidekker [Mon, 16 Jan 2006 19:42:09 +0000 (20:42 +0100)] 
kernel: Documentation cleanups.

18 years agouser: Avoid buffer overflow in sysparams.c.
Rein Klazes [Mon, 16 Jan 2006 19:41:57 +0000 (20:41 +0100)] 
user: Avoid buffer overflow in sysparams.c.
Increase buffer size to 12 for getting and setting integer parameters
from/to the registry.

18 years agoprograms: Use WIN32_LEAN_AND_MEAN in some more places.
Mike McCormack [Mon, 16 Jan 2006 19:41:34 +0000 (20:41 +0100)] 
programs: Use WIN32_LEAN_AND_MEAN in some more places.

18 years agowineboot: Use WIN32_LEAN_AND_MEAN.
Mike McCormack [Mon, 16 Jan 2006 19:41:09 +0000 (20:41 +0100)] 
wineboot: Use WIN32_LEAN_AND_MEAN.
Use HeapAlloc/HeapFree instead of malloc/free.

18 years agokernel32: Define SCS_64BIT_BINARY.
Mike McCormack [Mon, 16 Jan 2006 19:40:33 +0000 (20:40 +0100)] 
kernel32: Define SCS_64BIT_BINARY.

18 years agontdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIOLATION.
Mike McCormack [Mon, 16 Jan 2006 19:40:25 +0000 (20:40 +0100)] 
ntdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIOLATION.

18 years agontdll: Add a stub implementation of NtNotifyChangeDirectoryFile.
Mike McCormack [Mon, 16 Jan 2006 19:40:11 +0000 (20:40 +0100)] 
ntdll: Add a stub implementation of NtNotifyChangeDirectoryFile.

18 years agodsound: Make dumpCooperativeLevel global.
Robert Reif [Mon, 16 Jan 2006 19:39:52 +0000 (20:39 +0100)] 
dsound: Make dumpCooperativeLevel global.
Remove extern from some function prototypes.

18 years agodsound: Make some capture functions global.
Robert Reif [Mon, 16 Jan 2006 19:39:14 +0000 (20:39 +0100)] 
dsound: Make some capture functions global.

18 years agomake_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.
Mike McCormack [Mon, 16 Jan 2006 19:38:53 +0000 (20:38 +0100)] 
make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.

18 years agokernel32: Add FILE_NOTIFY_INFORMATION.
Mike McCormack [Mon, 16 Jan 2006 19:38:39 +0000 (20:38 +0100)] 
kernel32: Add FILE_NOTIFY_INFORMATION.

18 years agomsi: Eliminate a fixed length buffer.
Mike McCormack [Mon, 16 Jan 2006 19:38:28 +0000 (20:38 +0100)] 
msi: Eliminate a fixed length buffer.

18 years agogdi: better implementation for GetCharABCWidthsFloat{A,W}.
Hans Leidekker [Mon, 16 Jan 2006 19:38:17 +0000 (20:38 +0100)] 
gdi: better implementation for GetCharABCWidthsFloat{A,W}.

18 years agoddraw: Better simulate what 'GetVerticalBlankStatus' does on real hardware.
Lionel Ulmer [Mon, 16 Jan 2006 19:38:08 +0000 (20:38 +0100)] 
ddraw: Better simulate what 'GetVerticalBlankStatus' does on real hardware.

18 years agounixfs: Fix SetNameOf.
Michael Jung [Mon, 16 Jan 2006 19:37:51 +0000 (20:37 +0100)] 
unixfs: Fix SetNameOf.
Ensure that pidls passed to SHNotify are absolute SetNameOf should
fail on absolute path names.
Some tests to show this.

18 years agooleaut: Add const attribute to iterators in get functions.
Robert Shearman [Sat, 14 Jan 2006 16:48:12 +0000 (17:48 +0100)] 
oleaut: Add const attribute to iterators in get functions.

18 years agooleaut: Initialise more fields in CreateDispTypeInfo.
Robert Shearman [Sat, 14 Jan 2006 16:47:36 +0000 (17:47 +0100)] 
oleaut: Initialise more fields in CreateDispTypeInfo.
Don't leave some of the fields of the TLBFuncDesc structure
uninitialised in CreateDispTypeInfo.

18 years agooleaut: Support VT_CY in the typelib marshaller.
Robert Shearman [Sat, 14 Jan 2006 16:47:25 +0000 (17:47 +0100)] 
oleaut: Support VT_CY in the typelib marshaller.

18 years agoole: Optimisation for COM Calls.
Robert Shearman [Sat, 14 Jan 2006 16:45:49 +0000 (17:45 +0100)] 
ole: Optimisation for COM Calls.
Add an optimisation to yield and try to allow the RPC to run before
waiting for messages and RPCs to arrive.

18 years agomsvcrt: Forward functions to ntdll instead of libc where possible.
Alexandre Julliard [Sat, 14 Jan 2006 16:42:12 +0000 (17:42 +0100)] 
msvcrt: Forward functions to ntdll instead of libc where possible.

18 years agomsvcrt: Added wrappers for a few functions instead of linking them
Alexandre Julliard [Sat, 14 Jan 2006 16:40:29 +0000 (17:40 +0100)] 
msvcrt: Added wrappers for a few functions instead of linking them
directly to libc.

18 years agomsvcrt: Set errno in the standard math functions too, not only in the
Alexandre Julliard [Sat, 14 Jan 2006 16:36:23 +0000 (17:36 +0100)] 
msvcrt: Set errno in the standard math functions too, not only in the
_CI* variants.

18 years agomsvcrt: Make snprintf and snwprintf use the msvcrt version of printf.
Alexandre Julliard [Sat, 14 Jan 2006 16:30:02 +0000 (17:30 +0100)] 
msvcrt: Make snprintf and snwprintf use the msvcrt version of printf.
Remove todos from tests that succeed now.

18 years agomsvcrt: Reimplement rand() and srand() to use per-thread data for the
Alexandre Julliard [Sat, 14 Jan 2006 16:27:28 +0000 (17:27 +0100)] 
msvcrt: Reimplement rand() and srand() to use per-thread data for the
random seed.

18 years agomsvcrt: Make strtok and wcstok thread-safe by using the per-thread data.
Alexandre Julliard [Sat, 14 Jan 2006 16:24:49 +0000 (17:24 +0100)] 
msvcrt: Make strtok and wcstok thread-safe by using the per-thread data.

18 years agomsvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
Alexandre Julliard [Sat, 14 Jan 2006 16:22:03 +0000 (17:22 +0100)] 
msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
Make the code thread-safe by using asctime_r if available.

18 years agounixfs: Fix ParseDisplayName.
Michael Jung [Sat, 14 Jan 2006 16:10:53 +0000 (17:10 +0100)] 
unixfs: Fix ParseDisplayName.
Build an absolute pidl to query attributes in
UnixFolder::ParseDisplayName.

18 years agoadvpack: Remove stub status from implemented functions.
James Hawkins [Sat, 14 Jan 2006 16:10:31 +0000 (17:10 +0100)] 
advpack: Remove stub status from implemented functions.

18 years agoadvpack: Add stubs for CloseINFEngine, OpenINFEngine, and
James Hawkins [Sat, 14 Jan 2006 16:10:16 +0000 (17:10 +0100)] 
advpack: Add stubs for CloseINFEngine, OpenINFEngine, and
TranslateInfStringEx.

18 years agoadvpack: Add a stub for AddDelBackupEntry.
James Hawkins [Sat, 14 Jan 2006 16:09:02 +0000 (17:09 +0100)] 
advpack: Add a stub for AddDelBackupEntry.

18 years agoGet rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro.
Alexandre Julliard [Sat, 14 Jan 2006 16:08:52 +0000 (17:08 +0100)] 
Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro.

18 years agokernel: Make sure the file contains data for the ReadFile test.
Alexandre Julliard [Sat, 14 Jan 2006 16:08:14 +0000 (17:08 +0100)] 
kernel: Make sure the file contains data for the ReadFile test.

18 years agorpcrt4: Fixed asm syntax for rep; movsl.
Alexandre Julliard [Sat, 14 Jan 2006 16:07:28 +0000 (17:07 +0100)] 
rpcrt4: Fixed asm syntax for rep; movsl.

18 years agodsound: Rename some functions, make some functions global, and move
Robert Reif [Sat, 14 Jan 2006 16:06:52 +0000 (17:06 +0100)] 
dsound: Rename some functions, make some functions global, and move
some code around.

18 years agodsound: Add DSOUND_PrimarySetFormat and use it to set primary format.
Robert Reif [Sat, 14 Jan 2006 16:06:22 +0000 (17:06 +0100)] 
dsound: Add DSOUND_PrimarySetFormat and use it to set primary format.

18 years agoshell32: Fix cut & paste error.
Vitaliy Margolen [Sat, 14 Jan 2006 16:06:03 +0000 (17:06 +0100)] 
shell32: Fix cut & paste error.

18 years agowinetest: Add cabinet tests.
Stefan Leichter [Sat, 14 Jan 2006 16:05:50 +0000 (17:05 +0100)] 
winetest: Add cabinet tests.

18 years agomsxml: Implement getAttribute.
Huw Davies [Sat, 14 Jan 2006 16:05:32 +0000 (17:05 +0100)] 
msxml: Implement getAttribute.

18 years agoexplorer: Handle /select arguments correctly with the new winefile
Aric Stewart [Sat, 14 Jan 2006 16:05:18 +0000 (17:05 +0100)] 
explorer: Handle /select arguments correctly with the new winefile
modifications.

18 years agomshtml: Better handling of IDocHostUIHandler in SetClientSite.
Jacek Caban [Sat, 14 Jan 2006 16:04:54 +0000 (17:04 +0100)] 
mshtml: Better handling of IDocHostUIHandler in SetClientSite.

18 years agokernel: Reimplemented the MapHInst functions in assembly.
Alexandre Julliard [Fri, 13 Jan 2006 13:29:30 +0000 (14:29 +0100)] 
kernel: Reimplemented the MapHInst functions in assembly.

18 years agokernel: Reimplemented the SMap/SUnmap functions in assembly.
Alexandre Julliard [Fri, 13 Jan 2006 13:26:24 +0000 (14:26 +0100)] 
kernel: Reimplemented the SMap/SUnmap functions in assembly.

18 years agogdi: Fix display of fonts using Symbol codepages and assorted other
David Moore [Fri, 13 Jan 2006 13:25:16 +0000 (14:25 +0100)] 
gdi: Fix display of fonts using Symbol codepages and assorted other
codepages.

18 years agoadvpack: Move file related functions to files.c.
James Hawkins [Fri, 13 Jan 2006 13:16:29 +0000 (14:16 +0100)] 
advpack: Move file related functions to files.c.

18 years agoadvpack: Add stubs for the file save/restore functions.
James Hawkins [Fri, 13 Jan 2006 13:16:02 +0000 (14:16 +0100)] 
advpack: Add stubs for the file save/restore functions.

18 years agoadvpack: Only output a FIXME if flags are set.
James Hawkins [Fri, 13 Jan 2006 13:15:29 +0000 (14:15 +0100)] 
advpack: Only output a FIXME if flags are set.

18 years agomscms: Fix some wine_todo for GetStandardColorSpaceProfile().
Saulius Krasuckas [Fri, 13 Jan 2006 13:09:04 +0000 (14:09 +0100)] 
mscms: Fix some wine_todo for GetStandardColorSpaceProfile().

18 years agomscms: Make two checks more strict in the case of success.
Saulius Krasuckas [Fri, 13 Jan 2006 13:08:45 +0000 (14:08 +0100)] 
mscms: Make two checks more strict in the case of success.

18 years agontdll: Add debug registers to the context of all exceptions.
Alexandre Julliard [Fri, 13 Jan 2006 12:58:14 +0000 (13:58 +0100)] 
ntdll: Add debug registers to the context of all exceptions.
Maintain a local cache of the debug registers to avoid server calls
where possible.

18 years agoadvpack: Add initial tests for AdvInstallFile.
James Hawkins [Fri, 13 Jan 2006 12:54:30 +0000 (13:54 +0100)] 
advpack: Add initial tests for AdvInstallFile.

18 years agoadvpack: Implement AdvInstallFile.
James Hawkins [Fri, 13 Jan 2006 12:54:23 +0000 (13:54 +0100)] 
advpack: Implement AdvInstallFile.

18 years agoriched20: Select word on double click.
Phil Krylov [Fri, 13 Jan 2006 12:54:11 +0000 (13:54 +0100)] 
riched20: Select word on double click.

18 years agoriched20: TODO list update.
Phil Krylov [Fri, 13 Jan 2006 12:53:42 +0000 (13:53 +0100)] 
riched20: TODO list update.

18 years agoriched20: Fixed some selection painting bugs.
Phil Krylov [Fri, 13 Jan 2006 12:53:35 +0000 (13:53 +0100)] 
riched20: Fixed some selection painting bugs.

18 years agomsi: gcc 2.95 compatibility fix.
Jeremy White [Fri, 13 Jan 2006 12:53:16 +0000 (13:53 +0100)] 
msi: gcc 2.95 compatibility fix.

18 years agocrypt32: Preserve gcc 2.95 compatibility.
Jeremy White [Fri, 13 Jan 2006 12:53:05 +0000 (13:53 +0100)] 
crypt32: Preserve gcc 2.95 compatibility.

18 years agomsacm: Add definition for ACM_DRIVERADDF_NAME.
Alex Villacís Lasso [Fri, 13 Jan 2006 12:52:49 +0000 (13:52 +0100)] 
msacm: Add definition for ACM_DRIVERADDF_NAME.

18 years agowininet: Handle NULL lpBuffersIn in HttpSendRequestExW.
Aric Stewart [Fri, 13 Jan 2006 12:52:38 +0000 (13:52 +0100)] 
wininet: Handle NULL lpBuffersIn in HttpSendRequestExW.

18 years agomscms: Make enumerating more verbose.
Saulius Krasuckas [Fri, 13 Jan 2006 12:52:21 +0000 (13:52 +0100)] 
mscms: Make enumerating more verbose.

18 years agontdll: Round PE header size to a page boundary for size checks.
Alexandre Julliard [Fri, 13 Jan 2006 12:52:07 +0000 (13:52 +0100)] 
ntdll: Round PE header size to a page boundary for size checks.

18 years agontdll: Created infrastructure to support IOCTL for serial devices.
Eric Pouech [Thu, 12 Jan 2006 12:32:51 +0000 (13:32 +0100)] 
ntdll: Created infrastructure to support IOCTL for serial devices.
- created infrastructure in ntdll to support IOCTL for serial devices
- implemented IOCTLs in ntdll for serial break support
- implemented the kernel32 equivalent on top of those IOCTLs

18 years agontdll: NtQueryInformationToken change parameters according to PSDK.
Vitaliy Margolen [Thu, 12 Jan 2006 12:32:09 +0000 (13:32 +0100)] 
ntdll: NtQueryInformationToken change parameters according to PSDK.
Check for NULL pointer.

18 years agoshell32: Fix directory execution.
Ge van Geldorp [Thu, 12 Jan 2006 12:31:45 +0000 (13:31 +0100)] 
shell32: Fix directory execution.
Only use the Folder class handler if we're actually executing a
folder.

18 years agoadvpack: Add documentation for ExecuteCab.
James Hawkins [Thu, 12 Jan 2006 12:31:23 +0000 (13:31 +0100)] 
advpack: Add documentation for ExecuteCab.

18 years agoadvpack: Add stubs for the remaining registry functions.
James Hawkins [Thu, 12 Jan 2006 12:31:12 +0000 (13:31 +0100)] 
advpack: Add stubs for the remaining registry functions.

18 years agocabinet: Move the remaining cabextract.c functions to fdi.c.
James Hawkins [Thu, 12 Jan 2006 12:30:43 +0000 (13:30 +0100)] 
cabinet: Move the remaining cabextract.c functions to fdi.c.

18 years agocommdlg: Makes return value of FILEDLG95_SendFileOK dependent of
Stefan Brüns [Thu, 12 Jan 2006 12:30:11 +0000 (13:30 +0100)] 
commdlg: Makes return value of FILEDLG95_SendFileOK dependent of
return value, not of DWL_MSGRESULT.

18 years agontdll/tests: Skip tests if NtCurrentTeb doesn't exist.
Detlef Riekenberg [Thu, 12 Jan 2006 12:29:49 +0000 (13:29 +0100)] 
ntdll/tests: Skip tests if NtCurrentTeb doesn't exist.