wine
25 years agoChanged CreateDirectory LastError returns to match Win32 (found out by
Marcus Meissner [Sun, 28 Feb 1999 19:50:39 +0000 (19:50 +0000)] 
Changed CreateDirectory LastError returns to match Win32 (found out by
experiment). Adapted int21 CreateDirectory call to still return the
correct DOS error codes according to Ralph Brown.

25 years ago- added function DirectDrawEnumerateEx
Lionel Ulmer [Sun, 28 Feb 1999 19:49:42 +0000 (19:49 +0000)] 
- added function DirectDrawEnumerateEx
- added (or corrected) check for the return value of the enumeration functions

25 years agoBetter detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
Lionel Ulmer [Sun, 28 Feb 1999 19:48:53 +0000 (19:48 +0000)] 
Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.

25 years agoAdded missing <sys/types.h>.
Marcus Meissner [Sun, 28 Feb 1999 19:42:18 +0000 (19:42 +0000)] 
Added missing <sys/types.h>.

25 years agoAdded the button states as returned by IsDlgButtonChecked().
Klaas van Gend [Sun, 28 Feb 1999 19:40:54 +0000 (19:40 +0000)] 
Added the button states as returned by IsDlgButtonChecked().

25 years agoAdded support for quoted file names in CreateProcess().
Andreas Mohr [Sun, 28 Feb 1999 19:28:44 +0000 (19:28 +0000)] 
Added support for quoted file names in CreateProcess().

25 years agoCLIENT_WaitReply: don't clear last error on success; fixed callers
Alexandre Julliard [Sun, 28 Feb 1999 19:25:51 +0000 (19:25 +0000)] 
CLIENT_WaitReply: don't clear last error on success; fixed callers
accordingly (based on a patch by Juergen Schmied).

25 years agoAdded some support and stubs for VESA to msdos/int10.c.
Jess Haas [Sun, 28 Feb 1999 19:18:30 +0000 (19:18 +0000)] 
Added some support and stubs for VESA to msdos/int10.c.

25 years agoMore include optimisations and fixes.
Marcus Meissner [Sun, 28 Feb 1999 19:14:33 +0000 (19:14 +0000)] 
More include optimisations and fixes.

25 years agoopen_object should return ERROR_FILE_NOT_FOUND when the named object
Juergen Schmied [Sun, 28 Feb 1999 16:59:12 +0000 (16:59 +0000)] 
open_object should return ERROR_FILE_NOT_FOUND when the named object
is not found.

25 years agoBetter error message.
Andreas Mohr [Sun, 28 Feb 1999 16:56:48 +0000 (16:56 +0000)] 
Better error message.

25 years agoUse server handles directly for Win32 handles. Removed use of K32OBJ.
Alexandre Julliard [Sun, 28 Feb 1999 13:27:56 +0000 (13:27 +0000)] 
Use server handles directly for Win32 handles. Removed use of K32OBJ.

25 years ago- fixed missing stdlib.h and string.h includes everywhere
David Luyer [Sun, 28 Feb 1999 12:27:56 +0000 (12:27 +0000)] 
- fixed missing stdlib.h and string.h includes everywhere
- removed a couple of unneeded stdlib.h and stdio.h includes

25 years agoProcess and thread id now use the server-side id instead of an
Alexandre Julliard [Sun, 28 Feb 1999 12:25:03 +0000 (12:25 +0000)] 
Process and thread id now use the server-side id instead of an
obfuscated pointer.

25 years agoThe Windows GUI behaviour tester used on the Windows computer. It was
Ove Kaaven [Sun, 28 Feb 1999 11:28:24 +0000 (11:28 +0000)] 
The Windows GUI behaviour tester used on the Windows computer.  It was
used with Borland C++ 4.52, but should be easy to adapt to Winelib by
whoever feels like it; I haven't, I just released this useful test app
in case it would benefit other developers.

25 years agoThis file details the results (message traces) the GUI behaviour
Ove Kaaven [Sun, 28 Feb 1999 11:27:26 +0000 (11:27 +0000)] 
This file details the results (message traces) the GUI behaviour
tester app gave under real Windows for various events. It was useful
for some of my debugging at least, perhaps it could be of some use to
other Wine GUI debuggers as well.

25 years agoSome Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
Marcus Meissner [Sun, 28 Feb 1999 11:23:44 +0000 (11:23 +0000)] 
Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
needs "winuser.h".

25 years agoGetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
Ulrich Weigand [Sun, 28 Feb 1999 11:22:02 +0000 (11:22 +0000)] 
GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
and .PIF files.

25 years agoAdapted to CreateProcess changes.
Ulrich Weigand [Sun, 28 Feb 1999 11:19:10 +0000 (11:19 +0000)] 
Adapted to CreateProcess changes.

25 years agoNE modules adapted to CreateProcess changes.
Ulrich Weigand [Sun, 28 Feb 1999 11:17:03 +0000 (11:17 +0000)] 
NE modules adapted to CreateProcess changes.
LoadModule16/LoadLibrary16 reorganization.

25 years agoProcess creation sequence reorganized:
Ulrich Weigand [Sun, 28 Feb 1999 11:14:32 +0000 (11:14 +0000)] 
Process creation sequence reorganized:
- Removed instance data segment for all but NE modules.
- Check binary type in CreateProcess before loading module.
- Unix process creation moved from WinExec to CreateProcess.
- Bugfix: fill in thdb->teb.htask16 member correctly.

25 years ago- Code to return default language code as keyboard layout.
Guy Albertelli [Sun, 28 Feb 1999 11:13:16 +0000 (11:13 +0000)] 
- Code to return default language code as keyboard layout.
- Implemented other stubs associated with keyboard layout:
  GetKeyboardLayoutNameA, ActivateKeyboardLayout,
  LoadKeyboardLayout[AW], GetKeyboardLayoutList.

25 years agoPreliminary implementation of the PrintDlgA stub.
Klaas van Gend [Sun, 28 Feb 1999 11:10:50 +0000 (11:10 +0000)] 
Preliminary implementation of the PrintDlgA stub.

25 years agoNow compliant to the Dutch standards.
Klaas van Gend [Sun, 28 Feb 1999 11:09:34 +0000 (11:09 +0000)] 
Now compliant to the Dutch standards.

25 years agoFIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
Juergen Schmied [Sun, 28 Feb 1999 11:08:13 +0000 (11:08 +0000)] 
FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.

25 years agoFixed a couple of dosmem block resize bugs.
Ove Kaaven [Sun, 28 Feb 1999 11:06:16 +0000 (11:06 +0000)] 
Fixed a couple of dosmem block resize bugs.

25 years ago- no more 3D capabilities if Direct3D support is not compiled in
Lionel Ulmer [Sun, 28 Feb 1999 11:04:54 +0000 (11:04 +0000)] 
- no more 3D capabilities if Direct3D support is not compiled in
- some debug messages clean-up (replaced fprintfs by DUMPs)

25 years agoWe got passed a NULL Dialect ptr and accessed it unprotected.
Marcus Meissner [Sun, 28 Feb 1999 11:03:33 +0000 (11:03 +0000)] 
We got passed a NULL Dialect ptr and accessed it unprotected.

25 years agoAdded support for mappings with no associated file.
Alexandre Julliard [Sun, 28 Feb 1999 10:13:59 +0000 (10:13 +0000)] 
Added support for mappings with no associated file.

25 years agoRemoved dst_handle in duplicate_handle request.
Alexandre Julliard [Sun, 28 Feb 1999 10:12:48 +0000 (10:12 +0000)] 
Removed dst_handle in duplicate_handle request.
Added inherit flag in create_mapping request.

25 years agoImplemented support for arrays and safe arrays in VARIANT data
Francis Beaudet [Sun, 28 Feb 1999 10:07:12 +0000 (10:07 +0000)] 
Implemented support for arrays and safe arrays in VARIANT data
structures. Also moved the SAFEARRAY definition (yet again) to the
obj_oleaut.h file.

25 years agoFixed Filesystem documentation.
Andreas Mohr [Sun, 28 Feb 1999 10:05:44 +0000 (10:05 +0000)] 
Fixed Filesystem documentation.

25 years agoMade folder icons gray-yellow instead of blue.
Pavel Roskin [Sun, 28 Feb 1999 10:05:08 +0000 (10:05 +0000)] 
Made folder icons gray-yellow instead of blue.

25 years agoOrder of send message processing was not respected and the message
Francis Beaudet [Sun, 28 Feb 1999 10:02:57 +0000 (10:02 +0000)] 
Order of send message processing was not respected and the message
stacked last finished after the message stacked first.

25 years agoAdded checks to guard against NULL active window.
Francis Beaudet [Sun, 28 Feb 1999 10:01:44 +0000 (10:01 +0000)] 
Added checks to guard against NULL active window.

25 years agoDon't check children of disabled or invisible controls for dialog
Norman Stevens [Sun, 28 Feb 1999 09:59:32 +0000 (09:59 +0000)] 
Don't check children of disabled or invisible controls for dialog
keyboard accelerators. Fixes problems with dialogs with tab boxes.

25 years agoImplemented the CoTaskMemRealloc API. Also clean-up around that API
Francis Beaudet [Sun, 28 Feb 1999 09:57:40 +0000 (09:57 +0000)] 
Implemented the CoTaskMemRealloc API. Also clean-up around that API
call.

25 years agoAdded a missing Release.
Thuy Nguyen [Sun, 28 Feb 1999 09:55:46 +0000 (09:55 +0000)] 
Added a missing Release.
STGM_CREATE should translate to CREATE_ALWAYS.

25 years agoRelease 990226. wine-990226
Alexandre Julliard [Fri, 26 Feb 1999 13:58:38 +0000 (13:58 +0000)] 
Release 990226.

25 years agoUpdated for new naming conventions.
Alexandre Julliard [Fri, 26 Feb 1999 12:33:21 +0000 (12:33 +0000)] 
Updated for new naming conventions.

25 years agoLarge-scale renaming of all Win32 functions and types to use the
Alexandre Julliard [Fri, 26 Feb 1999 11:11:13 +0000 (11:11 +0000)] 
Large-scale renaming of all Win32 functions and types to use the
standard Windows names.

25 years agoRelease 990225. wine-990225
Alexandre Julliard [Thu, 25 Feb 1999 19:30:35 +0000 (19:30 +0000)] 
Release 990225.

25 years agoFor various reasons some of our libwine executables must have a "." in
Albert den Haan [Thu, 25 Feb 1999 18:11:40 +0000 (18:11 +0000)] 
For various reasons some of our libwine executables must have a "." in
their file names. The "." causes trouble when the file name is used as
the class name for an X resource as wine does for command line parsing
under X.

25 years agoMake GetWindowLong(GWL_HWNDPARENT) return the same thing as
Alexandre Julliard [Thu, 25 Feb 1999 18:05:48 +0000 (18:05 +0000)] 
Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.

25 years agoAdded __attribute__ ((unused)) on static inline functions declared in
David Luyer [Thu, 25 Feb 1999 18:02:53 +0000 (18:02 +0000)] 
Added __attribute__ ((unused)) on static inline functions declared in
header files.

25 years agoAdded "The Easy Way" and "The Hard Way", largely favoring the easy way,
Adam the Jazz Guy [Thu, 25 Feb 1999 17:33:29 +0000 (17:33 +0000)] 
Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
which uses my bug_report.pl script.
Added info on a command that can be run on all shells to print debug
msgs to a file and not to xterm.

25 years agoNeeds thread.h for non-Linux.
Marcus Meissner [Thu, 25 Feb 1999 17:32:56 +0000 (17:32 +0000)] 
Needs thread.h for non-Linux.

25 years agoAdding of new functions to make the wnd struct thread safe. Adding of
Francois Boisvert [Thu, 25 Feb 1999 17:32:31 +0000 (17:32 +0000)] 
Adding of new functions to make the wnd struct thread safe. Adding of
irefCount in wnd struct.

25 years agoAdded configure check for getbkgd and define HAVE_GETBKGD.
Michael Veksler [Thu, 25 Feb 1999 17:11:05 +0000 (17:11 +0000)] 
Added configure check for getbkgd and define HAVE_GETBKGD.

25 years agoMany interface declarations that originated from oleidl.h, oaidl.h and
Paul Quinn [Thu, 25 Feb 1999 17:10:15 +0000 (17:10 +0000)] 
Many interface declarations that originated from oleidl.h, oaidl.h and
ocidl.h separated into somewhat relevant obj_* files.

25 years agoFixed warning and compilation errors.
Michael Veksler [Thu, 25 Feb 1999 16:39:16 +0000 (16:39 +0000)] 
Fixed warning and compilation errors.

25 years agoRemoved includes of wine/* headers.
Michael Veksler [Thu, 25 Feb 1999 16:38:47 +0000 (16:38 +0000)] 
Removed includes of wine/* headers.

25 years agoMade message "Resource not found" WARN.
Pavel Roskin [Thu, 25 Feb 1999 16:37:46 +0000 (16:37 +0000)] 
Made message "Resource not found" WARN.

25 years ago- Use the new COM definition macros in the header.
Adrian Thurston [Thu, 25 Feb 1999 16:36:55 +0000 (16:36 +0000)] 
- Use the new COM definition macros in the header.
- Put the implementation of the object in the contmenu.c.
- Make appropriate name changes in contmenu.c.

25 years agoAuthors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
Alexandre Julliard [Thu, 25 Feb 1999 16:36:07 +0000 (16:36 +0000)] 
Authors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
Modifies parameter list of a couple of functions to comply with SDK.

25 years agoScrollDC32 modified to return rect in logical coordinate.
Pascal Lessard [Thu, 25 Feb 1999 16:35:22 +0000 (16:35 +0000)] 
ScrollDC32 modified to return rect in logical coordinate.

25 years agoAdds C++ nameless union support to tagVARIANT.
Adrian Thurston [Thu, 25 Feb 1999 16:34:13 +0000 (16:34 +0000)] 
Adds C++ nameless union support to tagVARIANT.

25 years agoMoved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
Adrian Thurston [Thu, 25 Feb 1999 16:32:10 +0000 (16:32 +0000)] 
Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
Removed a redundant include.
Added some c++ protection.

25 years agoChanged pidl structure to match the pidl's used in lnk-files.
Juergen Schmied [Wed, 24 Feb 1999 15:58:51 +0000 (15:58 +0000)] 
Changed pidl structure to match the pidl's used in lnk-files.

25 years agoImplemented reading of *.lnk-files.
Juergen Schmied [Wed, 24 Feb 1999 15:58:26 +0000 (15:58 +0000)] 
Implemented reading of *.lnk-files.

25 years agonew file, including the IShellLink definition.
Juergen Schmied [Wed, 24 Feb 1999 15:57:20 +0000 (15:57 +0000)] 
new file, including the IShellLink definition.

25 years agoModified process creation sequence: call PE_CreateModule in the
Ulrich Weigand [Wed, 24 Feb 1999 14:27:07 +0000 (14:27 +0000)] 
Modified process creation sequence: call PE_CreateModule in the
context of the new process (in TASK_CallToStart).
Changed all PE/Module routines so as to always operate on the current
process; adapted all callers.

25 years agoOptimized away more includes, readded some #includes for necessary
Marcus Meissner [Wed, 24 Feb 1999 13:05:13 +0000 (13:05 +0000)] 
Optimized away more includes, readded some #includes for necessary
prototypes.

25 years agoAdded low-level Netware installation check.
<smil@mechatronika.hu> [Wed, 24 Feb 1999 13:03:40 +0000 (13:03 +0000)] 
Added low-level Netware installation check.

25 years agoAdded GetBackgroundColor call to the console struct. Will be used
Joseph Pranevich [Wed, 24 Feb 1999 11:08:29 +0000 (11:08 +0000)] 
Added GetBackgroundColor call to the console struct. Will be used
later.

25 years agoBugfixes for INT 10/0B (SetBackgroundColor) to work properly.
Joseph Pranevich [Wed, 24 Feb 1999 10:58:37 +0000 (10:58 +0000)] 
Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
(Interrupt list did not have correct.)

25 years agoAdded stubs for two missing methods of DInput.
Lionel Ulmer [Wed, 24 Feb 1999 10:53:30 +0000 (10:53 +0000)] 
Added stubs for two missing methods of DInput.

25 years agoFixed a bug.
Thuy Nguyen [Wed, 24 Feb 1999 10:52:26 +0000 (10:52 +0000)] 
Fixed a bug.

25 years agoAdded support for larger files.
Thuy Nguyen [Wed, 24 Feb 1999 10:36:34 +0000 (10:36 +0000)] 
Added support for larger files.

25 years agoFixes buffer overrun problems with GetDIBits.
Huw D M Davies [Wed, 24 Feb 1999 09:47:37 +0000 (09:47 +0000)] 
Fixes buffer overrun problems with GetDIBits.

25 years agoFixed some SendMessage bugs.
Stephane Lussier [Wed, 24 Feb 1999 09:43:09 +0000 (09:43 +0000)] 
Fixed some SendMessage bugs.

25 years agoFix COM_ExternalLockFreeList to do not fail with an empty list.
Sylvain St.Germain [Wed, 24 Feb 1999 09:42:30 +0000 (09:42 +0000)] 
Fix COM_ExternalLockFreeList to do not fail with an empty list.

25 years agoImplemented some CRTDLL string functions.
Zygo Blaxell [Mon, 22 Feb 1999 10:21:56 +0000 (10:21 +0000)] 
Implemented some CRTDLL string functions.

25 years agoSome more recursive include fixes/optimizations.
Marcus Meissner [Mon, 22 Feb 1999 10:16:00 +0000 (10:16 +0000)] 
Some more recursive include fixes/optimizations.

25 years ago- eliminated one element of the pidl struct (dwSFGAO)
Juergen Schmied [Mon, 22 Feb 1999 09:57:12 +0000 (09:57 +0000)] 
- eliminated one element of the pidl struct (dwSFGAO)
- changed some superflous FIXME

25 years ago- header uses the last macros now
Juergen Schmied [Mon, 22 Feb 1999 09:53:59 +0000 (09:53 +0000)] 
- header uses the last macros now
- rewrote IDropTarget according to the new COM headers
  (was local declared not using the already written prototypes)
- corrected Drop method (wrong parameter count)

25 years agoUpdated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
Francois Gouget [Mon, 22 Feb 1999 09:52:54 +0000 (09:52 +0000)] 
Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
Added the interface implementation structures.
I remembered from an email that even when asked for a
IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
considered that we would only implement the latter. The
IDirectInputDeviceA_xxx methods have been renamed to
IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
implementation as before.
Renamed the implementation structures to XxxImpl.

25 years agoUse latest COM macros
Francois Gouget [Mon, 22 Feb 1999 09:50:36 +0000 (09:50 +0000)] 
Use latest COM macros
Defined the IDirectInputDeviceA interface independently from
IDirectInputDevice2A.
Removed the 32 suffix of the interfaces. Hopefully this will not
cause any problem with the renaming.
Moved the implementation specific stuff to dinput.c (well, the
interfaces at least).

25 years agoChanged initial process creation to avoid memory allocations.
Alexandre Julliard [Sun, 21 Feb 1999 18:35:27 +0000 (18:35 +0000)] 
Changed initial process creation to avoid memory allocations.
Removed a few unused fields in PDB and THDB.

25 years agoRemoved thread queue functions.
Alexandre Julliard [Sun, 21 Feb 1999 18:34:18 +0000 (18:34 +0000)] 
Removed thread queue functions.
Changed initial thread creation to avoid memory allocations.
Moved server startup to THREAD_CreateInitialThread.

25 years agoRemoved use of per-thread wait_struct, cleaned up a bit.
Alexandre Julliard [Sun, 21 Feb 1999 18:29:59 +0000 (18:29 +0000)] 
Removed use of per-thread wait_struct, cleaned up a bit.

25 years agoRemoved MEM_MAPPED_FILE_Ops.
Alexandre Julliard [Sun, 21 Feb 1999 18:28:40 +0000 (18:28 +0000)] 
Removed MEM_MAPPED_FILE_Ops.

25 years agoAdded a few exception codes.
Alexandre Julliard [Sun, 21 Feb 1999 18:27:28 +0000 (18:27 +0000)] 
Added a few exception codes.

25 years ago- Fix headers to include less or smaller header files.
Michael Veksler [Sun, 21 Feb 1999 18:23:26 +0000 (18:23 +0000)] 
- Fix headers to include less or smaller header files.
- Fix header and source files to include missing header files to avoid
  warnings and errors.

25 years agoChange "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
Marcus Meissner [Sun, 21 Feb 1999 18:18:42 +0000 (18:18 +0000)] 
Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
wine_sigaction __PIC__ cases, since "g" will not work with
-fomit-frame-pointer ("g" is referenced using %esp which was
invalidated before). Bug found and (other) fix suggested by
<daniel@mat.utfsm.cl> Daniel Serpell.

25 years agoAdded missing WINAPIs.
Marcus Meissner [Sun, 21 Feb 1999 18:16:08 +0000 (18:16 +0000)] 
Added missing WINAPIs.

25 years agoFix problem where you need mouse activity to unlock some 16 bits
Stephane Lussier [Sun, 21 Feb 1999 18:15:26 +0000 (18:15 +0000)] 
Fix problem where you need mouse activity to unlock some 16 bits
thread with multi-threaded apps.

25 years agoImplemented the OleCreateFontIndirect method and the associated COM
Francis Beaudet [Sat, 20 Feb 1999 16:48:53 +0000 (16:48 +0000)] 
Implemented the OleCreateFontIndirect method and the associated COM
object. That object supports the IFont and IDispatch interfaces.

25 years agoProblems reported by Donald Page, PR 105-107.
Marcus Meissner [Sat, 20 Feb 1999 16:46:39 +0000 (16:46 +0000)] 
Problems reported by Donald Page, PR 105-107.

25 years agoMore commenting, better debugging of color problems, and support for
Joseph Pranevich [Sat, 20 Feb 1999 16:43:40 +0000 (16:43 +0000)] 
More commenting, better debugging of color problems, and support for
the new TerminalType option in wine.ini. This allows us to select
which terminal type we are really using so that we can, for example,
use its color capabilities.

25 years agoSupport for the new InitialRows andf InitialColumns options in wine.ini
Joseph Pranevich [Sat, 20 Feb 1999 16:42:49 +0000 (16:42 +0000)] 
Support for the new InitialRows andf InitialColumns options in wine.ini
(Generic replacement for XtermResolution option...)

25 years agoFix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
Joseph Pranevich [Sat, 20 Feb 1999 16:42:17 +0000 (16:42 +0000)] 
Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.

25 years agoRemoval of obsolete XtermResolution option.
Joseph Pranevich [Sat, 20 Feb 1999 16:41:58 +0000 (16:41 +0000)] 
Removal of obsolete XtermResolution option.

25 years agoAdd information about the new wine.conf options.
Joseph Pranevich [Sat, 20 Feb 1999 16:41:29 +0000 (16:41 +0000)] 
Add information about the new wine.conf options.

25 years agoFixed backtrack issue on 16bit code.
Eric Pouech [Sat, 20 Feb 1999 16:40:47 +0000 (16:40 +0000)] 
Fixed backtrack issue on 16bit code.

25 years agoChanged LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
Eric Pouech [Sat, 20 Feb 1999 16:40:26 +0000 (16:40 +0000)] 
Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)

25 years agoFixed comment for Wine documentation.
Eric Pouech [Sat, 20 Feb 1999 16:39:51 +0000 (16:39 +0000)] 
Fixed comment for Wine documentation.

25 years agoAdded get/set_handle_info request.
Alexandre Julliard [Sat, 20 Feb 1999 16:13:28 +0000 (16:13 +0000)] 
Added get/set_handle_info request.

25 years agoFixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
Alexandre Julliard [Sat, 20 Feb 1999 16:10:38 +0000 (16:10 +0000)] 
Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.

25 years agoFix a couple of 64bit platform problems and speed up compilation. See
Bertho Stultiens [Sat, 20 Feb 1999 16:09:24 +0000 (16:09 +0000)] 
Fix a couple of 64bit platform problems and speed up compilation. See
tools/wrc/CHANGES for details.