wine
18 years agoadvpack: Fix the documentation for the cmdline parameter of LaunchInfSection/Ex.
James Hawkins [Thu, 30 Mar 2006 09:52:17 +0000 (03:52 -0600)] 
advpack: Fix the documentation for the cmdline parameter of LaunchInfSection/Ex.

18 years agokernel: Resource browsing.
Eric Pouech [Wed, 29 Mar 2006 19:23:18 +0000 (21:23 +0200)] 
kernel: Resource browsing.

Try to be a bit more strict when checking for resource mapping in
exception handler (and prevent some exceptions while in exception
handler).

18 years agowined3d: Add WINED3DDEVTYPE to wined3d_types.h.
Stefan Dösinger [Wed, 29 Mar 2006 22:16:08 +0000 (00:16 +0200)] 
wined3d: Add WINED3DDEVTYPE to wined3d_types.h.

18 years agotwain: Add German resource.
Henning Gerhardt [Thu, 30 Mar 2006 06:58:09 +0000 (08:58 +0200)] 
twain: Add German resource.

18 years agokernel32: Display the parameter that caused a page fault in GlobalFree().
Detlef Riekenberg [Thu, 30 Mar 2006 08:37:52 +0000 (10:37 +0200)] 
kernel32: Display the parameter that caused a page fault in GlobalFree().

18 years agokernel: Fix handling of invalid parameter in GlobalFlags().
Detlef Riekenberg [Wed, 29 Mar 2006 18:48:39 +0000 (20:48 +0200)] 
kernel: Fix handling of invalid parameter in GlobalFlags().

18 years agotools: Remove wineconf.
Detlef Riekenberg [Wed, 29 Mar 2006 22:52:26 +0000 (00:52 +0200)] 
tools: Remove wineconf.

18 years agoDEVELOPER-HINTS: Some directories are renamed / removed / added.
Detlef Riekenberg [Wed, 29 Mar 2006 21:34:42 +0000 (23:34 +0200)] 
DEVELOPER-HINTS:  Some directories are renamed / removed / added.

18 years agooleaut32: Add IPersist to QueryInterface.
Robert Shearman [Wed, 29 Mar 2006 17:41:24 +0000 (18:41 +0100)] 
oleaut32: Add IPersist to QueryInterface.

18 years agooleaut32: Zero out parameter in LoadRegTypeLib in case of failure.
Robert Shearman [Wed, 29 Mar 2006 17:41:37 +0000 (18:41 +0100)] 
oleaut32: Zero out parameter in LoadRegTypeLib in case of failure.

18 years agooleaut32: Replace memcmp with IsEqualIID macro.
Robert Shearman [Wed, 29 Mar 2006 17:41:01 +0000 (18:41 +0100)] 
oleaut32: Replace memcmp with IsEqualIID macro.

Replace memcmp with IsEqualIID macro that doesn't require a size
parameter and remove the unneeded brackets to give more compact and
more readable code.

18 years agoole32: Don't process posted messages in CoWaitForMultipleHandles.
Robert Shearman [Wed, 29 Mar 2006 17:40:46 +0000 (18:40 +0100)] 
ole32: Don't process posted messages in CoWaitForMultipleHandles.

Tests with native show that during COM calls posted messages aren't
retrieved other than COM calls so change the PeekMessage parameters in
CoWaitForMultipleHandles to duplicate this.

18 years agoole32: Try to retrieve messages that are COM calls first.
Robert Shearman [Wed, 29 Mar 2006 17:40:07 +0000 (18:40 +0100)] 
ole32: Try to retrieve messages that are COM calls first.

Try to retrieve messages that are COM calls first in
CoWaitForMultipleHandles before retrieving other types.

18 years agoole32: Put the PeekMessage call of CoWaitForMultipleHandles into a separate function.
Robert Shearman [Wed, 29 Mar 2006 17:39:03 +0000 (18:39 +0100)] 
ole32: Put the PeekMessage call of CoWaitForMultipleHandles into a separate function.

Put the PeekMessage call of CoWaitForMultipleHandles into a separate
function so that the order and type of the messages retrieved can be
customised in the future.

18 years agoole32: Whether the message loop is entered in CoWaitForMultipleHandles,
Robert Shearman [Wed, 29 Mar 2006 17:38:42 +0000 (18:38 +0100)] 
ole32: Whether the message loop is entered in CoWaitForMultipleHandles,
should depend on whether the current apartment is a single threaded one.

18 years agoole32: Pass the no yield flag to PeekMessage.
Robert Shearman [Wed, 29 Mar 2006 17:38:21 +0000 (18:38 +0100)] 
ole32: Pass the no yield flag to PeekMessage.

Pass the no yield flag to PeekMessage since we sleep in
MsgWaitForMultipleObjectsEx and the extra context switch is wasteful.

18 years agoserver: Store the token source.
Robert Shearman [Wed, 29 Mar 2006 17:37:39 +0000 (18:37 +0100)] 
server: Store the token source.

18 years agoinclude: Add DFC_POPUPMENU.
Huw Davies [Wed, 29 Mar 2006 15:31:57 +0000 (16:31 +0100)] 
include: Add DFC_POPUPMENU.

18 years agowininet: Clean up HTTP_GetCustomHeaderIndex.
Mike McCormack [Thu, 30 Mar 2006 09:20:04 +0000 (18:20 +0900)] 
wininet: Clean up HTTP_GetCustomHeaderIndex.

18 years agowininet: Use a lookup table sorted by index so we don't need a loop to do lookups.
Mike McCormack [Thu, 30 Mar 2006 09:02:54 +0000 (18:02 +0900)] 
wininet: Use a lookup table sorted by index so we don't need a loop to do lookups.

18 years agoWININET: Clean up HttpQueryInfo.
Mike McCormack [Thu, 30 Mar 2006 09:01:48 +0000 (18:01 +0900)] 
WININET: Clean up HttpQueryInfo.

Fixes another return FALSE without SetLastError.

18 years agowininet: Make sure to set LastError when returning FALSE in HttpQueryInfo.
Mike McCormack [Thu, 30 Mar 2006 09:00:30 +0000 (18:00 +0900)] 
wininet: Make sure to set LastError when returning FALSE in HttpQueryInfo.

18 years agoole32: Fix StgOpenStorage's handling of the STGM_PRIORITY flag.
Mike McCormack [Wed, 29 Mar 2006 08:09:25 +0000 (17:09 +0900)] 
ole32: Fix StgOpenStorage's handling of the STGM_PRIORITY flag.

18 years agox11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.
Alexandre Julliard [Wed, 29 Mar 2006 16:27:01 +0000 (18:27 +0200)] 
x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.

18 years agontdll: Fix CDROM raw reads.
Petr Tesarik [Mon, 27 Mar 2006 08:20:39 +0000 (10:20 +0200)] 
ntdll: Fix CDROM raw reads.

- Fix incorrect data sizes.
- Fix CDDA addressing.
- Implement XAForm2 mode on Linux.

18 years agowinecfg: Disable the desktop option when configuring a specific application.
Alexandre Julliard [Wed, 29 Mar 2006 11:49:36 +0000 (13:49 +0200)] 
winecfg: Disable the desktop option when configuring a specific application.

18 years agowined3d: Create an IWineD3DBaseShader class.
H. Verbeet [Tue, 28 Mar 2006 19:10:51 +0000 (21:10 +0200)] 
wined3d: Create an IWineD3DBaseShader class.

18 years agowined3d: Move the vshader_ins and pshader_ins arrays into their respective objects.
H. Verbeet [Tue, 28 Mar 2006 19:10:44 +0000 (21:10 +0200)] 
wined3d: Move the vshader_ins and pshader_ins arrays into their respective objects.

18 years agowined3d: Move the SHADER_OPCODE definition to wined3d_private.h.
H. Verbeet [Tue, 28 Mar 2006 19:10:32 +0000 (21:10 +0200)] 
wined3d: Move the SHADER_OPCODE definition to wined3d_private.h.

18 years agowined3d: Pass the correct number of parameters for texld with ps version >= 2.
H. Verbeet [Tue, 28 Mar 2006 19:10:22 +0000 (21:10 +0200)] 
wined3d: Pass the correct number of parameters for texld with ps version >= 2.

18 years agouser32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING.
Mike McCormack [Wed, 29 Mar 2006 06:56:55 +0000 (15:56 +0900)] 
user32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING.

18 years agouser32: Implement SPI_[GS]ETUIEFFECTS.
Mike McCormack [Wed, 29 Mar 2006 06:58:26 +0000 (15:58 +0900)] 
user32: Implement SPI_[GS]ETUIEFFECTS.

18 years agouser32: Implement SPI_[GS]ETTOOLTIPANIMATION and SPI_[GS]ETTOOLTIPFADE.
Mike McCormack [Wed, 29 Mar 2006 06:58:06 +0000 (15:58 +0900)] 
user32: Implement SPI_[GS]ETTOOLTIPANIMATION and SPI_[GS]ETTOOLTIPFADE.

18 years agouser32: Implement SPI_[GS]ETMENUANIMATION and SPI_[GS]ETSELECTIONFADE.
Mike McCormack [Wed, 29 Mar 2006 06:57:34 +0000 (15:57 +0900)] 
user32: Implement SPI_[GS]ETMENUANIMATION and SPI_[GS]ETSELECTIONFADE.

18 years agouser32: Implement SystemParametersInfo(SPI_[SG]ETCURSORSHADOW).
Mike McCormack [Wed, 29 Mar 2006 06:56:30 +0000 (15:56 +0900)] 
user32: Implement SystemParametersInfo(SPI_[SG]ETCURSORSHADOW).

18 years agouser32: Implement SystemParametersInfo(SPI_[GS]ETCOMBOBOXANIMATION).
Mike McCormack [Wed, 29 Mar 2006 06:56:09 +0000 (15:56 +0900)] 
user32: Implement SystemParametersInfo(SPI_[GS]ETCOMBOBOXANIMATION).

18 years agouser32: Implement SPI_[SG]ETCARETWIDTH.
Mike McCormack [Wed, 29 Mar 2006 06:55:39 +0000 (15:55 +0900)] 
user32: Implement SPI_[SG]ETCARETWIDTH.

18 years agomshtml: Don't free the URL we have just stored in the callback object.
Alexandre Julliard [Tue, 28 Mar 2006 18:00:18 +0000 (20:00 +0200)] 
mshtml: Don't free the URL we have just stored in the callback object.

18 years agox11drv: Only warp the mouse pointer if it has actually moved.
Alexandre Julliard [Tue, 28 Mar 2006 16:18:01 +0000 (18:18 +0200)] 
x11drv: Only warp the mouse pointer if it has actually moved.

18 years agod3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer.
H. Verbeet [Sun, 26 Mar 2006 02:19:00 +0000 (04:19 +0200)] 
d3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer.

18 years agowined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code.
Stefan Dösinger [Tue, 28 Mar 2006 10:47:36 +0000 (12:47 +0200)] 
wined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code.

18 years agowined3d: Add WINED3DPOOL to wined3d_types.h.
Stefan Dösinger [Tue, 28 Mar 2006 12:20:47 +0000 (14:20 +0200)] 
wined3d: Add WINED3DPOOL to wined3d_types.h.

18 years agotwain: Add a property sheet UI for scanning.
Aric Stewart [Wed, 22 Mar 2006 19:34:22 +0000 (13:34 -0600)] 
twain: Add a property sheet UI for scanning.

18 years agox11drv: Reinitialize the display settings when using a desktop window.
Alexandre Julliard [Tue, 28 Mar 2006 14:55:03 +0000 (16:55 +0200)] 
x11drv: Reinitialize the display settings when using a desktop window.

18 years agotwain: A few cleanups, using some consts from sane.
Aric Stewart [Wed, 22 Mar 2006 19:34:44 +0000 (13:34 -0600)] 
twain: A few cleanups, using some consts from sane.

18 years agowidl: Implement support for pointers to base types.
Eric Kohl [Fri, 24 Mar 2006 16:40:17 +0000 (17:40 +0100)] 
widl: Implement support for pointers to base types.

18 years agoadvapi32: Fixed compiler warnings.
Alexandre Julliard [Tue, 28 Mar 2006 12:43:18 +0000 (14:43 +0200)] 
advapi32: Fixed compiler warnings.

18 years agoadvapi32: Fixed building TRUSTEEs with objects.
Thomas Weidenmueller [Sun, 26 Mar 2006 11:39:58 +0000 (13:39 +0200)] 
advapi32: Fixed building TRUSTEEs with objects.

Fill the TRUSTEE structure properly in BuildTrusteeWithObjectsAndName
and BuildTrusteeWithObjectsAndSid, including regression tests.

18 years agocomctl32: Rebar size fix.
Thomas Weidenmueller [Sun, 26 Mar 2006 11:30:03 +0000 (13:30 +0200)] 
comctl32: Rebar size fix.

Rebars without any bands should have a height/width of 0.

18 years agowineshelllink: Remove quotes from Path=<workdir>.
Vitaly Lipatov [Sun, 26 Mar 2006 15:06:54 +0000 (19:06 +0400)] 
wineshelllink: Remove quotes from Path=<workdir>.

18 years agowine.inf: Add some more fake dlls to the system directory.
Jonathan Ernst [Tue, 28 Mar 2006 09:36:30 +0000 (11:36 +0200)] 
wine.inf: Add some more fake dlls to the system directory.

18 years agompr: Improve the stub for WNetGetUniversalNameW.
Mike McCormack [Tue, 28 Mar 2006 05:42:33 +0000 (14:42 +0900)] 
mpr: Improve the stub for WNetGetUniversalNameW.

18 years agoserver: Fix a race condition in the delivery of change notifications.
Mike McCormack [Tue, 28 Mar 2006 08:58:07 +0000 (17:58 +0900)] 
server: Fix a race condition in the delivery of change notifications.

18 years agox11drv: Avoid setting text or WM hints of the X root window.
Alexandre Julliard [Tue, 28 Mar 2006 10:21:37 +0000 (12:21 +0200)] 
x11drv: Avoid setting text or WM hints of the X root window.

18 years agowinemp3: Renamed the dlls/msacm/winemp3 directory to dlls/winemp3.acm.
Alexandre Julliard [Mon, 27 Mar 2006 21:19:50 +0000 (23:19 +0200)] 
winemp3: Renamed the dlls/msacm/winemp3 directory to dlls/winemp3.acm.

18 years agomsg711: Renamed the dlls/msacm/msg711 directory to dlls/msg711.acm.
Alexandre Julliard [Mon, 27 Mar 2006 21:18:48 +0000 (23:18 +0200)] 
msg711: Renamed the dlls/msacm/msg711 directory to dlls/msg711.acm.

18 years agomsadp32: Renamed the dlls/msacm/msadp32 directory to dlls/msadp32.acm.
Alexandre Julliard [Mon, 27 Mar 2006 21:18:08 +0000 (23:18 +0200)] 
msadp32: Renamed the dlls/msacm/msadp32 directory to dlls/msadp32.acm.

18 years agoimaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.
Alexandre Julliard [Mon, 27 Mar 2006 21:17:19 +0000 (23:17 +0200)] 
imaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.

18 years agox11drv: Moved desktop mode handling to the explorer process.
Alexandre Julliard [Mon, 27 Mar 2006 20:43:03 +0000 (22:43 +0200)] 
x11drv: Moved desktop mode handling to the explorer process.

Per-application desktop mode settings are no longer supported.  Apps
can be launched in a specific desktop window by using:

  explorer /desktop=name[,widthxheight] app.exe [args]

If the named desktop already exists the app is launched inside it. The
default desktop is cleverly named "default".

18 years agox11drv: Allow setting WM hints for the desktop window.
Alexandre Julliard [Mon, 27 Mar 2006 20:16:04 +0000 (22:16 +0200)] 
x11drv: Allow setting WM hints for the desktop window.

18 years agox11drv: Support SetWindowPos and ShowWindow on the desktop window.
Alexandre Julliard [Mon, 27 Mar 2006 19:45:47 +0000 (21:45 +0200)] 
x11drv: Support SetWindowPos and ShowWindow on the desktop window.

18 years agomshtml: Added tooltip implementation.
Jacek Caban [Mon, 27 Mar 2006 19:02:28 +0000 (21:02 +0200)] 
mshtml: Added tooltip implementation.

18 years agocommdlg: Properly set and retrieve colour value from combo box .
Ulrich Czekalla [Mon, 27 Mar 2006 16:33:56 +0000 (11:33 -0500)] 
commdlg: Properly set and retrieve colour value from combo box .

18 years agoshell32: Adding a systray item with an invalid icon handle is allowed.
Robert Shearman [Mon, 27 Mar 2006 15:55:37 +0000 (16:55 +0100)] 
shell32: Adding a systray item with an invalid icon handle is allowed.

18 years agoriched20: Take a ref on text host.
Huw Davies [Mon, 27 Mar 2006 13:10:37 +0000 (14:10 +0100)] 
riched20: Take a ref on text host.

18 years agouser32: Send a fake mouse movement event after releasing capture.
Mike McCormack [Mon, 27 Mar 2006 12:23:17 +0000 (21:23 +0900)] 
user32: Send a fake mouse movement event after releasing capture.

18 years agontdll: Limit header_size to the file size.
Alexandre Julliard [Mon, 27 Mar 2006 19:29:46 +0000 (21:29 +0200)] 
ntdll: Limit header_size to the file size.

18 years agox11drv: Get rid of the using_wine_desktop flag.
Alexandre Julliard [Mon, 27 Mar 2006 13:33:43 +0000 (15:33 +0200)] 
x11drv: Get rid of the using_wine_desktop flag.

18 years agoserver: Connect to the window station and desktop specified by startup info.
Alexandre Julliard [Mon, 27 Mar 2006 10:57:17 +0000 (12:57 +0200)] 
server: Connect to the window station and desktop specified by startup info.

If window station and desktop aren't inherited from the parent, don't
connect to them from the server, but from the USER init code where we
can get the proper values from the startup info structure.

18 years agoserver: Store window properties in the global atom table instead of
Alexandre Julliard [Mon, 27 Mar 2006 10:50:26 +0000 (12:50 +0200)] 
server: Store window properties in the global atom table instead of
the per-winstation table.

18 years agoshell32: Add an uncompressed AVI displaying the word searching.
Louis. Lenders [Sat, 25 Mar 2006 11:21:55 +0000 (11:21 +0000)] 
shell32: Add an uncompressed AVI displaying the word searching.

18 years agoadvpack: Implement the launching of executables in RunSetupCommand.
James Hawkins [Mon, 27 Mar 2006 04:05:58 +0000 (22:05 -0600)] 
advpack: Implement the launching of executables in RunSetupCommand.

18 years agoadvpack: Define S_ASYNCHRONOUS in advpub.h.
James Hawkins [Mon, 27 Mar 2006 03:40:26 +0000 (21:40 -0600)] 
advpack: Define S_ASYNCHRONOUS in advpub.h.

18 years agoserver: Fixed process exit code on FreeBSD.
Alexandre Julliard [Mon, 27 Mar 2006 10:14:24 +0000 (12:14 +0200)] 
server: Fixed process exit code on FreeBSD.

18 years agowinedbg: Fix stepping over an instruction.
Petr Tesarik [Fri, 24 Mar 2006 11:46:10 +0000 (12:46 +0100)] 
winedbg: Fix stepping over an instruction.

18 years agowinedos: Clear TF bit before passing control to a VM86 interrupt handler.
Petr Tesarik [Mon, 27 Mar 2006 08:15:29 +0000 (10:15 +0200)] 
winedos: Clear TF bit before passing control to a VM86 interrupt handler.

18 years agowinhelp: Added Esperanto language support.
f_sophia [Sun, 26 Mar 2006 14:58:21 +0000 (15:58 +0100)] 
winhelp: Added Esperanto language support.

18 years agoshell32: Updated Esperanto translation.
Antonio Codazzi [Sun, 26 Mar 2006 14:58:02 +0000 (15:58 +0100)] 
shell32: Updated Esperanto translation.

18 years agokernel: Error out of CreateProcess if the specified current directory
James Hawkins [Mon, 27 Mar 2006 03:53:09 +0000 (21:53 -0600)] 
kernel: Error out of CreateProcess if the specified current directory
doesn't exist.

18 years agowine.inf: Add some dll stub dll to the system directory.
Vitaly Lipatov [Sun, 26 Mar 2006 11:30:58 +0000 (15:30 +0400)] 
wine.inf: Add some dll stub dll to the system directory.

18 years agowine.inf: Add SystemRoot.
Paul Vriens [Fri, 24 Mar 2006 09:01:00 +0000 (10:01 +0100)] 
wine.inf: Add SystemRoot.

18 years agontdll: Fix debug exceptions from VM86.
Petr Tesarik [Mon, 27 Mar 2006 08:12:02 +0000 (10:12 +0200)] 
ntdll: Fix debug exceptions from VM86.

- Set ContextFlags accordingly in save_vm86_context().
- Raise debug exceptions correctly for debug exceptions.
- Do not clear TF bit for VM86-generated debug exceptions.

18 years agoadvpack: Set hexe to a non-NULL value to test that the handle is NULL on return.
James Hawkins [Mon, 27 Mar 2006 03:38:40 +0000 (21:38 -0600)] 
advpack: Set hexe to a non-NULL value to test that the handle is NULL on return.

18 years agocommdlg: Malformed filters are still added to the filter combo box.
Mike McCormack [Sun, 26 Mar 2006 02:35:52 +0000 (11:35 +0900)] 
commdlg: Malformed filters are still added to the filter combo box.

18 years agocomctl32: Having an MRU list without a compare function works in Windows.
Mike McCormack [Sun, 26 Mar 2006 02:35:29 +0000 (11:35 +0900)] 
comctl32: Having an MRU list without a compare function works in Windows.

18 years agomsvcrt: Fix reading of signed numbers with unsigned read types in scanf.
H. Verbeet [Sun, 26 Mar 2006 02:10:28 +0000 (04:10 +0200)] 
msvcrt: Fix reading of signed numbers with unsigned read types in scanf.

18 years agomsvcrt: Fix fflush() of files opened for read.
Alexandre Julliard [Fri, 24 Mar 2006 16:53:12 +0000 (16:53 +0000)] 
msvcrt: Fix fflush() of files opened for read.

Some apps, for no particular reason, call fflush() on files opened for
read.  This keeps them from tripping over their shoelaces.

18 years agoopengl: Put OpenGL setup functions into their own debug channel.
Tomas Carnecky [Sat, 25 Mar 2006 12:07:23 +0000 (13:07 +0100)] 
opengl: Put OpenGL setup functions into their own debug channel.

18 years agowinedbg: Fixes for identifiers.
Eric Pouech [Sat, 25 Mar 2006 09:12:45 +0000 (10:12 +0100)] 
winedbg: Fixes for identifiers.

- fixed lexical rules for a path name
- fixed identifier rules so that we get the right precedence
  between ! and ::
- modules (in mod!name forms) are now handled as tIDENTIFIER
  (tPATH was buggy anyhow)

18 years agodbghelp: Module should be case insensitive.
Eric Pouech [Sat, 25 Mar 2006 09:12:57 +0000 (10:12 +0100)] 
dbghelp: Module should be case insensitive.

When looking up a symbol name in the form module!name, the module
lookup should be insensitive.

18 years agowined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.
Stefan Dösinger [Fri, 24 Mar 2006 16:34:26 +0000 (17:34 +0100)] 
wined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.

18 years agowined3d: Add WINED3DTRIPATCH_INFO to wined3d_types.h.
Stefan Dösinger [Fri, 24 Mar 2006 15:06:28 +0000 (16:06 +0100)] 
wined3d: Add WINED3DTRIPATCH_INFO to wined3d_types.h.

18 years agowined3d: Move the D3DSIO_DCL dumping code into its own function.
H. Verbeet [Thu, 23 Mar 2006 19:04:16 +0000 (19:04 +0000)] 
wined3d: Move the D3DSIO_DCL dumping code into its own function.

18 years agoadvpack: Add initial tests for RunSetupCommand.
James Hawkins [Fri, 24 Mar 2006 05:12:20 +0000 (23:12 -0600)] 
advpack: Add initial tests for RunSetupCommand.

18 years agoadvpack: Forward DelNodeA to its Unicode counterpart.
James Hawkins [Fri, 24 Mar 2006 05:11:00 +0000 (23:11 -0600)] 
advpack: Forward DelNodeA to its Unicode counterpart.

18 years agoadvpack: Forward RunSetupCommandA to its Unicode counterpart.
James Hawkins [Fri, 24 Mar 2006 05:11:15 +0000 (23:11 -0600)] 
advpack: Forward RunSetupCommandA to its Unicode counterpart.

18 years agoadvpack: Forward the FileSaveRestore API to their Unicode counterparts.
James Hawkins [Fri, 24 Mar 2006 05:10:43 +0000 (23:10 -0600)] 
advpack: Forward the FileSaveRestore API to their Unicode counterparts.

18 years agoadvpack: Forward GetVersionFromFileA/ExA to their Unicode counterparts.
James Hawkins [Fri, 24 Mar 2006 05:10:21 +0000 (23:10 -0600)] 
advpack: Forward GetVersionFromFileA/ExA to their Unicode counterparts.

18 years agoadvpack: Forward SetPerUserSecValuesA to its Unicode counterpart.
James Hawkins [Fri, 24 Mar 2006 05:10:04 +0000 (23:10 -0600)] 
advpack: Forward SetPerUserSecValuesA to its Unicode counterpart.

18 years agoserver: Fix memory leak in read_process_memory handler.
Ken Thomases [Fri, 24 Mar 2006 07:26:51 +0000 (01:26 -0600)] 
server: Fix memory leak in read_process_memory handler.