wine
23 years agoDo not HeapFree() memory not allocated by us in COMBO_GetText.
Marcus Meissner [Wed, 2 May 2001 01:08:59 +0000 (01:08 +0000)] 
Do not HeapFree() memory not allocated by us in COMBO_GetText.
Convert return value from LB_GETTEXT into COMBO_GetText.

23 years agoAdded check for cups/cups.h header file and a warning if we find only
Marcus Meissner [Mon, 30 Apr 2001 18:18:50 +0000 (18:18 +0000)] 
Added check for cups/cups.h header file and a warning if we find only
runtime libraries, but no headers.

23 years agoDraw the padding area of a combo box.
Mike McCormack [Mon, 30 Apr 2001 18:17:46 +0000 (18:17 +0000)] 
Draw the padding area of a combo box.

23 years agoCheck for errors in PSDRV_Init.
Ian Pilcher [Mon, 30 Apr 2001 18:17:13 +0000 (18:17 +0000)] 
Check for errors in PSDRV_Init.

23 years agoMade checks in _get_common_ancestor a bit stricter to avoid XQueryTree
Marcus Meissner [Mon, 30 Apr 2001 18:16:51 +0000 (18:16 +0000)] 
Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree
XErrors.

23 years agoImplement COMCTL32_StrToIntW() using NTDLL's _wtoi.
Chris Morgan [Mon, 30 Apr 2001 18:16:28 +0000 (18:16 +0000)] 
Implement COMCTL32_StrToIntW() using NTDLL's _wtoi.

23 years agoPreserve the TF (Trap Flag) when continuing from a ptraced suspend.
Ove Kaaven [Fri, 27 Apr 2001 18:39:47 +0000 (18:39 +0000)] 
Preserve the TF (Trap Flag) when continuing from a ptraced suspend.

23 years agoDocumentation name fixes.
Patrik Stridvall [Fri, 27 Apr 2001 18:03:51 +0000 (18:03 +0000)] 
Documentation name fixes.

23 years agoAdded documentation.
Patrik Stridvall [Fri, 27 Apr 2001 18:03:09 +0000 (18:03 +0000)] 
Added documentation.

23 years agoAdded CUPS printing support.
Marcus Meissner [Fri, 27 Apr 2001 18:02:46 +0000 (18:02 +0000)] 
Added CUPS printing support.

23 years agoDDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
Francois Gouget [Fri, 27 Apr 2001 18:00:33 +0000 (18:00 +0000)] 
DDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.

23 years agoReimplemented DXGrab with improvements; it no longer depends on
Ove Kaaven [Fri, 27 Apr 2001 18:00:06 +0000 (18:00 +0000)] 
Reimplemented DXGrab with improvements; it no longer depends on
XVidMode, and it releases the grab if the app exits full-screen
DirectDraw.  Also made the UseDGA option available for AppDefaults
configuration.

23 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Wed, 25 Apr 2001 19:54:21 +0000 (19:54 +0000)] 
Fixed some issues found by winapi_check.

23 years agoAvoid crash on deleted windows.
Alexandre Julliard [Wed, 25 Apr 2001 19:53:28 +0000 (19:53 +0000)] 
Avoid crash on deleted windows.

23 years ago- Minor API files update
Patrik Stridvall [Wed, 25 Apr 2001 19:52:34 +0000 (19:52 +0000)] 
- Minor API files update
- Minor bug fixes

23 years agoCorrected a typo in spec file and added some stubs.
Gael de Chalendar [Wed, 25 Apr 2001 19:51:56 +0000 (19:51 +0000)] 
Corrected a typo in spec file and added some stubs.

23 years agoPlaySoundA should return TRUE when it stops playing sound.
James Hatheway [Wed, 25 Apr 2001 19:51:32 +0000 (19:51 +0000)] 
PlaySoundA should return TRUE when it stops playing sound.

23 years agoMoved most of the implementation of SetWindowPos and SetDrawable into
Alexandre Julliard [Tue, 24 Apr 2001 23:28:52 +0000 (23:28 +0000)] 
Moved most of the implementation of SetWindowPos and SetDrawable into
the user driver, and the corresponding code into the dlls/x11drv
directory. Moved a few functions out of the window driver into the
user driver. Plus a few related cleanups.

23 years agoSmall cleanups.
Alexandre Julliard [Tue, 24 Apr 2001 23:17:53 +0000 (23:17 +0000)] 
Small cleanups.

23 years agoDrop SYSLEVEL checks from relay debugging, since they break debugging
Marcus Meissner [Tue, 24 Apr 2001 23:17:10 +0000 (23:17 +0000)] 
Drop SYSLEVEL checks from relay debugging, since they break debugging
builtin GDI dlls.

23 years agoDon't use Windows types like LONGLONG in msvcrt headers.
Francois Gouget [Tue, 24 Apr 2001 23:16:39 +0000 (23:16 +0000)] 
Don't use Windows types like LONGLONG in msvcrt headers.

23 years agoAdded some more disassembly instructions (notably rdtsc, which is used
Marcus Meissner [Tue, 24 Apr 2001 23:16:16 +0000 (23:16 +0000)] 
Added some more disassembly instructions (notably rdtsc, which is used
by several programs) and more MMX.

23 years agoUse snprintf to prevent buffer overflows in format_exception_msg.
Francois Gouget [Mon, 23 Apr 2001 18:24:38 +0000 (18:24 +0000)] 
Use snprintf to prevent buffer overflows in format_exception_msg.

23 years agoPrevent use by Wine's source.
Francois Gouget [Mon, 23 Apr 2001 18:23:00 +0000 (18:23 +0000)] 
Prevent use by Wine's source.
Added missing 'function' definitions (macros really).

23 years agoWe must not free the pointer returned by localtime (especially not
Francois Gouget [Mon, 23 Apr 2001 18:22:33 +0000 (18:22 +0000)] 
We must not free the pointer returned by localtime (especially not
with MSVCRT_free!).
We no longer need to include stdlib.h.

23 years agoAdded offsetof (for the MFC).
Francois Gouget [Mon, 23 Apr 2001 18:22:05 +0000 (18:22 +0000)] 
Added offsetof (for the MFC).

23 years agoAdd msvcrt/malloc.h (for the MFC).
Francois Gouget [Mon, 23 Apr 2001 18:20:55 +0000 (18:20 +0000)] 
Add msvcrt/malloc.h (for the MFC).
Add msvcrt/search.h.
Move duplicated definitions to the new headers.
Use malloc.h instead of stdlib.h when sensible.

23 years agoProvide limited support for the msvcrt debug API.
Francois Gouget [Mon, 23 Apr 2001 18:19:27 +0000 (18:19 +0000)] 
Provide limited support for the msvcrt debug API.

23 years agoFiles with special characters may not have been renamed. Try to match
Francois Gouget [Mon, 23 Apr 2001 18:16:13 +0000 (18:16 +0000)] 
Files with special characters may not have been renamed. Try to match
both forms.

23 years agoAdded cache for drivers information.
Eric Pouech [Mon, 23 Apr 2001 18:14:41 +0000 (18:14 +0000)] 
Added cache for drivers information.
Fixed a few bugs (memory handling, version info...)
Enhanced validity checks.

23 years agoUse typecasts to suppress compiler warnings.
Ian Pilcher [Mon, 23 Apr 2001 18:12:45 +0000 (18:12 +0000)] 
Use typecasts to suppress compiler warnings.

23 years agoImplemented GetCharABCWidths with GetCharWidth.
Marcus Meissner [Mon, 23 Apr 2001 18:11:58 +0000 (18:11 +0000)] 
Implemented GetCharABCWidths with GetCharWidth.

23 years agoExtracted MEMCHECK into an extra function to avoid a gcc-2.95.2
Marcus Meissner [Mon, 23 Apr 2001 18:11:41 +0000 (18:11 +0000)] 
Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2
compiler bug.

23 years agoAdded some MMX disassembly to the debugger.
Marcus Meissner [Mon, 23 Apr 2001 18:11:17 +0000 (18:11 +0000)] 
Added some MMX disassembly to the debugger.

23 years agoFixed getting a variable address.
Eric Pouech [Mon, 23 Apr 2001 18:10:52 +0000 (18:10 +0000)] 
Fixed getting a variable address.

23 years agoFixed float variables display.
Eric Pouech [Mon, 23 Apr 2001 18:10:32 +0000 (18:10 +0000)] 
Fixed float variables display.

23 years agoAllow illegal handles in FindClose.
Dominik Strasser [Fri, 20 Apr 2001 18:38:41 +0000 (18:38 +0000)] 
Allow illegal handles in FindClose.

23 years agoSpelling fixes.
Andreas Mohr [Fri, 20 Apr 2001 18:36:05 +0000 (18:36 +0000)] 
Spelling fixes.

23 years ago- make sure that we really use the correct amount of parameters each
Andreas Mohr [Fri, 20 Apr 2001 18:35:25 +0000 (18:35 +0000)] 
- make sure that we really use the correct amount of parameters each
  time for the callback function
- always pass strings instead of atoms to Win32 enum proc
- fix trace crash due to string format displaying of atom (LOWORD
  only) handle

23 years agoStore each glyph name only once in PostScript driver.
Ian Pilcher [Fri, 20 Apr 2001 18:30:38 +0000 (18:30 +0000)] 
Store each glyph name only once in PostScript driver.

23 years agoTake a stab at implementing SetSolidBrush16.
Andreas Mohr [Fri, 20 Apr 2001 18:29:45 +0000 (18:29 +0000)] 
Take a stab at implementing SetSolidBrush16.

23 years agoFixed off by one error in ImageList_DrawIndirect().
Andreas Mohr [Fri, 20 Apr 2001 18:29:17 +0000 (18:29 +0000)] 
Fixed off by one error in ImageList_DrawIndirect().
Fixed some missing NULL HIMAGELIST check (fixes Microsoft Works
startup).

23 years agoMake sure to return our variable with the correct return value.
James Hatheway [Fri, 20 Apr 2001 18:28:38 +0000 (18:28 +0000)] 
Make sure to return our variable with the correct return value.

23 years agoVirtualProtect should return correct old protection flags.
Dmitry Timoshkov [Fri, 20 Apr 2001 18:28:18 +0000 (18:28 +0000)] 
VirtualProtect should return correct old protection flags.

23 years ago- Notify parent of child size changes when changes are from WM_SIZE
Guy L. Albertelli [Fri, 20 Apr 2001 18:27:42 +0000 (18:27 +0000)] 
- Notify parent of child size changes when changes are from WM_SIZE
  messages.
- If more than one band exists, then first band may have a gripper.
- Fix the band layout algorithm to handle some issues from WinARA.

23 years ago- Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
Guy L. Albertelli [Fri, 20 Apr 2001 18:27:19 +0000 (18:27 +0000)] 
- Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
- Implement WM_NCCREATE to remove unwanted window styles (as native does).
- Clean up some traces.

23 years agoFix file lossage in subdirectories of an 'include' directory (closes #163).
Francois Gouget [Fri, 20 Apr 2001 18:26:35 +0000 (18:26 +0000)] 
Fix file lossage in subdirectories of an 'include' directory (closes #163).
When case fixing #includes, take into account that the file may have
been renamed (closes #161).
Better support of $(SRCDIR) in -I directives.
RTF was not recognised in rc files because it was in the wrong place.
Escape weird characters when putting the rc filename in the spec file.

23 years agoAdded WINEPRELOAD to man wine.
Lawson Whitney [Fri, 20 Apr 2001 18:15:58 +0000 (18:15 +0000)] 
Added WINEPRELOAD to man wine.

23 years agoDon't use RTSCTS if Str handshake is enabled.
Dominik Strasser [Fri, 20 Apr 2001 18:15:20 +0000 (18:15 +0000)] 
Don't use RTSCTS if Str handshake is enabled.
Use appropriate Unix timeout values in SetCommTimeouts.

23 years agoRelease 20010418. wine-20010418
Alexandre Julliard [Thu, 19 Apr 2001 01:17:26 +0000 (01:17 +0000)] 
Release 20010418.

23 years agoFixed setupapi dependencies.
Alexandre Julliard [Thu, 19 Apr 2001 01:01:52 +0000 (01:01 +0000)] 
Fixed setupapi dependencies.

23 years agoGetAsyncKeyState now clears "has been pressed" information of only the
Jukka Heinonen [Wed, 18 Apr 2001 18:05:57 +0000 (18:05 +0000)] 
GetAsyncKeyState now clears "has been pressed" information of only the
requested key instead of all keys.

23 years agoNo need to preallocate DCEs since they are allocated on demand
Alexandre Julliard [Wed, 18 Apr 2001 17:42:36 +0000 (17:42 +0000)] 
No need to preallocate DCEs since they are allocated on demand
anyway.

23 years agoMoved DCX_* constants to winuser.h.
Alexandre Julliard [Wed, 18 Apr 2001 17:41:57 +0000 (17:41 +0000)] 
Moved DCX_* constants to winuser.h.

23 years agoRemoved a few obsolete files.
Alexandre Julliard [Wed, 18 Apr 2001 17:41:07 +0000 (17:41 +0000)] 
Removed a few obsolete files.

23 years agoFix DGA so it works properly again.
Ove Kaaven [Wed, 18 Apr 2001 17:40:43 +0000 (17:40 +0000)] 
Fix DGA so it works properly again.

23 years agoAdd \n to FIXME call in acmGetVersion to prevent overflowing buffer in
James Hatheway [Wed, 18 Apr 2001 17:40:27 +0000 (17:40 +0000)] 
Add \n to FIXME call in acmGetVersion to prevent overflowing buffer in
wine_dbg_vprintf.

23 years agoEliminate unitialized garbage being returned from LISTVIEW_GetItemA.
James Hatheway [Wed, 18 Apr 2001 17:40:04 +0000 (17:40 +0000)] 
Eliminate unitialized garbage being returned from LISTVIEW_GetItemA.

23 years agoEnhanced the pragma pack handling.
Francois Gouget [Wed, 18 Apr 2001 17:39:42 +0000 (17:39 +0000)] 
Enhanced the pragma pack handling.
Enhanced the 'afxres.h' handling (the indentation).
Start issuing winemaker's warnings in the source files themselves.

23 years agoDo not send WM_MOUSEACTIVATE for children of desktop.
Gerard Patel [Tue, 17 Apr 2001 17:57:20 +0000 (17:57 +0000)] 
Do not send WM_MOUSEACTIVATE for children of desktop.

23 years agoImplemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
Ove Kaaven [Tue, 17 Apr 2001 17:48:19 +0000 (17:48 +0000)] 
Implemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
Disabled DirectDraw's old XVidMode and DGA2 drivers, it now depends on the
display driver (x11drv) HAL implementations of these features.

23 years ago- implement some more virtcopy (VCP) stuff
Andreas Mohr [Tue, 17 Apr 2001 17:39:35 +0000 (17:39 +0000)] 
- implement some more virtcopy (VCP) stuff
- add some setupx resources
- implement VHSTR functionality
- large parts of VCP callback handling
- merge setupapi and setupx stuff, especially resource handling
  gets rid of setupx debug channel; setupapi is the only one that remains

23 years agoRemoved the obsolete DIBTexture surface class.
Ove Kaaven [Tue, 17 Apr 2001 17:36:44 +0000 (17:36 +0000)] 
Removed the obsolete DIBTexture surface class.

23 years agoFill in some more HAL fields. Flip some of them when appropriate.
Ove Kaaven [Tue, 17 Apr 2001 17:36:28 +0000 (17:36 +0000)] 
Fill in some more HAL fields. Flip some of them when appropriate.
Allow SetSurfaceDesc to change client memory surface address.
Propagate DIB color table updates to backbuffers too (thanks to
Stephen Clouse).

23 years agoFill in some DirectDrawPalette HAL fields.
Ove Kaaven [Tue, 17 Apr 2001 17:35:57 +0000 (17:35 +0000)] 
Fill in some DirectDrawPalette HAL fields.

23 years agoRemoved User_DirectDraw_GetCaps. Using Main_DirectDraw_GetCaps instead,
Ove Kaaven [Tue, 17 Apr 2001 17:35:36 +0000 (17:35 +0000)] 
Removed User_DirectDraw_GetCaps. Using Main_DirectDraw_GetCaps instead,
and the User constructor filling in the main capability bits.

23 years agoFill in some of the ddraw HAL fields.
Ove Kaaven [Tue, 17 Apr 2001 17:34:48 +0000 (17:34 +0000)] 
Fill in some of the ddraw HAL fields.
Call the set_exclusive_mode callback when necessary.
Added a Main_DirectDraw_GetCaps method.
Removed references to obsolete DIBTexture surface class.

23 years agoImplemented gamma control on the DirectDraw primary window.
Ove Kaaven [Tue, 17 Apr 2001 17:34:11 +0000 (17:34 +0000)] 
Implemented gamma control on the DirectDraw primary window.
Ensured that the primary window is created before the constructor returns.
Flag the primary window as transparent so mouse clicks pass through it.
Put the primary window handle into a reserved field for x11drv HAL use.

23 years agoFix typo so that wintrust is built.
Francois Gouget [Tue, 17 Apr 2001 17:33:01 +0000 (17:33 +0000)] 
Fix typo so that wintrust is built.

23 years agoAdd a missing </sect3>.
Joerg Mayer [Tue, 17 Apr 2001 17:32:31 +0000 (17:32 +0000)] 
Add a missing </sect3>.

23 years agoUse of proper test gets rid of a signed/unsigned warning.
Joerg Mayer [Tue, 17 Apr 2001 17:30:44 +0000 (17:30 +0000)] 
Use of proper test gets rid of a signed/unsigned warning.

23 years agoImplemented the ddraw HAL access escape (DCICOMMAND) in x11drv.
Ove Kaaven [Tue, 17 Apr 2001 17:29:59 +0000 (17:29 +0000)] 
Implemented the ddraw HAL access escape (DCICOMMAND) in x11drv.

23 years agoRemove redundant sending of WM_DRAWITEM message to ownerdrawn
Dmitry Timoshkov [Tue, 17 Apr 2001 17:29:31 +0000 (17:29 +0000)] 
Remove redundant sending of WM_DRAWITEM message to ownerdrawn
combobox.

23 years agoFix some crash on bad parameter conditions.
Eric Pouech [Mon, 16 Apr 2001 20:27:16 +0000 (20:27 +0000)] 
Fix some crash on bad parameter conditions.

23 years agoImplemented _wtoi and _wtol.
Ove Kaaven [Mon, 16 Apr 2001 20:24:47 +0000 (20:24 +0000)] 
Implemented _wtoi and _wtol.

23 years agoImplemented the XF86DGA2 driver for the ddraw HAL.
Ove Kaaven [Mon, 16 Apr 2001 19:54:07 +0000 (19:54 +0000)] 
Implemented the XF86DGA2 driver for the ddraw HAL.
Entered some basic HAL device capabilities data.
Added a GetDriverInfo handler.

23 years agoAdded new dll wintrust.dll with a stub for WinVerifyTrust().
Rein Klazes [Mon, 16 Apr 2001 19:36:12 +0000 (19:36 +0000)] 
Added new dll wintrust.dll with a stub for WinVerifyTrust().

23 years agoImplemented the IDirectDrawGammaControl interface.
Ove Kaaven [Mon, 16 Apr 2001 19:35:18 +0000 (19:35 +0000)] 
Implemented the IDirectDrawGammaControl interface.

23 years agoMake paper size and bin type handling more like Windows drivers.
Ian Pilcher [Mon, 16 Apr 2001 19:34:21 +0000 (19:34 +0000)] 
Make paper size and bin type handling more like Windows drivers.

23 years agoAdd NULL check for lpnFit in GetTextExtentExPointW.
Dmitry Timoshkov [Mon, 16 Apr 2001 19:33:51 +0000 (19:33 +0000)] 
Add NULL check for lpnFit in GetTextExtentExPointW.

23 years agoCopy the first 128 colors from the default colormap to Wine's private
Gavriel State [Mon, 16 Apr 2001 19:33:25 +0000 (19:33 +0000)] 
Copy the first 128 colors from the default colormap to Wine's private
colormap when using 'shared' colors.

23 years agoLet LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
Ove Kaaven [Mon, 16 Apr 2001 19:32:48 +0000 (19:32 +0000)] 
Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
DLL failed, so that winesetuptk's fake-windows installation work.

23 years agoSlightly improve keyboard tracking in combobox.
Dmitry Timoshkov [Mon, 16 Apr 2001 19:32:19 +0000 (19:32 +0000)] 
Slightly improve keyboard tracking in combobox.

23 years agoSet the backgound mode to opaque to paint highlighted text.
Dan Engel [Mon, 16 Apr 2001 19:32:05 +0000 (19:32 +0000)] 
Set the backgound mode to opaque to paint highlighted text.

23 years agoAdded ddraw HAL and gamma ramp stuff to implementation structures.
Ove Kaaven [Mon, 16 Apr 2001 19:06:13 +0000 (19:06 +0000)] 
Added ddraw HAL and gamma ramp stuff to implementation structures.
Added a parameter and return value to flip_data and flip_update.

23 years agoFixed CoerceDIBSection's AuxMod handling. Added CoerceDIBSection2.
Ove Kaaven [Mon, 16 Apr 2001 19:05:37 +0000 (19:05 +0000)] 
Fixed CoerceDIBSection's AuxMod handling. Added CoerceDIBSection2.

23 years agoInclude the GUIDs in ddrawi.h in the libwine_uuid.a library.
Ove Kaaven [Mon, 16 Apr 2001 19:05:12 +0000 (19:05 +0000)] 
Include the GUIDs in ddrawi.h in the libwine_uuid.a library.

23 years agoYet more stuff for ddrawi.h, including some GetDriverInfo GUIDs.
Ove Kaaven [Mon, 16 Apr 2001 19:04:58 +0000 (19:04 +0000)] 
Yet more stuff for ddrawi.h, including some GetDriverInfo GUIDs.

23 years agoAdd version resource to ddraw.dll, versioned to DirectX 7.0.
Ove Kaaven [Mon, 16 Apr 2001 19:04:41 +0000 (19:04 +0000)] 
Add version resource to ddraw.dll, versioned to DirectX 7.0.

23 years agoGetItemSpacing(true): Return the default item spacing if the view is
Francois Gouget [Mon, 16 Apr 2001 19:04:12 +0000 (19:04 +0000)] 
GetItemSpacing(true): Return the default item spacing if the view is
LVS_ICON, and the current 'item size' otherwise.

23 years agoDisplay thread id instead of %fs in snoop trace.
Dmitry Timoshkov [Mon, 16 Apr 2001 19:03:45 +0000 (19:03 +0000)] 
Display thread id instead of %fs in snoop trace.

23 years agoDon't restore the saved keyboard autorepeat config, since the config
Ove Kaaven [Mon, 16 Apr 2001 19:03:10 +0000 (19:03 +0000)] 
Don't restore the saved keyboard autorepeat config, since the config
save code itself was disabled a while ago...

23 years agoDirect3D header update.
Ove Kaaven [Mon, 16 Apr 2001 19:02:22 +0000 (19:02 +0000)] 
Direct3D header update.

23 years agoNew header d3dhal.h, the Direct3D HAL device driver interface.
Ove Kaaven [Mon, 16 Apr 2001 19:01:38 +0000 (19:01 +0000)] 
New header d3dhal.h, the Direct3D HAL device driver interface.

23 years agoHandle the %f case in wsprintf.
Ove Kaaven [Mon, 16 Apr 2001 19:00:42 +0000 (19:00 +0000)] 
Handle the %f case in wsprintf.

23 years agoChanged the spec definition of *s*printf from *str to ptr, since that
Ove Kaaven [Mon, 16 Apr 2001 19:00:24 +0000 (19:00 +0000)] 
Changed the spec definition of *s*printf from *str to ptr, since that
parameter is a destination buffer that may only contain garbage on entry.

23 years agoAdd version resource to dplayx.dll, versioned to DirectX 7.0.
Ove Kaaven [Mon, 16 Apr 2001 18:59:59 +0000 (18:59 +0000)] 
Add version resource to dplayx.dll, versioned to DirectX 7.0.

23 years agoGeneralize the Wine version resource template a bit.
Ove Kaaven [Mon, 16 Apr 2001 18:58:46 +0000 (18:58 +0000)] 
Generalize the Wine version resource template a bit.

23 years agoReplace "System" font by "Helv" in shell32 "About" dialog.
Dmitry Timoshkov [Mon, 16 Apr 2001 18:58:30 +0000 (18:58 +0000)] 
Replace "System" font by "Helv" in shell32 "About" dialog.

23 years agoImplementation of OLE32.IsAccelerator.
Dmitry Timoshkov [Mon, 16 Apr 2001 18:58:09 +0000 (18:58 +0000)] 
Implementation of OLE32.IsAccelerator.