wine
25 years agoDocumentation updates.
Matthew Becker [Sun, 18 Oct 1998 14:39:06 +0000 (14:39 +0000)] 
Documentation updates.

25 years agoAdded stub for CoSetState32.
Uwe Bonnes [Sun, 18 Oct 1998 14:34:20 +0000 (14:34 +0000)] 
Added stub for CoSetState32.

25 years agoAdded ability to read a startup program from wine.ini file.
Chad Powell [Sun, 18 Oct 1998 14:24:21 +0000 (14:24 +0000)] 
Added ability to read a startup program from wine.ini file.
Put it in section [programs] key Startup.

25 years agoUpdated.
Marcel Baur [Sun, 18 Oct 1998 14:12:37 +0000 (14:12 +0000)] 
Updated.

25 years agoFixed GetOpenFileName and GetSaveFileName dialogs.
Marcel Baur [Sun, 18 Oct 1998 14:11:42 +0000 (14:11 +0000)] 
Fixed GetOpenFileName and GetSaveFileName dialogs.
Fixed Print dialog and introduced PrinterSetup dialog.
Fixed PageSetup dialog: values are now correctly initialized (had to
change all *.rc files)
Preliminary file drag and drop support.

25 years agoAdded Alex Priem.
Alexandre Julliard [Sun, 18 Oct 1998 14:09:34 +0000 (14:09 +0000)] 
Added Alex Priem.

25 years agoFurther improvements.
Alex Priem [Sun, 18 Oct 1998 14:05:38 +0000 (14:05 +0000)] 
Further improvements.

25 years agoImplemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
Turchanov Sergey [Sun, 18 Oct 1998 13:42:55 +0000 (13:42 +0000)] 
Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.

25 years agoFixed LoadImage to support almost all LR_ flags.
Turchanov Sergey [Sun, 18 Oct 1998 13:41:15 +0000 (13:41 +0000)] 
Fixed LoadImage to support almost all LR_ flags.

25 years agoFixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
Turchanov Sergey [Sun, 18 Oct 1998 13:39:41 +0000 (13:39 +0000)] 
Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
COLOREFs had red part zeroed) that made plenty of cyan colors, minor
bug fixes, changes to support LR_ flags.

25 years agoAdded VIRTUAL_MapFileW to map file to memory in one function call.
Turchanov Sergey [Sun, 18 Oct 1998 13:31:43 +0000 (13:31 +0000)] 
Added VIRTUAL_MapFileW to map file to memory in one function call.

25 years agoMoved Multimonitor API declarations to windows.h.
Turchanov Sergey [Sun, 18 Oct 1998 11:56:35 +0000 (11:56 +0000)] 
Moved Multimonitor API declarations to windows.h.

25 years agoImplemented DefDriverProc32 from winmm.dll.
Turchanov Sergey [Sun, 18 Oct 1998 11:22:36 +0000 (11:22 +0000)] 
Implemented DefDriverProc32 from winmm.dll.

25 years agoAdded debugging output.
Alex Korobka [Sun, 18 Oct 1998 10:47:03 +0000 (10:47 +0000)] 
Added debugging output.

25 years agoGot rid of flickering scrollbar arrows. MDI scrolling speeded up a
Alex Korobka [Sun, 18 Oct 1998 10:37:46 +0000 (10:37 +0000)] 
Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
bit.

25 years agoGetLocaleInfo32A can handle len=0 now, sets LastError and touches
Juergen Schmied [Sun, 18 Oct 1998 10:18:35 +0000 (10:18 +0000)] 
GetLocaleInfo32A can handle len=0 now, sets LastError and touches
buffer only when necessary.
Updated deu.nls and some LCTYPES in winnls.h.

25 years agoCallProc[Ex]32W called with lpProcAddress==NULL should return zero and
Rein Klazes [Sun, 18 Oct 1998 10:04:31 +0000 (10:04 +0000)] 
CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
not crash.

25 years agoReduced huge (1GB) heap creation that caused Starcraft to fail.
Ove Kaaven [Sat, 17 Oct 1998 13:07:48 +0000 (13:07 +0000)] 
Reduced huge (1GB) heap creation that caused Starcraft to fail.

25 years agoCompile fix for Solaris.
Patrik Stridvall [Sat, 17 Oct 1998 12:56:00 +0000 (12:56 +0000)] 
Compile fix for Solaris.

25 years agoCompile fix for non OSS systems.
Patrik Stridvall [Sat, 17 Oct 1998 12:54:39 +0000 (12:54 +0000)] 
Compile fix for non OSS systems.

25 years agoCompile fix for non XF86-DGA systems.
Patrik Stridvall [Sat, 17 Oct 1998 12:53:42 +0000 (12:53 +0000)] 
Compile fix for non XF86-DGA systems.

25 years agoNew file to test DRIVE_GetLabel.
Petter Reinholdtsen [Sat, 17 Oct 1998 12:27:41 +0000 (12:27 +0000)] 
New file to test DRIVE_GetLabel.

25 years agoSmall, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
Peter Hunnisett [Sat, 17 Oct 1998 12:23:22 +0000 (12:23 +0000)] 
Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
32bit cdaudio bit support before it can be removed...

25 years agoFixed small typo.
Peter Hunnisett [Sat, 17 Oct 1998 12:22:49 +0000 (12:22 +0000)] 
Fixed small typo.

25 years agoAdded a bunch of stubs for ddraw suface routines. All stubs for
Peter Hunnisett [Sat, 17 Oct 1998 12:22:00 +0000 (12:22 +0000)] 
Added a bunch of stubs for ddraw suface routines. All stubs for
surface present now.
Commented out message pump calls. I don't see a reason for them being
there. Everything works fine with -desktop and -managed still has
problems. Disagreements?

25 years agoFixed GetLocaleInfo32A for other languages than en_uk.
Juergen Schmied [Sat, 17 Oct 1998 12:15:19 +0000 (12:15 +0000)] 
Fixed GetLocaleInfo32A for other languages than en_uk.
Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
last but not least the first argument lcid where is all about...

25 years agoFixed some more missing WINAPIs (hopefully correct).
Marcus Meissner [Sat, 17 Oct 1998 12:10:19 +0000 (12:10 +0000)] 
Fixed some more missing WINAPIs (hopefully correct).

25 years agoFixed the = -> == bug.
Marcus Meissner [Sat, 17 Oct 1998 12:09:24 +0000 (12:09 +0000)] 
Fixed the = -> == bug.

25 years agoAdded FIXME() for a slightly incorrect implementation in CreateFileMapping
Marcus Meissner [Sat, 17 Oct 1998 12:08:21 +0000 (12:08 +0000)] 
Added FIXME() for a slightly incorrect implementation in CreateFileMapping
for shared non-file mappings.

25 years agoShell parameters (config.sys) and ANSI support stubs.
Joseph Pranevich [Sat, 17 Oct 1998 11:58:15 +0000 (11:58 +0000)] 
Shell parameters (config.sys) and ANSI support stubs.

25 years agoTerminate and Stay Resident now a fixme because it shouldn't be a
Joseph Pranevich [Sat, 17 Oct 1998 11:57:52 +0000 (11:57 +0000)] 
Terminate and Stay Resident now a fixme because it shouldn't be a
trace since it doesn't work.

25 years agoAdded int16.c and int29.c.
Joseph Pranevich [Sat, 17 Oct 1998 11:57:19 +0000 (11:57 +0000)] 
Added int16.c and int29.c.

25 years agoMore interrupts that can be done from DOS mode.
Joseph Pranevich [Sat, 17 Oct 1998 11:56:44 +0000 (11:56 +0000)] 
More interrupts that can be done from DOS mode.

25 years agoAdded int29 (Fast Write to Screen) support.
Joseph Pranevich [Sat, 17 Oct 1998 11:55:51 +0000 (11:55 +0000)] 
Added int29 (Fast Write to Screen) support.

25 years agoAdded int16 (Keyboard) support, mostly stubs.
Joseph Pranevich [Sat, 17 Oct 1998 11:55:07 +0000 (11:55 +0000)] 
Added int16 (Keyboard) support, mostly stubs.

25 years agoMany bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
Juergen Schmied [Fri, 16 Oct 1998 15:40:20 +0000 (15:40 +0000)] 
Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.

25 years agoAdded undocumented function RtlOpenCurrentUser.
Dietmar Kling [Fri, 16 Oct 1998 14:28:45 +0000 (14:28 +0000)] 
Added undocumented function RtlOpenCurrentUser.

25 years agoRenamed all LPIMAGE_* types to PIMAGE_*.
Uwe Bonnes [Fri, 16 Oct 1998 09:30:33 +0000 (09:30 +0000)] 
Renamed all LPIMAGE_* types to PIMAGE_*.

25 years agoFixed an error when an owned window activates its owner during
Rein Klazes [Thu, 15 Oct 1998 13:03:10 +0000 (13:03 +0000)] 
Fixed an error when an owned window activates its owner during
creation.

25 years agoClosing a dialog using the menu bar ("x" or "-" button or windows
Rein Klazes [Thu, 15 Oct 1998 13:00:38 +0000 (13:00 +0000)] 
Closing a dialog using the menu bar ("x" or "-" button or windows
menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
normal windows when DestroyWindow() is called.

25 years agoAdded missing WINAPIs.
Marcus Meissner [Thu, 15 Oct 1998 12:49:31 +0000 (12:49 +0000)] 
Added missing WINAPIs.

25 years agoNew stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
Juergen Schmied [Thu, 15 Oct 1998 12:35:41 +0000 (12:35 +0000)] 
New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
SetTaskmanWindow.

25 years agoNew stubs NtQueryInformationThread, NtQueryInformationToken,
Juergen Schmied [Thu, 15 Oct 1998 12:32:54 +0000 (12:32 +0000)] 
New stubs NtQueryInformationThread, NtQueryInformationToken,
RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.

25 years agoFixed PlaySound to start its thread the right way.
Turchanov Sergey [Thu, 15 Oct 1998 12:13:39 +0000 (12:13 +0000)] 
Fixed PlaySound to start its thread the right way.

25 years agoCB_SETCURSEL and some other fixes.
Alex Korobka [Wed, 14 Oct 1998 18:40:35 +0000 (18:40 +0000)] 
CB_SETCURSEL and some other fixes.

25 years agoBetter QUEUE_FlushMessages().
Alex Korobka [Wed, 14 Oct 1998 18:38:22 +0000 (18:38 +0000)] 
Better QUEUE_FlushMessages().

25 years agoPartial implementation of GetOutlineTextMetrics32A.
Moshe Vainer [Wed, 14 Oct 1998 18:15:43 +0000 (18:15 +0000)] 
Partial implementation of GetOutlineTextMetrics32A.
Added structures for OUTLINETEXTMETRICS.

25 years agoDo not clip source rectangle even by visible region for bitblts.
Ulrich Weigand [Wed, 14 Oct 1998 18:06:44 +0000 (18:06 +0000)] 
Do not clip source rectangle even by visible region for bitblts.
Added field 'totalExtent' to WIN_DC_INFO.

25 years agoAdded stub for VMM PM API AH=026[de] (never say 'safe mode').
Ulrich Weigand [Wed, 14 Oct 1998 18:01:08 +0000 (18:01 +0000)] 
Added stub for VMM PM API AH=026[de] (never say 'safe mode').

25 years agoBugfix: Local32Free caused free handles list corruption.
Ulrich Weigand [Wed, 14 Oct 1998 18:00:23 +0000 (18:00 +0000)] 
Bugfix: Local32Free caused free handles list corruption.

25 years agoFixed --disable-debug config option.
Marcus Meissner [Wed, 14 Oct 1998 17:58:40 +0000 (17:58 +0000)] 
Fixed --disable-debug config option.

25 years agoAdded stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
Petter Reinholdtsen [Tue, 13 Oct 1998 12:49:40 +0000 (12:49 +0000)] 
Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
and FileIconInit() needed by Win95 explorer.

25 years agoImproving keyboard handling, including accelerator keys in dialog
Norman Stevens [Mon, 12 Oct 1998 07:25:35 +0000 (07:25 +0000)] 
Improving keyboard handling, including accelerator keys in dialog
boxes. Also fixes enter key in Agent32 edit box.

25 years agoTouch to test auto mailing of commits.
Alexandre Julliard [Sun, 11 Oct 1998 23:14:04 +0000 (23:14 +0000)] 
Touch to test auto mailing of commits.

25 years agoAdded support in file dialog boxes handling for filters like
Eric Pouech [Sun, 11 Oct 1998 19:37:23 +0000 (19:37 +0000)] 
Added support in file dialog boxes handling for filters like
"*.txt;*.bat".

25 years agoImplemented new PE DLL initalization code, trying to call the
Ulrich Weigand [Sun, 11 Oct 1998 19:31:10 +0000 (19:31 +0000)] 
Implemented new PE DLL initalization code, trying to call the
DllEntryPoint routines always in correct order :-)
Bypass snooping when getting data buffer addresses (thunk buffers,
__GP handlers) and for 32-bit routines directly called from 16-bit
(due to stack address size problems).

25 years agoImplemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
Ulrich Weigand [Sun, 11 Oct 1998 19:29:22 +0000 (19:29 +0000)] 
Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.

25 years agoImplemented (partially) the KERNEL Thunklet API and Callback Client
Ulrich Weigand [Sun, 11 Oct 1998 19:26:00 +0000 (19:26 +0000)] 
Implemented (partially) the KERNEL Thunklet API and Callback Client
API (KERNEL.560-568,604-612,619-622).
Added stubs for K228, K237, KERNEL.365, KERNEL.447.

25 years agoAdded comm.s.
Alexandre Julliard [Sun, 11 Oct 1998 19:14:59 +0000 (19:14 +0000)] 
Added comm.s.

25 years agoStubs for CreateUser(Discardable)Bitmap16.
Ulrich Weigand [Sun, 11 Oct 1998 19:13:52 +0000 (19:13 +0000)] 
Stubs for CreateUser(Discardable)Bitmap16.

25 years agoImplemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
Ulrich Weigand [Sun, 11 Oct 1998 19:12:16 +0000 (19:12 +0000)] 
Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.

25 years agoGlobalFix16 is supposed to return selector to the memory area.
Ulrich Weigand [Sun, 11 Oct 1998 19:10:10 +0000 (19:10 +0000)] 
GlobalFix16 is supposed to return selector to the memory area.

25 years agoStubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
Ulrich Weigand [Sun, 11 Oct 1998 19:01:33 +0000 (19:01 +0000)] 
Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.

25 years agoUse emergency TEB selector to avoid debugger crashes when stepping
Ulrich Weigand [Sun, 11 Oct 1998 18:59:11 +0000 (18:59 +0000)] 
Use emergency TEB selector to avoid debugger crashes when stepping
through relay stubs (or when FS is invalid otherwise).

25 years agoMOUSE.DRV routines moved to event.c. Call mouse event procedure.
Ulrich Weigand [Sun, 11 Oct 1998 18:58:01 +0000 (18:58 +0000)] 
MOUSE.DRV routines moved to event.c. Call mouse event procedure.

25 years agoChanged DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
Ulrich Weigand [Sun, 11 Oct 1998 18:47:02 +0000 (18:47 +0000)] 
Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
coordinates relative to the device, not the DC origin. This is
necessary to correctly implement GetClipRgn16 and InquireVisRgn.
SelectVisRgn also expects region in device-relative coordinates.
Adapted the rest of Wine to this coordinate change.
Implemented ExtSelectClipRgn.

25 years agoAdded gdb tip.
Andreas Mohr [Sun, 11 Oct 1998 17:40:28 +0000 (17:40 +0000)] 
Added gdb tip.

25 years agoSmall fix.
Andreas Mohr [Sun, 11 Oct 1998 17:37:53 +0000 (17:37 +0000)] 
Small fix.

25 years agoYet another small self-loader fix.
Andreas Mohr [Sun, 11 Oct 1998 17:36:46 +0000 (17:36 +0000)] 
Yet another small self-loader fix.

25 years agoFixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
Andreas Mohr [Sun, 11 Oct 1998 17:36:06 +0000 (17:36 +0000)] 
Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
correctly due to current drive being set too late.

25 years agoAdded a lost entry for last release.
Alexandre Julliard [Sun, 11 Oct 1998 17:21:20 +0000 (17:21 +0000)] 
Added a lost entry for last release.

25 years agoUse $(AS) instead of $(CC) to compile .s files.
Patrik Stridvall [Sun, 11 Oct 1998 17:12:21 +0000 (17:12 +0000)] 
Use $(AS) instead of $(CC) to compile .s files.

25 years agoStarted the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
Patrik Stridvall [Sun, 11 Oct 1998 17:09:05 +0000 (17:09 +0000)] 
Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.

25 years agoStarted the implementation of IMAGEHLP.DLL.
Patrik Stridvall [Sun, 11 Oct 1998 17:04:17 +0000 (17:04 +0000)] 
Started the implementation of IMAGEHLP.DLL.

25 years agoStarted the implementation of MSACM.DLL and MSACM32.DLL.
Patrik Stridvall [Sun, 11 Oct 1998 17:00:29 +0000 (17:00 +0000)] 
Started the implementation of MSACM.DLL and MSACM32.DLL.

25 years agoRemoved things that were earlier added by mistake.
Patrik Stridvall [Sun, 11 Oct 1998 15:55:55 +0000 (15:55 +0000)] 
Removed things that were earlier added by mistake.

25 years agoThe implementation of mmioWrite is now called instead of the stub.
Patrik Stridvall [Sun, 11 Oct 1998 15:54:19 +0000 (15:54 +0000)] 
The implementation of mmioWrite is now called instead of the stub.

25 years agoBugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
Juergen Schmied [Sun, 11 Oct 1998 15:50:14 +0000 (15:50 +0000)] 
Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.

25 years agoNew stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
Juergen Schmied [Sun, 11 Oct 1998 15:48:39 +0000 (15:48 +0000)] 
New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
Implemented: SHGetPathFromIDList32W.
Changed PathCombine.

25 years agoNew structures DVASPECT, TYMED, IDLList.
Juergen Schmied [Sun, 11 Oct 1998 15:45:48 +0000 (15:45 +0000)] 
New structures DVASPECT, TYMED, IDLList.
Shell specific clipboard formats.

25 years agoCosmetics.
Juergen Schmied [Sun, 11 Oct 1998 15:44:50 +0000 (15:44 +0000)] 
Cosmetics.

25 years agoStub EnumPrintersW.
Juergen Schmied [Sun, 11 Oct 1998 15:43:16 +0000 (15:43 +0000)] 
Stub EnumPrintersW.

25 years agoImplemented first functions.
Juergen Schmied [Sun, 11 Oct 1998 15:42:10 +0000 (15:42 +0000)] 
Implemented first functions.

25 years agoNew class IDLList "Item ID List List" (internal).
Juergen Schmied [Sun, 11 Oct 1998 15:41:30 +0000 (15:41 +0000)] 
New class IDLList "Item ID List List" (internal).

25 years agoSmall changes (uses HIWORD/LOWORD).
Juergen Schmied [Sun, 11 Oct 1998 15:40:04 +0000 (15:40 +0000)] 
Small changes (uses HIWORD/LOWORD).

25 years agoStub CreateDialogIndirectParamAorW.
Juergen Schmied [Sun, 11 Oct 1998 15:38:35 +0000 (15:38 +0000)] 
Stub CreateDialogIndirectParamAorW.

25 years agoDon't install object files when --disable-lib is selected.
Uwe Bonnes [Sun, 11 Oct 1998 14:57:08 +0000 (14:57 +0000)] 
Don't install object files when --disable-lib is selected.

25 years agoDon't print name for 32 bit lib multiple times.
Uwe Bonnes [Sun, 11 Oct 1998 14:56:21 +0000 (14:56 +0000)] 
Don't print name for 32 bit lib multiple times.
Clean up printing in DEBUG_ProcessDeferredDebug.

25 years agoSmall fixes.
David Luyer [Sun, 11 Oct 1998 14:36:56 +0000 (14:36 +0000)] 
Small fixes.

25 years agoBugfix: Changed GetDriveType32A(NULL) to use cwd's root.
Petter Reinholdtsen [Sun, 11 Oct 1998 14:26:25 +0000 (14:26 +0000)] 
Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.

25 years agoDocumentation corrections/standardizations.
Matthew Becker [Sun, 11 Oct 1998 14:21:42 +0000 (14:21 +0000)] 
Documentation corrections/standardizations.

25 years agoAdded Eric Pouech.
Alexandre Julliard [Sun, 11 Oct 1998 14:16:50 +0000 (14:16 +0000)] 
Added Eric Pouech.

25 years agoStarted coding 32 bit MCI handling.
Eric Pouech [Sun, 11 Oct 1998 14:14:24 +0000 (14:14 +0000)] 
Started coding 32 bit MCI handling.
Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
Wrote MCI MIDI support.

25 years agoYet another improvement to the bezier code.
Rein Klazes [Sun, 11 Oct 1998 14:07:01 +0000 (14:07 +0000)] 
Yet another improvement to the bezier code.

25 years agoAdded window text to the output generated by walk wnd debugger
Rein Klazes [Sun, 11 Oct 1998 14:05:34 +0000 (14:05 +0000)] 
Added window text to the output generated by walk wnd debugger
command. Now at least I can recognise what's what.

25 years agoGetTickCounts() has a granularity in windows of 25 msec's.
Rein Klazes [Sun, 11 Oct 1998 14:04:10 +0000 (14:04 +0000)] 
GetTickCounts() has a granularity in windows of 25 msec's.
Girotel's serial communication appears to depend on it, so I guess
it's a feature...

25 years agoUpdate the modemn status bit that indicates whether the RLSD line is
Rein Klazes [Sun, 11 Oct 1998 14:02:09 +0000 (14:02 +0000)] 
Update the modemn status bit that indicates whether the RLSD line is
active in every call to GetCommError(). This is not the proper place,
but since wine doesn't do any event-stuff...
Fixed some TRACE call's faced with non zero terminated strings.
Restore the terminal state at CloseCommt to the state it was at
OpenComm(), so the modem will go off-hook.

25 years agoGetModuleFileName32A() returns long filename if app sets osversion >=
Alexander Larsson [Sun, 11 Oct 1998 13:59:08 +0000 (13:59 +0000)] 
GetModuleFileName32A() returns long filename if app sets osversion >=
4.0. Also moved the long filename hackery to GetLongPathName32A() so
it can be used by win32 programs.

25 years agoGetLongPathName32A() returns dos format long filename instead of unix
Alexander Larsson [Sun, 11 Oct 1998 13:57:09 +0000 (13:57 +0000)] 
GetLongPathName32A() returns dos format long filename instead of unix
format.

25 years agoSmall fixes.
Eric Kohl [Sun, 11 Oct 1998 13:26:49 +0000 (13:26 +0000)] 
Small fixes.