wine
23 years agoCleaned up some more USER dependencies.
Alexandre Julliard [Mon, 31 Jul 2000 23:32:47 +0000 (23:32 +0000)] 
Cleaned up some more USER dependencies.

23 years agoMoved system metrics definitions to winuser.h.
Alexandre Julliard [Mon, 31 Jul 2000 23:29:28 +0000 (23:29 +0000)] 
Moved system metrics definitions to winuser.h.

23 years agoTidyed up stack backtrace code a bit, and added a simple special
Ove Kaaven [Mon, 31 Jul 2000 23:27:20 +0000 (23:27 +0000)] 
Tidyed up stack backtrace code a bit, and added a simple special
case for backtracing from a null EIP.

23 years agoFix for 64-bit negative seek value.
Hidenori Takeshima [Mon, 31 Jul 2000 23:26:50 +0000 (23:26 +0000)] 
Fix for 64-bit negative seek value.

23 years agoRemoved DOS task fields from the NE_MODULE structure.
Ove Kaaven [Mon, 31 Jul 2000 23:22:55 +0000 (23:22 +0000)] 
Removed DOS task fields from the NE_MODULE structure.

23 years agoSkip quoted program name when building command line.
Alexandre Julliard [Mon, 31 Jul 2000 21:02:53 +0000 (21:02 +0000)] 
Skip quoted program name when building command line.

23 years agoDOS binary support has been restored.
Ove Kaaven [Mon, 31 Jul 2000 21:01:46 +0000 (21:01 +0000)] 
DOS binary support has been restored.

23 years agoMoved toolhelp implementation into kernel32 dll.
Alexandre Julliard [Mon, 31 Jul 2000 21:01:05 +0000 (21:01 +0000)] 
Moved toolhelp implementation into kernel32 dll.

23 years agoBacked out FindResource language patch.
Alexandre Julliard [Mon, 31 Jul 2000 20:59:59 +0000 (20:59 +0000)] 
Backed out FindResource language patch.

23 years agoFixed a few problems.
Ove Kaaven [Mon, 31 Jul 2000 20:58:31 +0000 (20:58 +0000)] 
Fixed a few problems.

23 years agoAdded text for all messages included in win95 and winNT.
Dave Pickles [Mon, 31 Jul 2000 20:58:00 +0000 (20:58 +0000)] 
Added text for all messages included in win95 and winNT.

23 years agoAdded { } around stuff in ADD_TO_T macros.
Marcus Meissner [Mon, 31 Jul 2000 20:56:52 +0000 (20:56 +0000)] 
Added { } around stuff in ADD_TO_T macros.

23 years agoConvert DOS (MZ) binary loader to the new DOS process model.
Ove Kaaven [Mon, 31 Jul 2000 20:56:28 +0000 (20:56 +0000)] 
Convert DOS (MZ) binary loader to the new DOS process model.

23 years agoUse MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
Ove Kaaven [Mon, 31 Jul 2000 20:56:02 +0000 (20:56 +0000)] 
Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
assembly code a bit, and wrapped it in #ifdef __i386__.

23 years agoCleaned up a few USER dependencies.
Alexandre Julliard [Sun, 30 Jul 2000 13:50:27 +0000 (13:50 +0000)] 
Cleaned up a few USER dependencies.

23 years agoRemoved hModule parameter from MZ_AllocDPMITask(), and renamed
Ove Kaaven [Sun, 30 Jul 2000 13:41:13 +0000 (13:41 +0000)] 
Removed hModule parameter from MZ_AllocDPMITask(), and renamed
MZ_KillModule() to MZ_KillTask().

23 years agoCreate dll/kernel/messages directory.
Alexandre Julliard [Sun, 30 Jul 2000 13:39:52 +0000 (13:39 +0000)] 
Create dll/kernel/messages directory.

23 years agoMade DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
Ove Kaaven [Sun, 30 Jul 2000 13:32:10 +0000 (13:32 +0000)] 
Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
initialize DOS memory properly in the new process model. Made
DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.

23 years agoRemoved usage of obsolete pModule->lpDosTask.
Ove Kaaven [Sun, 30 Jul 2000 13:27:08 +0000 (13:27 +0000)] 
Removed usage of obsolete pModule->lpDosTask.

23 years agoRemoved some unnecessary inclusions of wingdi.h and winuser.h
Alexandre Julliard [Sat, 29 Jul 2000 21:58:17 +0000 (21:58 +0000)] 
Removed some unnecessary inclusions of wingdi.h and winuser.h

23 years agoRemoved a few external dependencies from ntdll.
Alexandre Julliard [Sat, 29 Jul 2000 21:56:59 +0000 (21:56 +0000)] 
Removed a few external dependencies from ntdll.

23 years agoAdded CreateTypeLib,LHashValOfNameSys stubs.
Marcus Meissner [Sat, 29 Jul 2000 21:54:58 +0000 (21:54 +0000)] 
Added CreateTypeLib,LHashValOfNameSys stubs.
Check for correct struct magic before reading out of it.

23 years agoImplemented SmoothScrollWindow.
Marcus Meissner [Sat, 29 Jul 2000 21:54:38 +0000 (21:54 +0000)] 
Implemented SmoothScrollWindow.

23 years agoFill BIOS segments using pointers from DOSMEM_Bios* functions, instead
Ove Kaaven [Sat, 29 Jul 2000 21:53:49 +0000 (21:53 +0000)] 
Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
of pointers from global heap functions.

23 years agoGet rid of USER32 functions in KERNEL32.
Marcus Meissner [Sat, 29 Jul 2000 14:35:32 +0000 (14:35 +0000)] 
Get rid of USER32 functions in KERNEL32.

23 years agoAdded support for the Win32 Console interface to the main DOSVM event
Ove Kaaven [Sat, 29 Jul 2000 14:34:45 +0000 (14:34 +0000)] 
Added support for the Win32 Console interface to the main DOSVM event
loop. Cleaned up event dispatching code a bit.

23 years agoMake direct console input routines go through int16, rather than
Ove Kaaven [Sat, 29 Jul 2000 14:34:28 +0000 (14:34 +0000)] 
Make direct console input routines go through int16, rather than
reading directly from the console driver.

23 years agoole32 now requires linking with kernel32
Francois Gouget [Sat, 29 Jul 2000 11:35:12 +0000 (11:35 +0000)] 
ole32 now requires linking with kernel32
shell32 now requires linking with kernel32 and shlwapi

23 years agoWe always have strerror, so no need to ifdef HAVE_STRERROR.
Uwe Bonnes [Sat, 29 Jul 2000 11:32:07 +0000 (11:32 +0000)] 
We always have strerror, so no need to ifdef HAVE_STRERROR.

23 years agoInitialize hrgnWnd.
Huw D M Davies [Sat, 29 Jul 2000 11:31:29 +0000 (11:31 +0000)] 
Initialize hrgnWnd.

23 years agoFix the GLEXT function prototype typedefs detection.
Lionel Ulmer [Sat, 29 Jul 2000 11:30:56 +0000 (11:30 +0000)] 
Fix the GLEXT function prototype typedefs detection.

23 years agoLet Int09 routines remember a keystroke's ASCII code, if available.
Ove Kaaven [Sat, 29 Jul 2000 11:30:28 +0000 (11:30 +0000)] 
Let Int09 routines remember a keystroke's ASCII code, if available.

23 years agoAdded some int33 function stubs.
Ove Kaaven [Sat, 29 Jul 2000 11:30:02 +0000 (11:30 +0000)] 
Added some int33 function stubs.

23 years agoChanged a few core int10 routines to use the BIOS data segment cursor
Ove Kaaven [Sat, 29 Jul 2000 11:29:50 +0000 (11:29 +0000)] 
Changed a few core int10 routines to use the BIOS data segment cursor
positions and the VGA routines, instead of directly accessing the
console driver.

23 years agoImplemented OleGetAutoConvert.
Marcus Meissner [Sat, 29 Jul 2000 11:29:26 +0000 (11:29 +0000)] 
Implemented OleGetAutoConvert.

23 years agoFindResourceExA/W should search for the specified language resource only.
Dmitry Timoshkov [Sat, 29 Jul 2000 00:01:57 +0000 (00:01 +0000)] 
FindResourceExA/W should search for the specified language resource only.
FindResourceA/W should search for any language resource.

23 years agoNo longer crash when running with DirectDraw with a DDClipper in
Marcus Meissner [Sat, 29 Jul 2000 00:01:30 +0000 (00:01 +0000)] 
No longer crash when running with DirectDraw with a DDClipper in
-desktop mode.

23 years agoNC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
Francois Boisvert [Sat, 29 Jul 2000 00:00:29 +0000 (00:00 +0000)] 
NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
clicking on a window having a customize non client area.

23 years agoAdd X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
Ove Kaaven [Fri, 28 Jul 2000 23:59:06 +0000 (23:59 +0000)] 
Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.

23 years agoAdded NULL pointer checks.
Wolfgang Schwotzer [Fri, 28 Jul 2000 23:58:48 +0000 (23:58 +0000)] 
Added NULL pointer checks.

23 years ago- implementation of SetWindowsRgn and GetWindowRgn
Francois Jacques [Fri, 28 Jul 2000 23:04:54 +0000 (23:04 +0000)] 
- implementation of SetWindowsRgn and GetWindowRgn
- X11DRV and TTYDRV updated with new API SetWindowRgn

23 years agoRemoved the hModule parameter from various DOSMEM routines, the DOSMEM
Ove Kaaven [Fri, 28 Jul 2000 22:23:59 +0000 (22:23 +0000)] 
Removed the hModule parameter from various DOSMEM routines, the DOSMEM
routines now always use the current memory space.

23 years agoFixed some warnings.
Patrik Stridvall [Fri, 28 Jul 2000 22:22:03 +0000 (22:22 +0000)] 
Fixed some warnings.

23 years agoMinor API files update.
Patrik Stridvall [Fri, 28 Jul 2000 22:21:49 +0000 (22:21 +0000)] 
Minor API files update.

23 years agoSolaris specific fixes.
Patrik Stridvall [Fri, 28 Jul 2000 22:21:38 +0000 (22:21 +0000)] 
Solaris specific fixes.

23 years agoNow the service thread is no more in charge of erasing the background
Stephane Lussier [Fri, 28 Jul 2000 22:21:19 +0000 (22:21 +0000)] 
Now the service thread is no more in charge of erasing the background
of the Window. Service thread is doing the invalidation part, and the
application thread is doing the erasing part. All this has been
implemented using WM_SYNCPAINT message.

23 years agoAdded stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
Dmitry Timoshkov [Fri, 28 Jul 2000 20:20:20 +0000 (20:20 +0000)] 
Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.

23 years agoDo not crash if window was not found.
Dmitry Timoshkov [Fri, 28 Jul 2000 20:20:03 +0000 (20:20 +0000)] 
Do not crash if window was not found.

23 years ago- UpdateWindow should refresh all children that have an update region.
Stephane Lussier [Fri, 28 Jul 2000 20:19:37 +0000 (20:19 +0000)] 
- UpdateWindow should refresh all children that have an update region.
- In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
  a WM_PAINT eventually for the dialog, no need to force a paint right away.
(based on a patch from James Hatheway in the Corel tree)

23 years agoJust get DOS task structure from MZ_Current(), instead of (clumsily)
Ove Kaaven [Fri, 28 Jul 2000 20:18:49 +0000 (20:18 +0000)] 
Just get DOS task structure from MZ_Current(), instead of (clumsily)
trying to find and read from the current task's module structures.

23 years agoMake a global asm helper function to handle 32-bit RMCB calls, so we
Ove Kaaven [Fri, 28 Jul 2000 20:18:25 +0000 (20:18 +0000)] 
Make a global asm helper function to handle 32-bit RMCB calls, so we
don't need those complex constraints either.

23 years agoAlways get a hardware message from the system queue in PeekMessage,
Ove Kaaven [Fri, 28 Jul 2000 20:17:54 +0000 (20:17 +0000)] 
Always get a hardware message from the system queue in PeekMessage,
even if no such wake bits are set, because in a PeekMessage loop,
there's no sleeping, so the necessary wake bits are never set...

23 years agoAdd Connection Point support to OLE font objects.
Huw D M Davies [Fri, 28 Jul 2000 20:17:21 +0000 (20:17 +0000)] 
Add Connection Point support to OLE font objects.
Add some more TRACE()s.

23 years agoAdded 'owner' field to 16-bit spec files to specify the name of the
Alexandre Julliard [Fri, 28 Jul 2000 00:07:18 +0000 (00:07 +0000)] 
Added 'owner' field to 16-bit spec files to specify the name of the
32-bit dll that contains it.

23 years agoMerged setupx.dll into setupapi.dll.
Alexandre Julliard [Wed, 26 Jul 2000 19:51:37 +0000 (19:51 +0000)] 
Merged setupx.dll into setupapi.dll.
Merged sound.dll into winmm.dll.
Merged stress.dll into kernel32.dll.

23 years agoAdded a few empty source files so that each dll has at least one C
Alexandre Julliard [Wed, 26 Jul 2000 18:30:38 +0000 (18:30 +0000)] 
Added a few empty source files so that each dll has at least one C
file.

23 years ago- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
Eric Pouech [Wed, 26 Jul 2000 18:07:04 +0000 (18:07 +0000)] 
- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
- upgraded vfw.h content

23 years agoAvoid clobbering %ebx.
Alexandre Julliard [Wed, 26 Jul 2000 18:04:54 +0000 (18:04 +0000)] 
Avoid clobbering %ebx.

23 years agoReturn the proper error code when a 16-bit task failed to start
Alexandre Julliard [Wed, 26 Jul 2000 18:03:43 +0000 (18:03 +0000)] 
Return the proper error code when a 16-bit task failed to start
(thanks to Peter Ganten).

23 years agoAdapted to the recent winebuild rename.
Andreas Mohr [Wed, 26 Jul 2000 18:02:50 +0000 (18:02 +0000)] 
Adapted to the recent winebuild rename.

23 years agoAdded detection code for very old Windows (1.1, 2.0, ...) binaries to
Andreas Mohr [Wed, 26 Jul 2000 18:02:28 +0000 (18:02 +0000)] 
Added detection code for very old Windows (1.1, 2.0, ...) binaries to
MODULE_GetBinaryType().

23 years agoMoved shlwapi routines from shell32.dll to shlwapi.dll.
Alexandre Julliard [Wed, 26 Jul 2000 17:51:32 +0000 (17:51 +0000)] 
Moved shlwapi routines from shell32.dll to shlwapi.dll.

23 years agoMake unicode.o into a separate ELF library so that we can use it from
Alexandre Julliard [Tue, 25 Jul 2000 21:01:59 +0000 (21:01 +0000)] 
Make unicode.o into a separate ELF library so that we can use it from
the wineserver too.

23 years ago- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
Andreas Mohr [Tue, 25 Jul 2000 20:59:59 +0000 (20:59 +0000)] 
- fixed a gross bug in SetCurrentDirectoryA (where changing to a new
  non-existent directory would leave the new drive enabled upon aborting
  (fixes CuteFTP install and should fix MANY apps)
  This has probably been caused by myself. *brownpaperbag*
- added GetVolumeInformation serial number bug-for-bug compatibility
- corrected Unicode labels (better CD-ROM handling in general)
- moved CD-ROM label detection code to misc/cdrom.c
- possible to use loopback mounted ISO9660 files
- init some uninitialised drive fields
- remove some unnecessary header includes

23 years agoDon't destroy the caret on SWP_HIDEWINDOW.
Susan Farley [Tue, 25 Jul 2000 20:59:03 +0000 (20:59 +0000)] 
Don't destroy the caret on SWP_HIDEWINDOW.

23 years agoImproved FormatMessage:
Dave Pickles [Tue, 25 Jul 2000 17:53:58 +0000 (17:53 +0000)] 
Improved FormatMessage:
- Added full support for FORMAT_MESSAGE_FROM_SYSTEM
- Implemented language search as documented
- Illegal combinations of options trapped.
- Message table for system messages added.

23 years agoMoved FORMAT_MESSAGE flags definition to winbase.h.
Alexandre Julliard [Tue, 25 Jul 2000 17:52:42 +0000 (17:52 +0000)] 
Moved FORMAT_MESSAGE flags definition to winbase.h.

23 years agoAdded rules for message compiler .mc files.
Alexandre Julliard [Tue, 25 Jul 2000 17:52:08 +0000 (17:52 +0000)] 
Added rules for message compiler .mc files.

23 years agoPortability fixes.
James Hatheway [Tue, 25 Jul 2000 17:45:50 +0000 (17:45 +0000)] 
Portability fixes.

23 years agoFixed issues found by winapi_check.
Patrik Stridvall [Tue, 25 Jul 2000 17:45:14 +0000 (17:45 +0000)] 
Fixed issues found by winapi_check.

23 years agoMinor API files update.
Patrik Stridvall [Tue, 25 Jul 2000 17:44:39 +0000 (17:44 +0000)] 
Minor API files update.

23 years ago- Implemented a bug-work-around for Berkeley yacc (byacc) which
Bertho Stultiens [Tue, 25 Jul 2000 17:44:08 +0000 (17:44 +0000)] 
- Implemented a bug-work-around for Berkeley yacc (byacc) which
  does not generate proper default transition rules for non-terminals.
  See comments in parser.y how the fix works.
- Changed the error-line/char position to make emacs happy parsing
  the position of the error.
- Added comments in the documentation in which order the line-numer
  and character-position of the error is written.

23 years agoUse lcall opcodes, so all gas-es understand it...
Ove Kaaven [Tue, 25 Jul 2000 17:42:46 +0000 (17:42 +0000)] 
Use lcall opcodes, so all gas-es understand it...

23 years agoMoved thunking functions off to kernel32.dll.
Alexandre Julliard [Tue, 25 Jul 2000 16:42:25 +0000 (16:42 +0000)] 
Moved thunking functions off to kernel32.dll.

23 years agoTemporarily moved advapi32 registry support back into libwine.so, and
Alexandre Julliard [Tue, 25 Jul 2000 15:10:52 +0000 (15:10 +0000)] 
Temporarily moved advapi32 registry support back into libwine.so, and
made advapi32 a separate dll.

23 years agofixed a number of long standing bugs:
Eric Pouech [Tue, 25 Jul 2000 12:51:56 +0000 (12:51 +0000)] 
fixed a number of long standing bugs:
    - segmented expressions didn't display correctly
    - using dynamic size array for nested types parsing
    - correct display of source code after a crash
factorized some code

23 years agoMerged wing.dll into gdi32.dll.
Alexandre Julliard [Tue, 25 Jul 2000 12:28:20 +0000 (12:28 +0000)] 
Merged wing.dll into gdi32.dll.

23 years agoPrevent the attempt to draw invalid image indexes.
Aric Stewart [Tue, 25 Jul 2000 12:26:59 +0000 (12:26 +0000)] 
Prevent the attempt to draw invalid image indexes.
Provide the two pixel buffer between the image and the label.

23 years agoA generic implemention of IConnectionPoint/IEnumConnections.
Huw D M Davies [Tue, 25 Jul 2000 12:26:12 +0000 (12:26 +0000)] 
A generic implemention of IConnectionPoint/IEnumConnections.

23 years agoMake fnt2bdf produce correct fonts.
Dmitry Timoshkov [Tue, 25 Jul 2000 12:25:40 +0000 (12:25 +0000)] 
Make fnt2bdf produce correct fonts.

23 years agoMake int16 read from the BIOS keyboard buffer, not directly from the
Ove Kaaven [Tue, 25 Jul 2000 12:24:53 +0000 (12:24 +0000)] 
Make int16 read from the BIOS keyboard buffer, not directly from the
console driver.

23 years agoFixed broken assembler. Removed support for old protected-mode hack
Ove Kaaven [Tue, 25 Jul 2000 12:24:39 +0000 (12:24 +0000)] 
Fixed broken assembler. Removed support for old protected-mode hack
for running real-mode code on platforms that don't support vm86; the
current CallRM->RMCB shortcut code should take care of all
Wine-supplied RM APIs (such as DOSASPI) anyway.

23 years agoPerform NE_InitProcess in the context of the new task.
Alexandre Julliard [Tue, 25 Jul 2000 12:11:53 +0000 (12:11 +0000)] 
Perform NE_InitProcess in the context of the new task.

23 years agoMerged msacm and msacm32 dlls.
Alexandre Julliard [Mon, 24 Jul 2000 18:30:00 +0000 (18:30 +0000)] 
Merged msacm and msacm32 dlls.
Merged win87em and windebug into kernel32.dll.

23 years agoFixed int/HANDLE mismatches revealed by -DSTRICT.
Francois Gouget [Sun, 23 Jul 2000 19:33:42 +0000 (19:33 +0000)] 
Fixed int/HANDLE mismatches revealed by -DSTRICT.
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.

23 years agoFixed WinMain's signature.
Francois Gouget [Sun, 23 Jul 2000 19:33:05 +0000 (19:33 +0000)] 
Fixed WinMain's signature.
Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
Removed obsolete references to the Languages array.

23 years agoRemoved obsolete references to the Languages array.
Francois Gouget [Sun, 23 Jul 2000 19:32:45 +0000 (19:32 +0000)] 
Removed obsolete references to the Languages array.

23 years agoFixed WinMain's signature.
Francois Gouget [Sun, 23 Jul 2000 19:32:29 +0000 (19:32 +0000)] 
Fixed WinMain's signature.
Fixed parameter order for the call to CreateWindow.

23 years agoFixed WinMain's signature.
Francois Gouget [Sun, 23 Jul 2000 19:32:11 +0000 (19:32 +0000)] 
Fixed WinMain's signature.

23 years agoAdded -DSTRICT.
Francois Gouget [Sun, 23 Jul 2000 19:30:48 +0000 (19:30 +0000)] 
Added -DSTRICT.
Added missing libraries comctl32 and rpcrt4.

23 years agoAdds an initial WSAIoctl function with support for only the
James Hatheway [Sun, 23 Jul 2000 19:28:24 +0000 (19:28 +0000)] 
Adds an initial WSAIoctl function with support for only the
SIO_GET_INTERFACE_LIST command.  Adds initial code to WsControl
function to support the WSCNTL_TCPIP_QUERY_INFO command.

23 years agoCompilation fixes for OpenGL.
Eric Pouech [Sun, 23 Jul 2000 19:27:21 +0000 (19:27 +0000)] 
Compilation fixes for OpenGL.

23 years agoCorrected c2man flags. It still crashes anyhow :-/
Mike McCormack [Sun, 23 Jul 2000 19:27:00 +0000 (19:27 +0000)] 
Corrected c2man flags. It still crashes anyhow :-/

23 years agoDetect broken glext.h headers.
Lionel Ulmer [Sun, 23 Jul 2000 14:23:31 +0000 (14:23 +0000)] 
Detect broken glext.h headers.

23 years agoAdded some basic text display and editing capabilities, cursor
Mike McCormack [Sun, 23 Jul 2000 14:22:47 +0000 (14:22 +0000)] 
Added some basic text display and editing capabilities, cursor
positioning, a bit of scrolling and a text file loader.

23 years agoFocus handling, visual changes + misc fixes.
Gerard Patel [Sun, 23 Jul 2000 14:21:38 +0000 (14:21 +0000)] 
Focus handling, visual changes + misc fixes.

23 years agoImplemented lineGetCountry. (works with HyperTrm.exe)
Mike McCormack [Sun, 23 Jul 2000 14:20:58 +0000 (14:20 +0000)] 
Implemented lineGetCountry. (works with HyperTrm.exe)

23 years agoAdded InstallHinfSection stub.
Andreas Mohr [Sun, 23 Jul 2000 14:20:34 +0000 (14:20 +0000)] 
Added InstallHinfSection stub.

23 years agoRemoved duplicate declaration of AddAccessAllowedAce.
Francois Gouget [Sun, 23 Jul 2000 14:19:59 +0000 (14:19 +0000)] 
Removed duplicate declaration of AddAccessAllowedAce.

23 years agoHandle the case where the function SetItem is called to select an item
Aric Stewart [Sun, 23 Jul 2000 14:19:42 +0000 (14:19 +0000)] 
Handle the case where the function SetItem is called to select an item
or set its focus.