wine
20 years agoAdded German translation of the README file.
Christian Britz [Tue, 9 Mar 2004 00:42:04 +0000 (00:42 +0000)] 
Added German translation of the README file.

20 years agoStub EnumDesktopsW for now.
Bobby Bingham [Tue, 9 Mar 2004 00:41:39 +0000 (00:41 +0000)] 
Stub EnumDesktopsW for now.
Implement EnumDesktopsA in terms of EnumDesktopsW.

20 years agoDo not take into account LC_CTYPE and LC_MESSAGES while detecting a
Dmitry Timoshkov [Tue, 9 Mar 2004 00:41:00 +0000 (00:41 +0000)] 
Do not take into account LC_CTYPE and LC_MESSAGES while detecting a
user locale.

20 years agoCalculate the size of BI_BITFIELDS dib sections via the width and
Jason Edmeades [Sun, 7 Mar 2004 03:47:55 +0000 (03:47 +0000)] 
Calculate the size of BI_BITFIELDS dib sections via the width and
height.

20 years agoMoved implementation of GetDefaultPrinter from ascii to unicode, added
Stefan Leichter [Sun, 7 Mar 2004 03:46:54 +0000 (03:46 +0000)] 
Moved implementation of GetDefaultPrinter from ascii to unicode, added
tests for GetDefaultPrinterA.

20 years agoAdded check for f_namelen in struct statfs.
Alexandre Julliard [Sun, 7 Mar 2004 03:16:43 +0000 (03:16 +0000)] 
Added check for f_namelen in struct statfs.

20 years agoFix one ugly bug (horrible cast) into dmusic code to get Unreal2
Raphael Junqueira [Sun, 7 Mar 2004 03:14:49 +0000 (03:14 +0000)] 
Fix one ugly bug (horrible cast) into dmusic code to get Unreal2
crashing later (when trying to launch loaded sound) :)

20 years agoDon't allocate space for text when nMaxTextRows = 0.
Robert Shearman [Sun, 7 Mar 2004 03:13:26 +0000 (03:13 +0000)] 
Don't allocate space for text when nMaxTextRows = 0.

20 years agoUse statvfs instead of statfs, and provide a default implementation in
Alexandre Julliard [Fri, 5 Mar 2004 21:03:46 +0000 (21:03 +0000)] 
Use statvfs instead of statfs, and provide a default implementation in
libwine_port if necessary.

20 years agoDo not store the Unix file descriptor in the cache structure.
Alexandre Julliard [Fri, 5 Mar 2004 20:45:33 +0000 (20:45 +0000)] 
Do not store the Unix file descriptor in the cache structure.
Protect the global cache with a critical section.

20 years agoStub for RegisterDeviceNotificationW.
Robert Shearman [Fri, 5 Mar 2004 20:44:15 +0000 (20:44 +0000)] 
Stub for RegisterDeviceNotificationW.

20 years agoHandle playing of files containing a '+' as part of the filename.
Jason Edmeades [Fri, 5 Mar 2004 20:43:40 +0000 (20:43 +0000)] 
Handle playing of files containing a '+' as part of the filename.

20 years agoImplemented IMediaEventSink and IMediaEventEx interfaces.
Christian Costa [Fri, 5 Mar 2004 20:42:40 +0000 (20:42 +0000)] 
Implemented IMediaEventSink and IMediaEventEx interfaces.

20 years agoOpen a real file handle for drive devices, and get rid of the server
Alexandre Julliard [Thu, 4 Mar 2004 23:00:18 +0000 (23:00 +0000)] 
Open a real file handle for drive devices, and get rid of the server
device hacks (based on a patch by Eric Pouech).

20 years agoMoved more GDI definitions to gdi_private.h.
Alexandre Julliard [Thu, 4 Mar 2004 20:41:12 +0000 (20:41 +0000)] 
Moved more GDI definitions to gdi_private.h.
Get rid of bitmap.h and palette.h.

20 years agoEnumerate all "shell\<verb>\command" entries in the registry instead
Martin Fuchs [Thu, 4 Mar 2004 20:34:38 +0000 (20:34 +0000)] 
Enumerate all "shell\<verb>\command" entries in the registry instead
of searching only for "shell\open\command" entries.

20 years agoChanged the CreateDC driver entry point to use an HDC instead of a DC
Alexandre Julliard [Thu, 4 Mar 2004 06:26:11 +0000 (06:26 +0000)] 
Changed the CreateDC driver entry point to use an HDC instead of a DC
pointer.

20 years agoGet rid of the X11DRV_DC_Funcs hack.
Alexandre Julliard [Thu, 4 Mar 2004 06:13:21 +0000 (06:13 +0000)] 
Get rid of the X11DRV_DC_Funcs hack.
Removed a couple of unused bitmap functions.

20 years agoImplemented IFilterGraphImpl_EnumFilters and IEnumFilters interface.
Christian Costa [Thu, 4 Mar 2004 06:07:30 +0000 (06:07 +0000)] 
Implemented IFilterGraphImpl_EnumFilters and IEnumFilters interface.
Renamed constructor of IEnumRegFilters interface.
Small fix in IFilterMapper_EnumMatchingFilters.

20 years agoAdded ImmAssociateContextEx stub.
Jesse Allen [Thu, 4 Mar 2004 06:06:44 +0000 (06:06 +0000)] 
Added ImmAssociateContextEx stub.

20 years agoPreserve the relative order of files and libraries. We do so by
Dimitrie O. Paun [Thu, 4 Mar 2004 06:06:06 +0000 (06:06 +0000)] 
Preserve the relative order of files and libraries. We do so by
maintaining a unique list of files and lib, each marked with the
appropriate metadata.

20 years agoPass the gdiFont object to the SelectFont driver entry point so that
Alexandre Julliard [Thu, 4 Mar 2004 04:05:04 +0000 (04:05 +0000)] 
Pass the gdiFont object to the SelectFont driver entry point so that
we don't need to look into the DC structure for it.

20 years agoAvoid direct accesses to the xformWorld2Vport DC field.
Alexandre Julliard [Thu, 4 Mar 2004 03:55:52 +0000 (03:55 +0000)] 
Avoid direct accesses to the xformWorld2Vport DC field.

20 years agoPass the breakExtra value in the ExtTextOut driver call, since there
Alexandre Julliard [Thu, 4 Mar 2004 01:42:57 +0000 (01:42 +0000)] 
Pass the breakExtra value in the ExtTextOut driver call, since there
is no function to retrieve it from the HDC.

20 years agoMove implementation of SysParametersInfo from Ascii to Unicode.
Justin Chevrier [Thu, 4 Mar 2004 01:41:11 +0000 (01:41 +0000)] 
Move implementation of SysParametersInfo from Ascii to Unicode.

20 years agoAvoid some redundant libraries on the winegcc command line.
Alexandre Julliard [Wed, 3 Mar 2004 22:39:22 +0000 (22:39 +0000)] 
Avoid some redundant libraries on the winegcc command line.

20 years agoPut the .spec.o file first and the so libraries last on the link
Alexandre Julliard [Wed, 3 Mar 2004 22:38:25 +0000 (22:38 +0000)] 
Put the .spec.o file first and the so libraries last on the link
command line.

20 years agoSmarter allocation algorithm for the string buffer, to allow
Alexandre Julliard [Wed, 3 Mar 2004 21:34:13 +0000 (21:34 +0000)] 
Smarter allocation algorithm for the string buffer, to allow
displaying more characters for strings without too many escapes.

20 years agoChanged the GetTextExtentPoint graphics driver entry point to return
Alexandre Julliard [Wed, 3 Mar 2004 21:32:15 +0000 (21:32 +0000)] 
Changed the GetTextExtentPoint graphics driver entry point to return
device coordinates.
Removed not used breakCount field in the DC structure.

20 years agoRenamed the symbol for the cpp binary to avoid conflicts with
Alexandre Julliard [Wed, 3 Mar 2004 20:30:46 +0000 (20:30 +0000)] 
Renamed the symbol for the cpp binary to avoid conflicts with
configure internals.

20 years agoFix UrlCanonicalize and add regression test.
Kevin Koltzau [Wed, 3 Mar 2004 20:11:46 +0000 (20:11 +0000)] 
Fix UrlCanonicalize and add regression test.

20 years agoDon't tie the script name to the .exe.so name.
Dimitrie O. Paun [Wed, 3 Mar 2004 20:11:20 +0000 (20:11 +0000)] 
Don't tie the script name to the .exe.so name.

20 years agoLink to ws2_32.
Hans Leidekker [Wed, 3 Mar 2004 20:11:00 +0000 (20:11 +0000)] 
Link to ws2_32.

20 years agoImplemented Get/SetBoundsRect based on a patch by Ken Belleau.
Alexandre Julliard [Wed, 3 Mar 2004 05:29:44 +0000 (05:29 +0000)] 
Implemented Get/SetBoundsRect based on a patch by Ken Belleau.

20 years agoPrevent crash with invalid args in a few URL functions.
Kevin Koltzau [Wed, 3 Mar 2004 05:26:45 +0000 (05:26 +0000)] 
Prevent crash with invalid args in a few URL functions.

20 years agoFix buffer length usage for RegQueryValueW() calls at various places.
Martin Fuchs [Wed, 3 Mar 2004 05:26:30 +0000 (05:26 +0000)] 
Fix buffer length usage for RegQueryValueW() calls at various places.

20 years ago- Support custom check background.
Robert Shearman [Wed, 3 Mar 2004 05:26:01 +0000 (05:26 +0000)] 
- Support custom check background.
- Reduce number of parameters needed for DrawString function.

20 years ago- Add more RPC format characters.
Robert Shearman [Wed, 3 Mar 2004 05:25:37 +0000 (05:25 +0000)] 
- Add more RPC format characters.
- Add some NDR functions and structures.

20 years agoAdd CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
Francois Gouget [Wed, 3 Mar 2004 02:19:20 +0000 (02:19 +0000)] 
Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc
but not to wrc which chokes on it. Add RCEXTRA for symetry and for the
user.
Remove T_INIT and get_default_init(). These are obsolete (used to
select the entry-point, WinMain or main).
If the directory contains headers, then add '.' to INCLUDE_PATH.
Specify -mnocygwin during the link stage if we are to link with the
msvcrt.
Transform XXX_APPMODE into XXX_LDFLAGS for more flexibility.
Correctly pass '-mconsole' or '-mwindows' to the link stage.
Remove XXX_BASEMODULE, XXX_SPEC_SRCS and SPEC_SRCS. They are
obsolete.
Add implicit build rules for .c, .cpp, .cxx files so that our settings
(e.g. INCLUDE_PATH) are used.
Fix the rule for building RC files (it was invalid and rejected by
make). Convert it to an implicit rule like the others.
Add rules for 'make clean'.
Add the missing rules for recursive compilation.
Remove obsolete elements from the link command (LDDLLFLAGS,
ALL_LIBRARY_PATH, LIBS).

20 years agoAdded evcode.h include.
Christian Costa [Wed, 3 Mar 2004 02:18:32 +0000 (02:18 +0000)] 
Added evcode.h include.

20 years agoHandle null and duplicate name when adding a filter to the
Christian Costa [Wed, 3 Mar 2004 02:18:13 +0000 (02:18 +0000)] 
Handle null and duplicate name when adding a filter to the
filtergraph.

20 years agoImplemented GetDaylightFlag.
Rein Klazes [Wed, 3 Mar 2004 02:17:58 +0000 (02:17 +0000)] 
Implemented GetDaylightFlag.

20 years agoWe no longer use the .exe.spec.c files.
Alexandre Julliard [Tue, 2 Mar 2004 21:16:37 +0000 (21:16 +0000)] 
We no longer use the .exe.spec.c files.

20 years agoBuild all the programs with winegcc.
Alexandre Julliard [Tue, 2 Mar 2004 21:00:00 +0000 (21:00 +0000)] 
Build all the programs with winegcc.

20 years agoMake sure text isn't cut off by the close button.
Ivan Leo Murray-Smith [Tue, 2 Mar 2004 20:56:35 +0000 (20:56 +0000)] 
Make sure text isn't cut off by the close button.

20 years agoAssorted spelling and case fixes.
Francois Gouget [Tue, 2 Mar 2004 20:55:57 +0000 (20:55 +0000)] 
Assorted spelling and case fixes.

20 years agoEnable resizing if WS_THICKFRAME is set.
Huw Davies [Tue, 2 Mar 2004 20:54:41 +0000 (20:54 +0000)] 
Enable resizing if WS_THICKFRAME is set.

20 years ago- sync up with latest OpenGL specifications
Lionel Ulmer [Tue, 2 Mar 2004 20:54:17 +0000 (20:54 +0000)] 
- sync up with latest OpenGL specifications
- some fixes in make_opengl to support the new types

20 years agoAdded protocol type constants.
Hans Leidekker [Tue, 2 Mar 2004 20:53:31 +0000 (20:53 +0000)] 
Added protocol type constants.

20 years agoFixed typo in test arguments.
Dan Kegel [Tue, 2 Mar 2004 20:53:05 +0000 (20:53 +0000)] 
Fixed typo in test arguments.

20 years agoBuild the tests with winegcc.
Alexandre Julliard [Tue, 2 Mar 2004 06:58:21 +0000 (06:58 +0000)] 
Build the tests with winegcc.

20 years agoAdd support for passing options to winebuild via -Wb.
Dimitrie O. Paun [Tue, 2 Mar 2004 06:53:16 +0000 (06:53 +0000)] 
Add support for passing options to winebuild via -Wb.
Generate only the loader script when given just the .exe.so.
Add function to delete element from a strarray.

20 years agoWe need to use AC_CHECK_TOOL to check for cpp in order to support
Alexandre Julliard [Tue, 2 Mar 2004 06:48:48 +0000 (06:48 +0000)] 
We need to use AC_CHECK_TOOL to check for cpp in order to support
cross-compilation properly.

20 years agoAdded dxerr8.h and dxerr9.h header files.
Robert Reif [Tue, 2 Mar 2004 06:44:26 +0000 (06:44 +0000)] 
Added dxerr8.h and dxerr9.h header files.

20 years agoAdded stub for RasGetEntryPropertiesA.
Christian Costa [Tue, 2 Mar 2004 06:44:03 +0000 (06:44 +0000)] 
Added stub for RasGetEntryPropertiesA.

20 years agoRemoved obsolete definitions from generated makefiles.
Alexandre Julliard [Tue, 2 Mar 2004 05:00:52 +0000 (05:00 +0000)] 
Removed obsolete definitions from generated makefiles.

20 years agoRemoved obsolete --dll option from loader script.
Alexandre Julliard [Tue, 2 Mar 2004 05:00:17 +0000 (05:00 +0000)] 
Removed obsolete --dll option from loader script.
Added support for WINEBUILD environment variable.
Don't generate the loader script if the output file name ends in
.exe.so.
Fixed handling of -L option.
Static libraries have to be linked in after object files.

20 years agoAdded a secur32.dll that loads other SSP DLLs and forwards calls to
Juan Lang [Tue, 2 Mar 2004 04:57:35 +0000 (04:57 +0000)] 
Added a secur32.dll that loads other SSP DLLs and forwards calls to
them.

20 years agoAdjust all dimensions to match native.
Vitaliy Margolen [Tue, 2 Mar 2004 04:52:35 +0000 (04:52 +0000)] 
Adjust all dimensions to match native.
Invalidate whole tab area when multi-line.
In vertical tab placement go from top to bottom.
Fix annoying visual artifacts.

20 years agoInstrument winegcc to use the compilers and options detected at
Dimitrie O. Paun [Tue, 2 Mar 2004 02:23:26 +0000 (02:23 +0000)] 
Instrument winegcc to use the compilers and options detected at
configure time. Add support for parsing/formatting a string array
from/to a char string. Add option to disable short wchar support in
winegcc.

20 years agoRemoved useless #ifdef SIZEOF_LONG_LONG.
Alexandre Julliard [Tue, 2 Mar 2004 01:31:58 +0000 (01:31 +0000)] 
Removed useless #ifdef SIZEOF_LONG_LONG.

20 years ago- Add a lot of traces to make debugging a bit easier.
Dmitry Timoshkov [Mon, 1 Mar 2004 23:38:25 +0000 (23:38 +0000)] 
- Add a lot of traces to make debugging a bit easier.
- Add support for MCIWNDF_NOAUTOSIZEMOVIE, MCIWNDF_NOAUTOSIZEWINDOW
  and MCIWNDF_NOERRORDLG flags in the MCIWndClass implementation.
- Implement support for MCI_UPDATE in the MCIAVI driver and use it in
  the MCIWndClass WM_PAINT handler.
- Reimplement MCI_STOP command in the MCIAVI driver via an event.
- Add a test preventing the MCIAVI driver to crash after MCI_SEEK
  behind an end of stream.

20 years ago- The virtual netbios device driver is properly named vnbt.vxd, not
Juan Lang [Mon, 1 Mar 2004 23:35:25 +0000 (23:35 +0000)] 
- The virtual netbios device driver is properly named vnbt.vxd, not
  vnb.vxd.
- Make it not depend on UNIX includes.

20 years agoExport LC_ALL before calling sed.
Hans Leidekker [Mon, 1 Mar 2004 23:32:35 +0000 (23:32 +0000)] 
Export LC_ALL before calling sed.

20 years agoImplemented IFilterMapper and IEnumRegFilters interfaces.
Christian Costa [Mon, 1 Mar 2004 23:32:04 +0000 (23:32 +0000)] 
Implemented IFilterMapper and IEnumRegFilters interfaces.
Fixed IFilterMapper2_EnumMatchingFilters.

20 years agoConnect to winehq.org by its name rather than by its IP addr.
Juan Lang [Mon, 1 Mar 2004 23:28:02 +0000 (23:28 +0000)] 
Connect to winehq.org by its name rather than by its IP addr.

20 years ago- key accelerators for "New Game" and exit
Oleg Prokhorov [Mon, 1 Mar 2004 23:13:30 +0000 (23:13 +0000)] 
- key accelerators for "New Game" and exit
- auto flag after successful game those entries which were not flagged
  by player during the game himself

20 years agoDefine MKSYS_URLMONIKER.
Kevin Koltzau [Mon, 1 Mar 2004 23:12:47 +0000 (23:12 +0000)] 
Define MKSYS_URLMONIKER.

20 years agoAdd a missing '\\'.
Huw Davies [Mon, 1 Mar 2004 23:11:53 +0000 (23:11 +0000)] 
Add a missing '\\'.

20 years agoSubmit results to WineHQ.
Dimitrie O. Paun [Mon, 1 Mar 2004 23:11:08 +0000 (23:11 +0000)] 
Submit results to WineHQ.

20 years agoHandle the firstVisible item being NULL in
Steve Lustbader [Mon, 1 Mar 2004 23:10:52 +0000 (23:10 +0000)] 
Handle the firstVisible item being NULL in
TREEVIEW_UpdateScrollBars().

20 years agoAdded sspi.h.
Juan Lang [Mon, 1 Mar 2004 23:10:33 +0000 (23:10 +0000)] 
Added sspi.h.

20 years agoPortability fixes for LSB compatibility.
Alexandre Julliard [Mon, 1 Mar 2004 21:32:02 +0000 (21:32 +0000)] 
Portability fixes for LSB compatibility.

20 years agoImplement NetpNetbiosStatusToApiStatus.
Juan Lang [Mon, 1 Mar 2004 21:23:51 +0000 (21:23 +0000)] 
Implement NetpNetbiosStatusToApiStatus.

20 years agoIn TIME_GetBias make sure there is a cached value for daylight as
Rein Klazes [Mon, 1 Mar 2004 21:23:18 +0000 (21:23 +0000)] 
In TIME_GetBias make sure there is a cached value for daylight as
well.

20 years agoCorrect return type of SysStringLen() and SysStringByteLen().
Martin Fuchs [Mon, 1 Mar 2004 21:22:59 +0000 (21:22 +0000)] 
Correct return type of SysStringLen() and SysStringByteLen().

20 years agoSet error code ERROR_DDE_FAIL if the DDE connection failed in
Martin Fuchs [Mon, 1 Mar 2004 21:22:25 +0000 (21:22 +0000)] 
Set error code ERROR_DDE_FAIL if the DDE connection failed in
ShellExecute().

20 years agoMake rsabase.dll self-register.
Juan Lang [Mon, 1 Mar 2004 21:20:33 +0000 (21:20 +0000)] 
Make rsabase.dll self-register.

20 years ago- correct some prototypes, add some defines
Juan Lang [Mon, 1 Mar 2004 21:19:37 +0000 (21:19 +0000)] 
- correct some prototypes, add some defines
- stub a couple more functions

20 years agoDeclare a few more Net apis and constants.
Juan Lang [Mon, 1 Mar 2004 21:18:49 +0000 (21:18 +0000)] 
Declare a few more Net apis and constants.

20 years agoRemove the $(datadir)/wine directory on uninstall.
Alexandre Julliard [Sat, 28 Feb 2004 01:51:18 +0000 (01:51 +0000)] 
Remove the $(datadir)/wine directory on uninstall.

20 years agoNo longer needed.
Alexandre Julliard [Sat, 28 Feb 2004 01:50:27 +0000 (01:50 +0000)] 
No longer needed.

20 years agoMoved generic.ppd to dlls/wineps, and install it in datadir.
Alexandre Julliard [Sat, 28 Feb 2004 01:50:15 +0000 (01:50 +0000)] 
Moved generic.ppd to dlls/wineps, and install it in datadir.

20 years agoMore stubs and better headers for mswsock.dll.
Patrik Stridvall [Sat, 28 Feb 2004 01:49:37 +0000 (01:49 +0000)] 
More stubs and better headers for mswsock.dll.

20 years agoAdd SHMenuIndexFromID and SHCoCreateInstanceAC.
Dmitry Timoshkov [Sat, 28 Feb 2004 01:46:56 +0000 (01:46 +0000)] 
Add SHMenuIndexFromID and SHCoCreateInstanceAC.

20 years agoUse the new .inf script instead of winedefault.reg.
Alexandre Julliard [Fri, 27 Feb 2004 23:34:18 +0000 (23:34 +0000)] 
Use the new .inf script instead of winedefault.reg.
Removed some obsolete code.

20 years agoAdded wine.inf setupapi script to setup the initial Wine registry
Alexandre Julliard [Fri, 27 Feb 2004 22:04:55 +0000 (22:04 +0000)] 
Added wine.inf setupapi script to setup the initial Wine registry
(based on the work of Chris Morgan and Brian Vincent).

20 years agoMoved msrle32 to the top-level dlls directory.
Alexandre Julliard [Fri, 27 Feb 2004 21:51:12 +0000 (21:51 +0000)] 
Moved msrle32 to the top-level dlls directory.

20 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 27 Feb 2004 21:32:54 +0000 (21:32 +0000)] 
Fixed some issues found by winapi_check.

20 years agoFixed icon leak.
Ove Kaaven [Fri, 27 Feb 2004 21:30:16 +0000 (21:30 +0000)] 
Fixed icon leak.

20 years agoCleanup prepare/unprepare header parameter checking.
Robert Reif [Fri, 27 Feb 2004 21:29:32 +0000 (21:29 +0000)] 
Cleanup prepare/unprepare header parameter checking.
Fix midiInGetDevCapsW.

20 years agoAdded missing #define for DS_INCOMPLETE.
Robert Reif [Fri, 27 Feb 2004 21:29:10 +0000 (21:29 +0000)] 
Added missing #define for DS_INCOMPLETE.

20 years agoAPI files update.
Patrik Stridvall [Fri, 27 Feb 2004 21:28:45 +0000 (21:28 +0000)] 
API files update.

20 years agoAdded proper headers for the *ActCtx* functions.
Patrik Stridvall [Fri, 27 Feb 2004 21:28:34 +0000 (21:28 +0000)] 
Added proper headers for the *ActCtx* functions.

20 years agoAdded macro DEFAULT_UNREACHABLE.
Patrik Stridvall [Fri, 27 Feb 2004 21:25:12 +0000 (21:25 +0000)] 
Added macro DEFAULT_UNREACHABLE.

20 years agoFix a typo in a comment.
Dmitry Timoshkov [Fri, 27 Feb 2004 21:24:47 +0000 (21:24 +0000)] 
Fix a typo in a comment.

20 years agoGenerate a simple Makefile that uses winegcc to compile.
Dimitrie O. Paun [Fri, 27 Feb 2004 21:24:20 +0000 (21:24 +0000)] 
Generate a simple Makefile that uses winegcc to compile.
No longer generate a configure script, that's project policy.

20 years agoSync some of the dll registrations with the contents of
Alexandre Julliard [Fri, 27 Feb 2004 06:08:32 +0000 (06:08 +0000)] 
Sync some of the dll registrations with the contents of
winedefault.reg.

20 years agoSPINST_UNREGSVR must use the UnregisterDlls section, not the
Alexandre Julliard [Fri, 27 Feb 2004 06:06:38 +0000 (06:06 +0000)] 
SPINST_UNREGSVR must use the UnregisterDlls section, not the
RegisterDlls one.

20 years agoImplemented InstallHinfSection (based on a patch by Chris Morgan).
Alexandre Julliard [Fri, 27 Feb 2004 04:43:32 +0000 (04:43 +0000)] 
Implemented InstallHinfSection (based on a patch by Chris Morgan).