wine
26 years agoImplementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
Alex Priem [Sat, 10 Jul 1999 10:19:48 +0000 (10:19 +0000)] 
Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
to use the same code path.

26 years agoFix InitTask() to work if DGROUP was manually resized.
Ulrich Weigand [Sat, 10 Jul 1999 10:18:26 +0000 (10:18 +0000)] 
Fix InitTask() to work if DGROUP was manually resized.

26 years agoAdded stub for SetThreadToken(), required by Office 2000.
Ian Schmidt [Sat, 10 Jul 1999 10:17:27 +0000 (10:17 +0000)] 
Added stub for SetThreadToken(), required by Office 2000.

26 years agoBugfix: COMMDLG hook procedures were not CALLBACK.
Ulrich Weigand [Sat, 10 Jul 1999 10:15:15 +0000 (10:15 +0000)] 
Bugfix: COMMDLG hook procedures were not CALLBACK.

26 years agoIt is possible for a stream to have both small block and big block
Thuy Nguyen [Sat, 10 Jul 1999 10:13:50 +0000 (10:13 +0000)] 
It is possible for a stream to have both small block and big block
chain as NULL.

26 years agoMade string compare case insensitive in GetModuleHandle16() as a
Marcus Meissner [Sat, 10 Jul 1999 10:12:43 +0000 (10:12 +0000)] 
Made string compare case insensitive in GetModuleHandle16() as a
quick fix for WinWord 6.

26 years agoAdded stub for WNetGetUniversalName[A|W].
Juergen Schmied [Sat, 10 Jul 1999 10:11:40 +0000 (10:11 +0000)] 
Added stub for WNetGetUniversalName[A|W].

26 years agoFixed crash due to invalid GDI_Obj.
Juergen Schmied [Sat, 10 Jul 1999 10:10:43 +0000 (10:10 +0000)] 
Fixed crash due to invalid GDI_Obj.

26 years agoFixed crash due to invalid pointer.
Juergen Schmied [Sat, 10 Jul 1999 10:09:58 +0000 (10:09 +0000)] 
Fixed crash due to invalid pointer.

26 years agoRelease 990704. wine-990704
Alexandre Julliard [Sun, 4 Jul 1999 16:27:43 +0000 (16:27 +0000)] 
Release 990704.

26 years agoConverted to the new debug interface, using script written by Patrik
Alexandre Julliard [Sun, 4 Jul 1999 16:02:24 +0000 (16:02 +0000)] 
Converted to the new debug interface, using script written by Patrik
Stridvall.

26 years agoStarted on an implementation of Win64 for use on 64 bit platforms.
Patrik Stridvall [Sun, 4 Jul 1999 15:56:03 +0000 (15:56 +0000)] 
Started on an implementation of Win64 for use on 64 bit platforms.

26 years agoWindows should be activated in these cases:
Noomen Hamza [Sun, 4 Jul 1999 15:54:11 +0000 (15:54 +0000)] 
Windows should be activated in these cases:
1- when we click on non active window.
2- when we cancel a moving or resizing of a non active window.

26 years agoAdded sample wine.conf.
Marcus Meissner [Sun, 4 Jul 1999 15:50:08 +0000 (15:50 +0000)] 
Added sample wine.conf.

26 years agoMoved code to the X11 driver.
Patrik Stridvall [Sun, 4 Jul 1999 13:31:03 +0000 (13:31 +0000)] 
Moved code to the X11 driver.

26 years agoFixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
Joshua Thielen [Sun, 4 Jul 1999 12:55:10 +0000 (12:55 +0000)] 
Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.

26 years agoWIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
Uwe Bonnes [Sun, 4 Jul 1999 12:52:14 +0000 (12:52 +0000)] 
WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.

26 years agoFixed check for whether to call SetWindowPos when showing a window
Ove Kaaven [Sun, 4 Jul 1999 12:48:38 +0000 (12:48 +0000)] 
Fixed check for whether to call SetWindowPos when showing a window
scroll bar.

26 years agoCheck for complete lcid or just the primary language id in the
Marcus Meissner [Sun, 4 Jul 1999 12:47:53 +0000 (12:47 +0000)] 
Check for complete lcid or just the primary language id in the
registry lookups (fixes one FirstClassClient 32 problem).

26 years agoFixed a problem with apps that override the default behaviour on
Per Ångström [Sun, 4 Jul 1999 12:46:37 +0000 (12:46 +0000)] 
Fixed a problem with apps that override the default behaviour on
WM_MOUSEACTIVATE message (main window was not activated).

26 years agoWhen enumerating resource, only use the lower 31 bit of the name as
Marcus Meissner [Sun, 4 Jul 1999 12:44:29 +0000 (12:44 +0000)] 
When enumerating resource, only use the lower 31 bit of the name as
the offset (for the highest bit is '1'). Should fix wine-net/257.

26 years agoFixes for compile on non-Intel platforms.
Patrik Stridvall [Sun, 4 Jul 1999 11:05:57 +0000 (11:05 +0000)] 
Fixes for compile on non-Intel platforms.

26 years agoFixed/moved/added missing/wrong function prototypes.
Patrik Stridvall [Sun, 4 Jul 1999 11:01:21 +0000 (11:01 +0000)] 
Fixed/moved/added missing/wrong function prototypes.

26 years agoCleanup of the Danish support.
Henrik Olsen [Sun, 4 Jul 1999 10:58:35 +0000 (10:58 +0000)] 
Cleanup of the Danish support.

26 years agoFix a bug in SetWindowPos to prevent parent from erasing its child
Yuxi Zhang [Sun, 4 Jul 1999 10:53:43 +0000 (10:53 +0000)] 
Fix a bug in SetWindowPos to prevent parent from erasing its child
painting area when parent window and child window don't have
WS_CLIPCHILDREN and WS_CLIPSIBLINGS.

26 years agoMake defwndproc erase the correct location.
Yuxi Zhang [Sun, 4 Jul 1999 10:51:28 +0000 (10:51 +0000)] 
Make defwndproc erase the correct location.

26 years agosome small include fixes, some checks for NULL ptrs,
Marcus Meissner [Sat, 3 Jul 1999 16:01:42 +0000 (16:01 +0000)] 
some small include fixes, some checks for NULL ptrs,
loader/elf.c: fixed the "lib" insertion
crtdll: added fsopen()
dinput: return that we are attached.

26 years agoReverted previous change.
Alexandre Julliard [Sat, 3 Jul 1999 15:51:07 +0000 (15:51 +0000)] 
Reverted previous change.

26 years agoCancel pending notifications when EM_SETMODIFY is called.
Gerard Patel [Sat, 3 Jul 1999 15:47:50 +0000 (15:47 +0000)] 
Cancel pending notifications when EM_SETMODIFY is called.

26 years agoFix a crash when doing sorted inserts at top level.
Alex Priem [Sat, 3 Jul 1999 15:42:33 +0000 (15:42 +0000)] 
Fix a crash when doing sorted inserts at top level.

26 years agoReworked nonclient drawing code. Win31 look now works more like real
Ove Kaaven [Sat, 3 Jul 1999 15:40:29 +0000 (15:40 +0000)] 
Reworked nonclient drawing code. Win31 look now works more like real
Win31, so apps like Delphi 1.0 no longer go into infinite recursion
etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
(e.g. WS_EX_WINDOWEDGE is still not handled).

26 years agoSM_C[XY]FRAME is BorderWidth + 1.
Ove Kaaven [Sat, 3 Jul 1999 15:39:09 +0000 (15:39 +0000)] 
SM_C[XY]FRAME is BorderWidth + 1.

26 years agoBugfix: LocalInit with start == 0 always places heap at end of segment.
Ulrich Weigand [Sat, 3 Jul 1999 15:37:52 +0000 (15:37 +0000)] 
Bugfix: LocalInit with start == 0 always places heap at end of segment.

26 years agoBugfix: TASK_CallToStart didn't pass correct hInstance to app.
Ulrich Weigand [Sat, 3 Jul 1999 15:36:45 +0000 (15:36 +0000)] 
Bugfix: TASK_CallToStart didn't pass correct hInstance to app.

26 years agoOn NE process creation, move major part of NE EXE module loading and
Ulrich Weigand [Sat, 3 Jul 1999 12:26:29 +0000 (12:26 +0000)] 
On NE process creation, move major part of NE EXE module loading and
NE instance creation into the child process.

26 years agoWindow style updates.
Ove Kaaven [Sat, 3 Jul 1999 12:06:26 +0000 (12:06 +0000)] 
Window style updates.

26 years agoSome enhancements, and removal of C++ constructs.
Ove Kaaven [Sat, 3 Jul 1999 12:04:35 +0000 (12:04 +0000)] 
Some enhancements, and removal of C++ constructs.

26 years agoImplemented chains of surfaces. This allows an unlimited number
Marcus Meissner [Sat, 3 Jul 1999 11:57:29 +0000 (11:57 +0000)] 
Implemented chains of surfaces. This allows an unlimited number
of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
whatever).

26 years agoAdded UnlockFileEx stub.
Andreas Mohr [Sat, 3 Jul 1999 11:56:07 +0000 (11:56 +0000)] 
Added UnlockFileEx stub.

26 years agoAdded missing 61762 entry on system resources in Spanish and
Jose Marcos Lopez Caravaca [Sat, 3 Jul 1999 11:53:41 +0000 (11:53 +0000)] 
Added missing 61762 entry on system resources in Spanish and
Catalonian languages.

26 years agoMake GetScrollInfo return scroll pos when program requests thumb pos
Gerard Patel [Sat, 3 Jul 1999 11:52:38 +0000 (11:52 +0000)] 
Make GetScrollInfo return scroll pos when program requests thumb pos
outside drag operation.

26 years agoConverted to the new debug interface.
Eric Pouech [Sun, 27 Jun 1999 15:40:44 +0000 (15:40 +0000)] 
Converted to the new debug interface.

26 years agoReadConsoleA: use ir as pointer to (req+1).
Marcus Meissner [Sun, 27 Jun 1999 15:40:18 +0000 (15:40 +0000)] 
ReadConsoleA: use ir as pointer to (req+1).

26 years agoRemove the validated child area from the update region of parent for
Gerard Patel [Sun, 27 Jun 1999 15:32:23 +0000 (15:32 +0000)] 
Remove the  validated child area from the update region of parent for
windows without WS_CLIPCHILDREN style.

26 years agoBugfix: Grp8 instructions have *byte* BitOffset operand.
Ulrich Weigand [Sun, 27 Jun 1999 15:29:43 +0000 (15:29 +0000)] 
Bugfix: Grp8 instructions have *byte* BitOffset operand.

26 years agoBugfix: missing WINAPIs added.
Ulrich Weigand [Sun, 27 Jun 1999 15:28:51 +0000 (15:28 +0000)] 
Bugfix: missing WINAPIs added.

26 years agoOleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
Marcus Meissner [Sun, 27 Jun 1999 15:27:22 +0000 (15:27 +0000)] 
OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.

26 years agoReturn ERROR_DISK_FULL for WriteFile.
Gerard Patel [Sun, 27 Jun 1999 15:26:37 +0000 (15:26 +0000)] 
Return ERROR_DISK_FULL for WriteFile.

26 years agoFixed missing return after about dialog.
Eric Williams [Sun, 27 Jun 1999 15:22:41 +0000 (15:22 +0000)] 
Fixed missing return after about dialog.

26 years agoConverted to the new debug interface, using script written by Patrik
Alexandre Julliard [Sat, 26 Jun 1999 19:09:08 +0000 (19:09 +0000)] 
Converted to the new debug interface, using script written by Patrik
Stridvall.

26 years agoChanged CONTEXT into CONTEXT86 everywhere we really want an i386
Alexandre Julliard [Sat, 26 Jun 1999 18:40:24 +0000 (18:40 +0000)] 
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.

26 years agoAdded CONTEXT86 definition.
Alexandre Julliard [Sat, 26 Jun 1999 18:35:34 +0000 (18:35 +0000)] 
Added CONTEXT86 definition.
Added PowerPC context as an example (not tested).

26 years agoFixes for non-i386 compiling.
Alexandre Julliard [Sat, 26 Jun 1999 18:30:03 +0000 (18:30 +0000)] 
Fixes for non-i386 compiling.

26 years agoANSI C fixes.
Patrik Stridvall [Sat, 26 Jun 1999 14:58:24 +0000 (14:58 +0000)] 
ANSI C fixes.
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.

26 years agoFixed DPA_LoadStream and improved DPA_Merge.
Eric Kohl [Sat, 26 Jun 1999 11:57:04 +0000 (11:57 +0000)] 
Fixed DPA_LoadStream and improved DPA_Merge.

26 years agoAdded check for invalid parent item.
Eric Kohl [Sat, 26 Jun 1999 11:55:56 +0000 (11:55 +0000)] 
Added check for invalid parent item.

26 years agoAdded SHDoDragDrop() stub.
Eric Kohl [Sat, 26 Jun 1999 11:55:15 +0000 (11:55 +0000)] 
Added SHDoDragDrop() stub.

26 years agoImproved GetRandomRegion().
Eric Kohl [Sat, 26 Jun 1999 11:53:56 +0000 (11:53 +0000)] 
Improved GetRandomRegion().

26 years agoAdded WNetRemoveCachedPassword() stub.
Eric Kohl [Sat, 26 Jun 1999 11:52:52 +0000 (11:52 +0000)] 
Added WNetRemoveCachedPassword() stub.

26 years agoStore buddy window.
Eric Kohl [Sat, 26 Jun 1999 11:51:28 +0000 (11:51 +0000)] 
Store buddy window.

26 years agoStarted WM_NOTIFYFORMAT support.
Eric Kohl [Sat, 26 Jun 1999 11:50:36 +0000 (11:50 +0000)] 
Started WM_NOTIFYFORMAT support.

26 years agoBetter ComboBoxEx placement.
Eric Kohl [Sat, 26 Jun 1999 11:49:44 +0000 (11:49 +0000)] 
Better ComboBoxEx placement.

26 years agoEnsure that the command-line passed to the various *CreateProcess
Dave Pickles [Sat, 26 Jun 1999 11:48:26 +0000 (11:48 +0000)] 
Ensure that the command-line passed to the various *CreateProcess
functions contains the path to the program being invoked.

26 years agoPrevent bad window X error.
Lars Heete [Sat, 26 Jun 1999 11:45:36 +0000 (11:45 +0000)] 
Prevent bad window X error.

26 years agoThe system menu icon on a MDI child window was corrupted when the
Abey George [Sat, 26 Jun 1999 11:44:18 +0000 (11:44 +0000)] 
The system menu icon on a MDI child window was corrupted when the
child frame window is maximized within the main frame when the wine
look is Windows 95.

26 years agoIn case if scrollbar has the same background color as the window
Slava Monich [Sat, 26 Jun 1999 11:42:27 +0000 (11:42 +0000)] 
In case if scrollbar has the same background color as the window
it belongs to, it needs to be filled with 0x55aa bitmap brush.

26 years agoFixed the stringcompare in _find_or_add_*() (was missing tolower()s).
Marcus Meissner [Sat, 26 Jun 1999 11:41:33 +0000 (11:41 +0000)] 
Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).

26 years agoFix (well kludge around) FreeBSD's `Invalid address' errors.
Juergen Lock [Sat, 26 Jun 1999 11:39:19 +0000 (11:39 +0000)] 
Fix (well kludge around) FreeBSD's `Invalid address' errors.

26 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Sat, 26 Jun 1999 11:38:13 +0000 (11:38 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Draw a 3D border around edit controls when not in WIN31_LOOK.

26 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Sat, 26 Jun 1999 11:37:18 +0000 (11:37 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Only draw a black border around normal buttons when in WIN31_LOOK.

26 years agoFixed alignment and position when looking for mmio chunks.
Eric Pouech [Sat, 26 Jun 1999 10:36:29 +0000 (10:36 +0000)] 
Fixed alignment and position when looking for mmio chunks.

26 years agoNo longer using global vars (shared data) for mm timers, but a
Eric Pouech [Sat, 26 Jun 1999 10:36:00 +0000 (10:36 +0000)] 
No longer using global vars (shared data) for mm timers, but a
specific structure for each attached process.
Fixed alignment and position when looking for mmio chunks.
Fixed WAVE mapper handling in waveGetCaps.

26 years agoNo longer using global vars (shared data) for mm timers, but a
Eric Pouech [Sat, 26 Jun 1999 10:34:57 +0000 (10:34 +0000)] 
No longer using global vars (shared data) for mm timers, but a
specific structure for each attached process.

26 years agoWrote a small document on how to package WINE for distributors.
Marcus Meissner [Sat, 26 Jun 1999 10:32:50 +0000 (10:32 +0000)] 
Wrote a small document on how to package WINE for distributors.

26 years agoSetCursorPos() function was called with a window coordinates
Noomen Hamza [Sat, 26 Jun 1999 10:31:44 +0000 (10:31 +0000)] 
SetCursorPos() function was called with a window coordinates
parameter.

26 years agoFixed null ptr deref introduced in last patch.
Eric Pouech [Sat, 26 Jun 1999 10:30:11 +0000 (10:30 +0000)] 
Fixed null ptr deref introduced in last patch.

26 years agoKind of implemented OleMetaFilePictFromIconAndLabel.
Andreas Mohr [Sat, 26 Jun 1999 10:28:53 +0000 (10:28 +0000)] 
Kind of implemented OleMetaFilePictFromIconAndLabel.

26 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Sat, 26 Jun 1999 10:27:30 +0000 (10:27 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Fixed various problems related to bitmaps and flat toolbars.

26 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Sat, 26 Jun 1999 10:26:46 +0000 (10:26 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Fixed problems with disappearing text.

26 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Sat, 26 Jun 1999 10:25:16 +0000 (10:25 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Complete rewrite of messaging code to implement/fix all input behaviors.
Fixed a few fixmes.

26 years agoAdded more batch functionality, including the CALL GOTO and SHIFT
Dave Pickles [Sat, 26 Jun 1999 10:24:08 +0000 (10:24 +0000)] 
Added more batch functionality, including the CALL GOTO and SHIFT
commands plus batch command arguments.

26 years agoUpdated to reflect current status.
Eric Pouech [Sat, 26 Jun 1999 10:20:34 +0000 (10:20 +0000)] 
Updated to reflect current status.

26 years agoNE_LoadFileModule: Free module when NE_LoadDLLs fails.
Uwe Bonnes [Sat, 26 Jun 1999 10:19:14 +0000 (10:19 +0000)] 
NE_LoadFileModule: Free module when NE_LoadDLLs fails.

26 years agoImplemented the underline and strikeout text attributes for the Wine
Thuy Nguyen [Sat, 26 Jun 1999 10:18:00 +0000 (10:18 +0000)] 
Implemented the underline and strikeout text attributes for the Wine
PostScript driver.

26 years agoEnableWindow doesn't release the capture of a child window.
Pascal Lessard [Sat, 26 Jun 1999 10:17:10 +0000 (10:17 +0000)] 
EnableWindow doesn't release the capture of a child window.

26 years agoOnly test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
James Juran [Sat, 26 Jun 1999 10:15:24 +0000 (10:15 +0000)] 
Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
non-blank.

26 years agoRemove the WM_LBUTTONUP message from the queue after selecting a mouse
Noomen Hamza [Sat, 26 Jun 1999 10:14:27 +0000 (10:14 +0000)] 
Remove the WM_LBUTTONUP message from the queue after selecting a mouse
menu item.

26 years agoFurther server optimizations:
Alexandre Julliard [Sat, 26 Jun 1999 08:43:26 +0000 (08:43 +0000)] 
Further server optimizations:
- merged request and reply structures
- build requests directly into the buffer to avoid a copy

26 years agoStandard dialog boxes resources and OLE strings are now in cp1251 encoding
Alexander Kanavin [Tue, 22 Jun 1999 19:14:40 +0000 (19:14 +0000)] 
Standard dialog boxes resources and OLE strings are now in cp1251 encoding
Font mapper does not anymore use fonts in -koi8-r encoding
Font mapper now recognises fonts in -windows-* encodings (these are
provided by xfstt TrueType server)
Font mapper now sees max 16384 fonts (was 2048)

26 years agoShare the HMODULE of built-in modules over all processes.
Ulrich Weigand [Tue, 22 Jun 1999 19:13:08 +0000 (19:13 +0000)] 
Share the HMODULE of built-in modules over all processes.
Use the cached HMODULE to speed up relay debugging.
Display the multi-instantiation warning only for 'dangerous' DLLs.

26 years agoLoad USER32.DLL before calling UserSignalProc.
Ulrich Weigand [Tue, 22 Jun 1999 19:12:14 +0000 (19:12 +0000)] 
Load USER32.DLL before calling UserSignalProc.

26 years agoUse separate service for each windows timer.
Ulrich Weigand [Tue, 22 Jun 1999 19:11:33 +0000 (19:11 +0000)] 
Use separate service for each windows timer.

26 years agoAdded COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
Andreas Mohr [Tue, 22 Jun 1999 19:10:52 +0000 (19:10 +0000)] 
Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).

26 years agoThou shalt not use C++ comments.
Eric Pouech [Tue, 22 Jun 1999 19:09:55 +0000 (19:09 +0000)] 
Thou shalt not use C++ comments.

26 years agoMoved to new trace interface.
Eric Pouech [Tue, 22 Jun 1999 19:07:34 +0000 (19:07 +0000)] 
Moved to new trace interface.
Fixed driver closing.

26 years agoBetter handling of double quotes in MCI string commands.
Eric Pouech [Tue, 22 Jun 1999 19:06:27 +0000 (19:06 +0000)] 
Better handling of double quotes in MCI string commands.

26 years agoFixed memory leak in mci structures.
Eric Pouech [Tue, 22 Jun 1999 19:05:48 +0000 (19:05 +0000)] 
Fixed memory leak in mci structures.

26 years agoFixed error handling in DGA_IDirectDraw2Impl_GetCaps().
Eric Pouech [Tue, 22 Jun 1999 19:04:44 +0000 (19:04 +0000)] 
Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().

26 years agoAdded missing GDI heap unlock.
Eric Pouech [Tue, 22 Jun 1999 19:03:26 +0000 (19:03 +0000)] 
Added missing GDI heap unlock.
Moved to new debug interface.

26 years agoFixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
Eric Pouech [Tue, 22 Jun 1999 19:02:52 +0000 (19:02 +0000)] 
Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
OFN_EXPLORER bits set.