wine
26 years agoFix for files which do not contain exports (fg, EXE) to get processed
Sergey Turchanov [Sun, 24 Jan 1999 09:44:06 +0000 (09:44 +0000)] 
Fix for files which do not contain exports (fg, EXE) to get processed
for debug information.

26 years agoImplemented KERNEL.621 (CBClientThunkSLEx).
Ulrich Weigand [Sun, 24 Jan 1999 09:43:08 +0000 (09:43 +0000)] 
Implemented KERNEL.621 (CBClientThunkSLEx).

26 years agoAllow switching off/on of debugmsgs in the debugger.
Marcus Meissner [Sun, 24 Jan 1999 09:37:33 +0000 (09:37 +0000)] 
Allow switching off/on of debugmsgs in the debugger.

26 years agoImplemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
Andreas Mohr [Sun, 24 Jan 1999 09:32:10 +0000 (09:32 +0000)] 
Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
data.

26 years agoImplemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
Andreas Mohr [Sat, 23 Jan 1999 14:15:17 +0000 (14:15 +0000)] 
Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
WIN16_PeekMessage32 and WIN16_TranslateMessage32.

26 years ago- some fixes, cleaned up includes, fixed leaks
Juergen Schmied [Sat, 23 Jan 1999 14:12:48 +0000 (14:12 +0000)] 
- some fixes, cleaned up includes, fixed leaks
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
  CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented  ShellExecuteEx32W

26 years agoMoved the instance creation of GUID's to a new file.
Juergen Schmied [Sat, 23 Jan 1999 14:06:44 +0000 (14:06 +0000)] 
Moved the instance creation of GUID's to a new file.
Size of compobj.o goes down to 1/3; should prevent more sig11's.

26 years agoNew file to instantiate GUID's ms-like.
Juergen Schmied [Sat, 23 Jan 1999 14:05:28 +0000 (14:05 +0000)] 
New file to instantiate GUID's ms-like.

26 years agoSet private data struct to NULL to expose problems in other code
Marcus Meissner [Sat, 23 Jan 1999 14:03:11 +0000 (14:03 +0000)] 
Set private data struct to NULL to expose problems in other code
better. Fixes the XUnmapWindow problems reported by replacing them
with NULL ptr dereferences.

26 years agoFixed typos.
Zygo Blaxell [Sat, 23 Jan 1999 14:02:08 +0000 (14:02 +0000)] 
Fixed typos.

26 years agoDOS programs use handles 0-4 without opening/closing any of those
Marcus Meissner [Sat, 23 Jan 1999 14:01:08 +0000 (14:01 +0000)] 
DOS programs use handles 0-4 without opening/closing any of those
handles first. Split up Init from AllocDosHandle and call it from
the DOSVM.

26 years agoRemove configure.in->configure rule (we might not have autoconf).
Marcus Meissner [Sat, 23 Jan 1999 13:59:51 +0000 (13:59 +0000)] 
Remove configure.in->configure rule (we might not have autoconf).

26 years agoAdded "user-friendly" warning for missing X.
Ove Kaaven [Sat, 23 Jan 1999 13:59:11 +0000 (13:59 +0000)] 
Added "user-friendly" warning for missing X.

26 years agoFixed GetObject macro problem.
Alexandre Julliard [Sat, 23 Jan 1999 12:37:00 +0000 (12:37 +0000)] 
Fixed GetObject macro problem.

26 years ago- updated documentation to be in sync with current code
Lionel Ulmer [Sat, 23 Jan 1999 12:34:36 +0000 (12:34 +0000)] 
- updated documentation to be in sync with current code

26 years ago- various warning and bug fixes
Lionel Ulmer [Sat, 23 Jan 1999 12:33:16 +0000 (12:33 +0000)] 
- various warning and bug fixes

26 years ago- added more texture formats using OpenGL's packed pixel formats
Lionel Ulmer [Sat, 23 Jan 1999 12:32:46 +0000 (12:32 +0000)] 
- added more texture formats using OpenGL's packed pixel formats

26 years ago- better support for ExecuteBuffers
Lionel Ulmer [Sat, 23 Jan 1999 12:29:44 +0000 (12:29 +0000)] 
- better support for ExecuteBuffers

26 years ago- corrected bug in Z Buffer allocation
Lionel Ulmer [Sat, 23 Jan 1999 12:25:51 +0000 (12:25 +0000)] 
- corrected bug in Z Buffer allocation
- put VIDEOMEMORY flag for all primary surfaces
- put something in a surface after a ReleaseDC

26 years agoMissing WINAPI.
Morten Welinder [Sat, 23 Jan 1999 12:23:13 +0000 (12:23 +0000)] 
Missing WINAPI.

26 years agoRemoved DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
Niclas Karlsson [Sat, 23 Jan 1999 12:22:20 +0000 (12:22 +0000)] 
Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.

26 years agoCheck opened enhmetafile for magic values.
Marcus Meissner [Sat, 23 Jan 1999 12:20:41 +0000 (12:20 +0000)] 
Check opened enhmetafile for magic values.

26 years agoFixed duplicate sound buffer handling. Updated status.
Rob Riggs [Sat, 23 Jan 1999 12:19:34 +0000 (12:19 +0000)] 
Fixed duplicate sound buffer handling. Updated status.

26 years agoNew functions lmemcpynAtoW and lmemcpynWtoA for converting
Juergen Schmied [Sat, 23 Jan 1999 12:11:09 +0000 (12:11 +0000)] 
New functions  lmemcpynAtoW and  lmemcpynWtoA for converting
REG_MULTI_SZ (including \0x00)
Better debug output for REG_BINARY and REG_MULTI_SZ
Rewritten RegQueryValueEx32[A|W]

26 years agoImplemented CreateHalftonePalette.
Juergen Schmied [Sat, 23 Jan 1999 12:09:30 +0000 (12:09 +0000)] 
Implemented CreateHalftonePalette.
Fixed 3 crashes (1 real, 2 potential).

26 years agoImplemented ExtractIconEx16, added some consts to ExtractIconEx*.
Marcus Meissner [Sat, 23 Jan 1999 11:56:39 +0000 (11:56 +0000)] 
Implemented ExtractIconEx16, added some consts to ExtractIconEx*.

26 years agoDoDragDrop and OleIsCurrentClipboard stub implementation.
Sylvain St.Germain [Sat, 23 Jan 1999 11:54:12 +0000 (11:54 +0000)] 
DoDragDrop and OleIsCurrentClipboard stub implementation.

26 years agoMake LoadTypeLib stub return failure instead of success.
Francis Beaudet [Sat, 23 Jan 1999 11:53:21 +0000 (11:53 +0000)] 
Make LoadTypeLib stub return failure instead of success.

26 years agoFixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
Marcus Meissner [Fri, 22 Jan 1999 17:09:46 +0000 (17:09 +0000)] 
Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
API, PE_ACCEL for PE Accelerators. See documentation/accelerators.

26 years agoThere were two copies of the DdeCmpStringHandles (A and W) and that
Francis Beaudet [Thu, 21 Jan 1999 14:05:11 +0000 (14:05 +0000)] 
There were two copies of the DdeCmpStringHandles (A and W) and that
API does not have 2 versions. Removed the extra version.

26 years agoSmall patch.
Pablo Saratxaga [Wed, 20 Jan 1999 14:54:01 +0000 (14:54 +0000)] 
Small patch.

26 years agoWin32 console needs SYNCHRONIZE access.
Marcus Meissner [Wed, 20 Jan 1999 14:46:49 +0000 (14:46 +0000)] 
Win32 console needs SYNCHRONIZE access.

26 years agoautoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
Marcus Meissner [Wed, 20 Jan 1999 14:18:55 +0000 (14:18 +0000)] 
autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
fixed includers.

26 years agoLCMapStringA: if dstlen is insufficient, return
Marcus Meissner [Wed, 20 Jan 1999 14:13:02 +0000 (14:13 +0000)] 
LCMapStringA: if dstlen is insufficient, return
ERROR_INSUFFICIENT_BUFFER (verified).

26 years agoSome small fixes to enhmetafiles.
Marcus Meissner [Wed, 20 Jan 1999 14:11:07 +0000 (14:11 +0000)] 
Some small fixes to enhmetafiles.

26 years agoDo not call ownerdraw for invalid items (empty focusrects).
Marcus Meissner [Wed, 20 Jan 1999 14:08:00 +0000 (14:08 +0000)] 
Do not call ownerdraw for invalid items (empty focusrects).
Fixes Eudora 16bit empty Inbox problem.

26 years agoFixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
Noomen Hamza [Wed, 20 Jan 1999 14:03:49 +0000 (14:03 +0000)] 
Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
these functions with the same logic as the NC_DrawCloseButton function.

26 years agoReparenting a window with SetParent in Windows should cause the child
Noel Borthwick [Wed, 20 Jan 1999 13:50:13 +0000 (13:50 +0000)] 
Reparenting a window with SetParent in Windows should cause the child
window being re-parented to be moved up to the topmost in the z-order,
and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.

26 years agoUse external DirectPlay DLLs by default.
Robert Riggs [Wed, 20 Jan 1999 13:46:39 +0000 (13:46 +0000)] 
Use external DirectPlay DLLs by default.

26 years agoAllow passing task handles to GetThreadQueue() and SetFastQueue().
Ulrich Weigand [Wed, 20 Jan 1999 13:35:34 +0000 (13:35 +0000)] 
Allow passing task handles to GetThreadQueue() and SetFastQueue().

26 years agoHandle (console) applications that never created a queue correctly
Ulrich Weigand [Wed, 20 Jan 1999 13:16:32 +0000 (13:16 +0000)] 
Handle (console) applications that never created a queue correctly
in USER_AppExit(); call InitThreadInput() in InitApp().

26 years ago- Fixed creation of message queue in hook API routines.
Ulrich Weigand [Wed, 20 Jan 1999 13:11:45 +0000 (13:11 +0000)] 
- Fixed creation of message queue in hook API routines.
- Some preparations for thread-local message queues.

26 years agoCheck module name length in ModuleNext().
Ulrich Weigand [Wed, 20 Jan 1999 13:08:23 +0000 (13:08 +0000)] 
Check module name length in ModuleNext().

26 years agoUse Callout to call RedrawWindow32.
Ulrich Weigand [Wed, 20 Jan 1999 12:52:10 +0000 (12:52 +0000)] 
Use Callout to call RedrawWindow32.

26 years agoClear DOS extended error only for funcs >=0x2f (thanks to Dave
Ove Kaaven [Wed, 20 Jan 1999 12:45:32 +0000 (12:45 +0000)] 
Clear DOS extended error only for funcs >=0x2f (thanks to Dave
Pickles).

26 years agoUnified palette create, do allocate colorcells on init for DGA.
Marcus Meissner [Wed, 20 Jan 1999 12:25:56 +0000 (12:25 +0000)] 
Unified palette create, do allocate colorcells on init for DGA.

26 years agoHacked server-side device support
Alexandre Julliard [Tue, 19 Jan 1999 17:48:23 +0000 (17:48 +0000)] 
Hacked server-side device support
Added user APCs support.
Many changes to the xterm console to make use of the server (not
finished yet).
Moved some other small stuff to the server.

26 years agoAdded long type format.
Alexandre Julliard [Tue, 19 Jan 1999 17:06:13 +0000 (17:06 +0000)] 
Added long type format.

26 years agoAdded server-side device support (only a hack for now).
Alexandre Julliard [Tue, 19 Jan 1999 16:31:32 +0000 (16:31 +0000)] 
Added server-side device support (only a hack for now).

26 years agoGroup commit for recovery after disk crash.
Alexandre Julliard [Sun, 17 Jan 1999 16:55:11 +0000 (16:55 +0000)] 
Group commit for recovery after disk crash.
See Changelog for changes WRT release 990110.

26 years agoRecovery of release 990110 after disk crash. wine-990110
Alexandre Julliard [Sun, 17 Jan 1999 16:32:32 +0000 (16:32 +0000)] 
Recovery of release 990110 after disk crash.
See Changelog for changes between 990103 and 990110.

26 years agoRelease 990103. wine-990103
Alexandre Julliard [Sun, 3 Jan 1999 17:27:57 +0000 (17:27 +0000)] 
Release 990103.

26 years ago- beginning of implementation of Direct3D2 (DX 5.0) and associated classes
Lionel Ulmer [Sun, 3 Jan 1999 17:00:19 +0000 (17:00 +0000)] 
- beginning of implementation of Direct3D2 (DX 5.0) and associated classes
- some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
- added stretching to Blt function

26 years agoTry to autodetect NT4.
Marcus Meissner [Sun, 3 Jan 1999 16:18:57 +0000 (16:18 +0000)] 
Try to autodetect NT4.

26 years ago0 means success, all else failure for WaitForSingleObject.
Marcus Meissner [Sun, 3 Jan 1999 16:18:33 +0000 (16:18 +0000)] 
0 means success, all else failure for WaitForSingleObject.

26 years agoDo not advance the cursor in certain routines. This cleaned up the
Joseph Pranevich [Sun, 3 Jan 1999 16:16:36 +0000 (16:16 +0000)] 
Do not advance the cursor in certain routines. This cleaned up the
implementation quite a bit.

26 years agoSet console video mode when loading DOS app. (Eventually, I want to
Joseph Pranevich [Sun, 3 Jan 1999 16:16:14 +0000 (16:16 +0000)] 
Set console video mode when loading DOS app. (Eventually, I want to
mimic Windows 9x's behavior by setting the video mode only when non
INT 21 calls are used to allow for arbitrary-sized consoles).

26 years agoXterm driver can now resize the terminal when a mode change is
Joseph Pranevich [Sun, 3 Jan 1999 16:15:39 +0000 (16:15 +0000)] 
Xterm driver can now resize the terminal when a mode change is
detected.

26 years agoLong standing scroll bug fixed!
Joseph Pranevich [Sun, 3 Jan 1999 16:15:12 +0000 (16:15 +0000)] 
Long standing scroll bug fixed!

26 years agoRewrite of configuration system to support "regular" curses as well as
Joseph Pranevich [Sun, 3 Jan 1999 16:14:34 +0000 (16:14 +0000)] 
Rewrite of configuration system to support "regular" curses as well as
eliminating the --with-ncurses option. Now, ncurses support will be
built in if a compatible library is detected.

26 years agoFix the return type of DLGPROC type and mask out the unset highword of
NF Stevens [Sun, 3 Jan 1999 16:13:08 +0000 (16:13 +0000)] 
Fix the return type of DLGPROC type and mask out the unset highword of
the return when a 16 bit dialog proc is called.

26 years agoAdd interface ID's for upcoming ITypeLib implementation.
Rein Klazes [Sun, 3 Jan 1999 16:12:29 +0000 (16:12 +0000)] 
Add interface ID's for upcoming ITypeLib implementation.

26 years agoBugfix for trailing slashes, repetition of '/' or '\' and
Juergen Schmied [Sun, 3 Jan 1999 16:12:01 +0000 (16:12 +0000)] 
Bugfix for trailing slashes, repetition of '/' or '\' and
SetLastError() in GetFullPathname.

26 years agoMoved ADVAPI32 files to dlls/advapi32.
Juergen Schmied [Sun, 3 Jan 1999 12:48:29 +0000 (12:48 +0000)] 
Moved ADVAPI32 files to dlls/advapi32.
Added stubs for eventlog functions.

26 years agoNew stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
Juergen Schmied [Sun, 3 Jan 1999 12:35:52 +0000 (12:35 +0000)] 
New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
Cleanup, some more functions UNICODE ready.

26 years agoSHCloneSpecialIDList implemented.
Juergen Schmied [Sun, 3 Jan 1999 12:34:01 +0000 (12:34 +0000)] 
SHCloneSpecialIDList implemented.
SHGetDataFromIDListA corrected.

26 years agoShell_GetCachedImageIndex32[A|W] implemented.
Juergen Schmied [Sun, 3 Jan 1999 12:33:08 +0000 (12:33 +0000)] 
Shell_GetCachedImageIndex32[A|W] implemented.

26 years agoImplemented raw device access calls for ioctlGenericBlkDevReq()
Andreas Mohr [Sun, 3 Jan 1999 12:31:51 +0000 (12:31 +0000)] 
Implemented raw device access calls for ioctlGenericBlkDevReq()
and therefore moved the core functionality of int2[56].c into files/drive.c.

26 years agoAdded automatic CMOS RAM checksum calculation.
Andreas Mohr [Sun, 3 Jan 1999 12:30:43 +0000 (12:30 +0000)] 
Added automatic CMOS RAM checksum calculation.

26 years agoSendASPI32Command32 has to be __cdecl.
Andreas Mohr [Sun, 3 Jan 1999 12:30:02 +0000 (12:30 +0000)] 
SendASPI32Command32 has to be __cdecl.
Updated documentation/aspi and reverted an ERR back to WARN.

26 years agoOf course we want the last 100 lines, not the first 100 lines.
James Juran [Sun, 3 Jan 1999 12:28:44 +0000 (12:28 +0000)] 
Of course we want the last 100 lines, not the first 100 lines.
Use 'tail' instead of 'head'. Also fix text alignment from
previous patch.

26 years agoReading joystick 5 when we only support 4 should fail instead of
Ove Kaaven [Sun, 3 Jan 1999 12:28:03 +0000 (12:28 +0000)] 
Reading joystick 5 when we only support 4 should fail instead of
hang.

26 years agoPlaying a non-existent CD should fail instead of crash.
Ove Kaaven [Sun, 3 Jan 1999 12:27:28 +0000 (12:27 +0000)] 
Playing a non-existent CD should fail instead of crash.

26 years agoCheck for necessary configure reruns for Makefile and Make.rules
Marcus Meissner [Sun, 3 Jan 1999 12:26:22 +0000 (12:26 +0000)] 
Check for necessary configure reruns for Makefile and Make.rules
generation.

26 years agoEmulates ins/outs correctly for DOS programs.
Ove Kaaven [Sun, 3 Jan 1999 12:25:41 +0000 (12:25 +0000)] 
Emulates ins/outs correctly for DOS programs.

26 years agoImplemented file sharing checks in the server.
Alexandre Julliard [Sun, 3 Jan 1999 11:55:56 +0000 (11:55 +0000)] 
Implemented file sharing checks in the server.
Added set file time server request.
Overall clean up of the file handling (DOS device handling is now
broken, should be redone).

26 years agoFixed bug in CreateFileMapping when name is not NULL.
Alexandre Julliard [Sat, 2 Jan 1999 08:22:34 +0000 (08:22 +0000)] 
Fixed bug in CreateFileMapping when name is not NULL.

26 years agoFixed CHECK_STRING display.
Alexandre Julliard [Sat, 2 Jan 1999 08:21:54 +0000 (08:21 +0000)] 
Fixed CHECK_STRING display.

26 years agoPut return value of LocalAlloc in CX too.
Richard A Lough [Fri, 1 Jan 1999 19:51:25 +0000 (19:51 +0000)] 
Put return value of LocalAlloc in CX too.

26 years agoProtect against multiple includes.
Dimitrie O. Paun [Fri, 1 Jan 1999 19:50:40 +0000 (19:50 +0000)] 
Protect against multiple includes.

26 years agoUse proper system directory.
Alexandre Julliard [Fri, 1 Jan 1999 19:50:03 +0000 (19:50 +0000)] 
Use proper system directory.

26 years agoGot rid of CLIENT_GetProcessInfo.
Alexandre Julliard [Fri, 1 Jan 1999 18:59:01 +0000 (18:59 +0000)] 
Got rid of CLIENT_GetProcessInfo.

26 years agoMoves more stuff from windows.h.
Michael Veksler [Fri, 1 Jan 1999 18:57:33 +0000 (18:57 +0000)] 
Moves more stuff from windows.h.
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
  longer included from windows.h

26 years agoFixed CloseHandle() on global handles.
Alexandre Julliard [Fri, 1 Jan 1999 18:46:35 +0000 (18:46 +0000)] 
Fixed CloseHandle() on global handles.

26 years agoAdd some information to the man page and README file.
James Juran [Fri, 1 Jan 1999 18:45:52 +0000 (18:45 +0000)] 
Add some information to the man page and README file.
Make documentation/win95look say [Tweak.Layout] instead of
[Tweaks.Layout].
Fix incorrect command given in documentation/bugreports.
Standard error was not being redirected, so most of the
output was lost.

26 years agoDelphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
NF Stevens [Fri, 1 Jan 1999 18:45:03 +0000 (18:45 +0000)] 
Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.

26 years agoInitialize lpdwNeeded.
NF Stevens [Fri, 1 Jan 1999 18:44:39 +0000 (18:44 +0000)] 
Initialize lpdwNeeded.

26 years agoInclude stuff even if not on __i386__ for debug defines.
Marcus Meissner [Fri, 1 Jan 1999 18:43:50 +0000 (18:43 +0000)] 
Include stuff even if not on __i386__ for debug defines.

26 years agoAnother // comment fixed.
Marcus Meissner [Fri, 1 Jan 1999 18:43:12 +0000 (18:43 +0000)] 
Another // comment fixed.

26 years agoNeed <errno.h> for errno decl. on Solaris.
Marcus Meissner [Fri, 1 Jan 1999 18:42:17 +0000 (18:42 +0000)] 
Need <errno.h> for errno decl. on Solaris.

26 years agoImplement TranslateCharsetInfo, change charset type to BYTE.
Douglas Ridgway [Fri, 1 Jan 1999 18:41:22 +0000 (18:41 +0000)] 
Implement TranslateCharsetInfo, change charset type to BYTE.

26 years agoBetter CB_SETCURSEL message handling.
Alex Korobka [Fri, 1 Jan 1999 18:40:02 +0000 (18:40 +0000)] 
Better CB_SETCURSEL message handling.

26 years agoMoved MsgWaitForMultipleObject implementation to USER routines, using
Alexandre Julliard [Fri, 1 Jan 1999 17:05:53 +0000 (17:05 +0000)] 
Moved MsgWaitForMultipleObject implementation to USER routines, using
a normal Win32 event.

26 years agoSend debugging output to stderr.
Alexandre Julliard [Fri, 1 Jan 1999 17:04:42 +0000 (17:04 +0000)] 
Send debugging output to stderr.

26 years agoCleaned up and removed some no longer used code.
Alexandre Julliard [Fri, 1 Jan 1999 17:04:00 +0000 (17:04 +0000)] 
Cleaned up and removed some no longer used code.

26 years agoUse server file mapping objects.
Alexandre Julliard [Fri, 1 Jan 1999 17:01:18 +0000 (17:01 +0000)] 
Use server file mapping objects.

26 years agoAdded server-side file mapping object support.
Alexandre Julliard [Fri, 1 Jan 1999 16:59:27 +0000 (16:59 +0000)] 
Added server-side file mapping object support.

26 years agoHacked stdio functions to use Win32 file handles. Still needs a proper
Alexandre Julliard [Fri, 1 Jan 1999 16:56:22 +0000 (16:56 +0000)] 
Hacked stdio functions to use Win32 file handles. Still needs a proper
stdio emulation.

26 years agoUse Win32 file handles instead of Unix ones.
Alexandre Julliard [Fri, 1 Jan 1999 16:55:02 +0000 (16:55 +0000)] 
Use Win32 file handles instead of Unix ones.

26 years agoTake into account handle inheritance flag.
Alexandre Julliard [Fri, 1 Jan 1999 16:53:11 +0000 (16:53 +0000)] 
Take into account handle inheritance flag.