wine
24 years agoBuffer overflows and strncpy fixes.
Francois Gouget [Mon, 27 Dec 1999 05:24:06 +0000 (05:24 +0000)] 
Buffer overflows and strncpy fixes.

24 years agoPE_FindExportedFunction: use a binary search for function names.
Alexandre Julliard [Mon, 27 Dec 1999 00:25:25 +0000 (00:25 +0000)] 
PE_FindExportedFunction: use a binary search for function names.

24 years agoFixed/commented out duplicate entry point names.
Alexandre Julliard [Sun, 26 Dec 1999 23:12:38 +0000 (23:12 +0000)] 
Fixed/commented out duplicate entry point names.

24 years agoAdded support for automatic ordinal allocation.
Alexandre Julliard [Sun, 26 Dec 1999 23:11:58 +0000 (23:11 +0000)] 
Added support for automatic ordinal allocation.
Output list of function names in sorted order.
Added support for nameless (ordinal-only) entry points.
Cleaned up error handling.

24 years agoMove DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
Huw D M Davies [Sun, 26 Dec 1999 00:47:03 +0000 (00:47 +0000)] 
Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
Map a few Unicode chars to the first 0xff in psdrv.
Don't expect x11drv to display Unicode chars yet.

24 years agoWrapped some strings in a debugstr_* call.
Francois Gouget [Sun, 26 Dec 1999 00:40:37 +0000 (00:40 +0000)] 
Wrapped some strings in a debugstr_* call.
Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
Removed redundant 'L's for Unicode strings.
Tried to harmonize the traces a little bit.

24 years agodebugstr_w now returns something looking like 'L"xxxx"...'
Francois Gouget [Sun, 26 Dec 1999 00:37:58 +0000 (00:37 +0000)] 
debugstr_w now returns something looking like 'L"xxxx"...'

24 years agoFILEDLG95_HandleCustomDialogMessages:
Francois Gouget [Sun, 26 Dec 1999 00:34:23 +0000 (00:34 +0000)] 
FILEDLG95_HandleCustomDialogMessages:
- for the three handled messages we must return the required buffer size
- for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
- fixed multiple potential buffer overflows.
FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
leading to a buffer overflow.

24 years agoAdded support for playing more record types (still more to come).
Peter Hunnisett [Sat, 25 Dec 1999 22:58:59 +0000 (22:58 +0000)] 
Added support for playing more record types (still more to come).

24 years agoBetter support very long strings by avoiding to copy them in a fixed
Francois Gouget [Sat, 25 Dec 1999 22:57:17 +0000 (22:57 +0000)] 
Better support very long strings by avoiding to copy them in a fixed
size buffer (one exception partly remains: callback strings).
Raise the buffer size to 512 characters.
Merge the handling of item 0 and other items together in GetItemA to
reduce code duplication.

24 years agoFix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
Huw D M Davies [Sat, 25 Dec 1999 22:56:13 +0000 (22:56 +0000)] 
Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).

24 years agoCast the unsigned int to signed, or NEAR_MATCH will not work.
Marcus Meissner [Sat, 25 Dec 1999 22:55:40 +0000 (22:55 +0000)] 
Cast the unsigned int to signed, or NEAR_MATCH will not work.

24 years agoFixed first/last playable frame referencing.
Eric Pouech [Sat, 25 Dec 1999 22:54:54 +0000 (22:54 +0000)] 
Fixed first/last playable frame referencing.

24 years agoFixed some bogus values in MCI_STATUS handling (position & length of tracks).
Eric Pouech [Sat, 25 Dec 1999 22:54:11 +0000 (22:54 +0000)] 
Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.

24 years agoTest pointers passed to copyrect for NULL.
Marcus Meissner [Sat, 25 Dec 1999 22:53:10 +0000 (22:53 +0000)] 
Test pointers passed to copyrect for NULL.

24 years agoRestore erroneously deleted lines.
Dmitry Timoshkov [Sat, 25 Dec 1999 22:52:44 +0000 (22:52 +0000)] 
Restore erroneously deleted lines.

24 years agoDPA_DeletePtr was resizing the array to a too small size.
Huw D M Davies [Sat, 25 Dec 1999 22:51:53 +0000 (22:51 +0000)] 
DPA_DeletePtr was resizing the array to a too small size.

24 years agoAvoid infinite loop in WINPOS_FindIconPos if the width of the parent
Huw D M Davies [Sat, 25 Dec 1999 22:51:19 +0000 (22:51 +0000)] 
Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
client area is less than the icon spacing.

24 years agoAdded a document that describes configuring FAT filesystem permissions
Steven Elliott [Sat, 25 Dec 1999 22:50:21 +0000 (22:50 +0000)] 
Added a document that describes configuring FAT filesystem permissions
for Wine.

24 years agoNT allocates one page as TEB. Some native NT-dlls are using this.
Juergen Schmied [Sat, 25 Dec 1999 22:49:33 +0000 (22:49 +0000)] 
NT allocates one page as TEB. Some native NT-dlls are using this.

24 years agoDon't skip usable X fonts. Add support for koi8 fonts.
Dmitry Timoshkov [Sat, 25 Dec 1999 22:47:09 +0000 (22:47 +0000)] 
Don't skip usable X fonts. Add support for koi8 fonts.

24 years agoModified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
Francois Gouget [Sat, 25 Dec 1999 22:46:22 +0000 (22:46 +0000)] 
Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
crash if the handle is INVALID_HANDLE_VALUE.

24 years agoChanged the "this_is_a_syntax_error" error message to a more specific
Steven Elliott [Sat, 25 Dec 1999 22:45:57 +0000 (22:45 +0000)] 
Changed the "this_is_a_syntax_error" error message to a more specific
error message.

24 years agoMove Bezier code out of x11drv into commmon GDI code; if any driver
Huw D M Davies [Mon, 20 Dec 1999 04:14:48 +0000 (04:14 +0000)] 
Move Bezier code out of x11drv into commmon GDI code; if any driver
does not implement PolyBezier[To] the curve is approximated to lines
and drawn with Polyline.
Implement many GDI-Path recording functions (at least the win9x subset).
Implement FlattenPath and FillPath.

24 years agoFixed ordinal numbering and added new spec stub.
Peter Hunnisett [Mon, 20 Dec 1999 04:12:23 +0000 (04:12 +0000)] 
Fixed ordinal numbering and added new spec stub.

24 years agoReadded Xpm autoconf checks.
Marcus Meissner [Mon, 20 Dec 1999 04:10:06 +0000 (04:10 +0000)] 
Readded Xpm autoconf checks.

24 years agoEnumSystemLocalesA should look for registry values, not subkeys.
Rein Klazes [Mon, 20 Dec 1999 04:05:58 +0000 (04:05 +0000)] 
EnumSystemLocalesA should look for registry values, not subkeys.

24 years agoSmall fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
Marcus Meissner [Mon, 20 Dec 1999 04:02:48 +0000 (04:02 +0000)] 
Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).

24 years agoCorrected background color and fixed leaking GDI brush.
Ian Schmidt [Mon, 20 Dec 1999 04:00:52 +0000 (04:00 +0000)] 
Corrected background color and fixed leaking GDI brush.

24 years agoNT loader: don't stop loading a hive when an error occurs.
Juergen Schmied [Mon, 20 Dec 1999 03:58:44 +0000 (03:58 +0000)] 
NT loader: don't stop loading a hive when an error occurs.

24 years agoPlayMetaFile and EnumMetaFile should work if the hdc is a
Huw D M Davies [Mon, 20 Dec 1999 03:56:09 +0000 (03:56 +0000)] 
PlayMetaFile and EnumMetaFile should work if the hdc is a
(enh)metafile DC.

24 years agoUpdated the FreeBSD notes, the LDT patch finally made it into -current.
Juergen Lock [Mon, 20 Dec 1999 03:54:43 +0000 (03:54 +0000)] 
Updated the FreeBSD notes, the LDT patch finally made it into -current.

24 years agoIf lpTitle==NULL and cbBuf==0 then we must return the required buffer
Francois Gouget [Mon, 20 Dec 1999 03:52:29 +0000 (03:52 +0000)] 
If lpTitle==NULL and cbBuf==0 then we must return the required buffer
size.

24 years agoImplemented _TrackMouseEvent for the TME_LEAVE flag.
Shaun Morris [Mon, 20 Dec 1999 03:48:25 +0000 (03:48 +0000)] 
Implemented _TrackMouseEvent for the TME_LEAVE flag.

24 years agoAdds resolution / depth switching with DGA 2.0.
Lionel Ulmer [Mon, 20 Dec 1999 03:45:54 +0000 (03:45 +0000)] 
Adds resolution / depth switching with DGA 2.0.

24 years agoUse waitable timers to implement service thread timers.
Alexandre Julliard [Mon, 13 Dec 1999 01:42:03 +0000 (01:42 +0000)] 
Use waitable timers to implement service thread timers.

24 years agoUse poll() instead of select() for the server main loop.
Alexandre Julliard [Mon, 13 Dec 1999 00:16:44 +0000 (00:16 +0000)] 
Use poll() instead of select() for the server main loop.
Fixed races with SIGCHLD handling and ptrace.
Minor fixes to timeout handling.

24 years agoRelease 991212. wine-991212
Alexandre Julliard [Sun, 12 Dec 1999 21:46:23 +0000 (21:46 +0000)] 
Release 991212.

24 years agoFixed handling of DGA2.0 keyboard events.
Lionel Ulmer [Sun, 12 Dec 1999 21:28:44 +0000 (21:28 +0000)] 
Fixed handling of DGA2.0 keyboard events.

24 years agoAdded the ability to open several streams on the same driver.
Eric Pouech [Sun, 12 Dec 1999 21:28:09 +0000 (21:28 +0000)] 
Added the ability to open several streams on the same driver.
Added a few acmMetrics options.

24 years agoSysStringLen can get a NULL pointer (and shall return 0).
Eric Pouech [Sun, 12 Dec 1999 21:27:41 +0000 (21:27 +0000)] 
SysStringLen can get a NULL pointer (and shall return 0).

24 years agoNow using notification for detecting when a WAVEHDR has been played
Eric Pouech [Sun, 12 Dec 1999 21:27:18 +0000 (21:27 +0000)] 
Now using notification for detecting when a WAVEHDR has been played

24 years agoEnhanced synchronization between playback thread and stop/close commands
Eric Pouech [Sun, 12 Dec 1999 21:26:09 +0000 (21:26 +0000)] 
Enhanced synchronization between playback thread and stop/close commands
Now using notification for detecting when a WAVEHDR has been played

24 years agoComboBox should not send bogus messages to edit buddy and to itself.
Dmitry Timoshkov [Sun, 12 Dec 1999 20:47:45 +0000 (20:47 +0000)] 
ComboBox should not send bogus messages to edit buddy and to itself.

24 years agoFixed GetShortPathNameA.
Peter Ganten [Sun, 12 Dec 1999 20:44:07 +0000 (20:44 +0000)] 
Fixed GetShortPathNameA.

24 years agoFixed missing libwine.so symlink during install. Set the runtime
Moses DeJong [Sun, 12 Dec 1999 20:19:29 +0000 (20:19 +0000)] 
Fixed missing libwine.so symlink during install. Set the runtime
linker path.

24 years agoMurali Pattathe
Alexandre Julliard [Sun, 12 Dec 1999 20:17:59 +0000 (20:17 +0000)] 
Murali Pattathe
GetNextDlgGroupItem: needs to check the control parent is the main dialog.
GetNextTabItem: make sure this control is visible and not disabled.

24 years agoFixed cmd line length calculation.
Andreas Mohr [Sun, 12 Dec 1999 20:16:42 +0000 (20:16 +0000)] 
Fixed cmd line length calculation.

24 years ago- added support of DGA-2.0 events
Lionel Ulmer [Sun, 12 Dec 1999 19:42:47 +0000 (19:42 +0000)] 
- added support of DGA-2.0 events
- fixed the leaving of DGA-2.0 mode

24 years agoIn win32 a WM_MENUSELECT message should contain the position when the
Rein Klazes [Sun, 12 Dec 1999 19:40:46 +0000 (19:40 +0000)] 
In win32 a WM_MENUSELECT message should contain the position when the
item refers to a submenu, not the submenu's handle as in win16.

24 years agoFixed arg types of FIXMEs.
Huw D M Davies [Sun, 12 Dec 1999 19:40:01 +0000 (19:40 +0000)] 
Fixed arg types of FIXMEs.

24 years agoCheck for passed invalid window handle in DefMDIChildProc*.
Marcus Meissner [Sun, 12 Dec 1999 19:39:37 +0000 (19:39 +0000)] 
Check for passed invalid window handle in DefMDIChildProc*.

24 years agoFix no. of arguments in a WARN statement.
Huw D M Davies [Sun, 12 Dec 1999 19:39:08 +0000 (19:39 +0000)] 
Fix no. of arguments in a WARN statement.

24 years agoAllows DrawText(16|A|W) to get a NULL string as parameter.
Eric Pouech [Sun, 12 Dec 1999 19:38:17 +0000 (19:38 +0000)] 
Allows DrawText(16|A|W) to get a NULL string as parameter.

24 years agoFixed compiler warnings.
Andreas Mohr [Sun, 12 Dec 1999 00:47:51 +0000 (00:47 +0000)] 
Fixed compiler warnings.

24 years agoRemoved 2 useless include winversion.h
Marcus Meissner [Sun, 12 Dec 1999 00:44:06 +0000 (00:44 +0000)] 
Removed 2 useless include winversion.h
Do not make autodetected version fix on first calls if it is Win31.

24 years agoAdded StrNCpyA, StrNCpyW.
Juergen Schmied [Sun, 12 Dec 1999 00:40:23 +0000 (00:40 +0000)] 
Added StrNCpyA, StrNCpyW.

24 years agoMessage translation WM_CREATE fixed.
Juergen Schmied [Sun, 12 Dec 1999 00:38:33 +0000 (00:38 +0000)] 
Message translation WM_CREATE fixed.

24 years agoXiang Li
Alexandre Julliard [Sat, 11 Dec 1999 23:56:46 +0000 (23:56 +0000)] 
Xiang Li
Implementation of a proxy ODBC32 dll.

24 years agoAuthors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de>
Alexandre Julliard [Sat, 11 Dec 1999 23:54:59 +0000 (23:54 +0000)] 
Authors: Kai Morich <kai.morich@bigfoot.de>, Marcus Meissner <marcus@jet.franken.de>
Added systray support.
Swallow the windows systray icons into kpanel systray if KDE/KWM is
running.

24 years agoAdded loader for NT registry files.
Juergen Schmied [Sat, 11 Dec 1999 23:22:52 +0000 (23:22 +0000)] 
Added loader for NT registry files.

24 years agoStubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
Juergen Schmied [Sat, 11 Dec 1999 23:19:54 +0000 (23:19 +0000)] 
Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
Small fixes.

24 years ago- Implemented GetEnhMetaFilePaletteEntries
Peter Hunnisett [Sat, 11 Dec 1999 23:18:10 +0000 (23:18 +0000)] 
- Implemented GetEnhMetaFilePaletteEntries
- Added fixme stubs for SetMetaRgn and GetMetaRgn
- Added support for playing several enhanced metafile records
- Added beginnings of implementation for playing the rest of the
  enhanced metafile records

24 years agoImproved the TTY driver.
Patrik Stridvall [Sat, 11 Dec 1999 23:08:48 +0000 (23:08 +0000)] 
Improved the TTY driver.

24 years agoReturn an error if lpOverlapped is provided to ReadFile / WriteFile.
Peter Ganten [Sat, 11 Dec 1999 23:08:00 +0000 (23:08 +0000)] 
Return an error if lpOverlapped is provided to ReadFile / WriteFile.

24 years agoDo not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
Marcus Meissner [Sat, 11 Dec 1999 23:07:27 +0000 (23:07 +0000)] 
Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.

24 years agoThe wavemap driver wasn't passing the callback type to the
Bradley Baetz [Sat, 11 Dec 1999 23:04:55 +0000 (23:04 +0000)] 
The wavemap driver wasn't passing the callback type to the
DriverCallback routine correctly.

24 years agoAdded missing WINAPIs.
Alexandre Julliard [Sat, 11 Dec 1999 23:04:05 +0000 (23:04 +0000)] 
Added missing WINAPIs.

24 years agoIf we have registry entries, use them. Never mind which version we
Marcus Meissner [Sat, 11 Dec 1999 23:02:50 +0000 (23:02 +0000)] 
If we have registry entries, use them. Never mind which version we
autodetected.

24 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Sat, 11 Dec 1999 23:02:15 +0000 (23:02 +0000)] 
Fixed some issues found by winapi_check.

24 years agoMinor fixes and additions.
Patrik Stridvall [Sat, 11 Dec 1999 23:01:45 +0000 (23:01 +0000)] 
Minor fixes and additions.

24 years agoBugfix: Added missing 'return' statement.
Ulrich Weigand [Sat, 11 Dec 1999 23:00:58 +0000 (23:00 +0000)] 
Bugfix: Added missing 'return' statement.

24 years agoSmall fixes.
Juergen Schmied [Sat, 11 Dec 1999 23:00:17 +0000 (23:00 +0000)] 
Small fixes.

24 years agoPerform 16/32A/32W message mapping for posted messages.
Ulrich Weigand [Fri, 10 Dec 1999 03:47:13 +0000 (03:47 +0000)] 
Perform 16/32A/32W message mapping for posted messages.

24 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Fri, 10 Dec 1999 03:46:20 +0000 (03:46 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Added stubs for the WinNT tape backup functions.

24 years agoParse CodeView type/symbol info with 32-bit type indices.
Ulrich Weigand [Fri, 10 Dec 1999 03:43:53 +0000 (03:43 +0000)] 
Parse CodeView type/symbol info with 32-bit type indices.
Added (partial) support for VC 5/6 .PDB files.
Fixed treatment of source file names containing path.

24 years agoFixed off-by-one error.
Ulrich Czekalla [Fri, 10 Dec 1999 03:43:07 +0000 (03:43 +0000)] 
Fixed off-by-one error.

24 years agoBugfix: Show main window if CreateProcess was called without the
Ulrich Weigand [Fri, 10 Dec 1999 03:34:21 +0000 (03:34 +0000)] 
Bugfix: Show main window if CreateProcess was called without the
STARTF_USESHOWWINDOW flag.

24 years agoImplemented PE_UnloadLibrary().
Ulrich Weigand [Fri, 10 Dec 1999 03:31:25 +0000 (03:31 +0000)] 
Implemented PE_UnloadLibrary().

24 years ago- do not loose initial auto-repeat status when acquiring the keyboard more
Lionel Ulmer [Fri, 10 Dec 1999 03:29:32 +0000 (03:29 +0000)] 
- do not loose initial auto-repeat status when acquiring the keyboard more
  than one time
- support of DirectX 7's DIMOUSESTATE2 structure

24 years agoAdded NtPowerInformation stub.
Marcus Meissner [Fri, 10 Dec 1999 03:27:15 +0000 (03:27 +0000)] 
Added NtPowerInformation stub.

24 years agoTransfer only cbStruct size in BindCtxImpl_S(G)etOptions.
Gerard Patel [Fri, 10 Dec 1999 03:23:35 +0000 (03:23 +0000)] 
Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.

24 years agoMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Dimitrie O. Paun [Wed, 8 Dec 1999 03:56:23 +0000 (03:56 +0000)] 
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.

24 years agoDelay sending debug events until process initialization is complete.
Ulrich Weigand [Wed, 8 Dec 1999 03:28:14 +0000 (03:28 +0000)] 
Delay sending debug events until process initialization is complete.

24 years agoUpdated, added chapter on configuration and architecture.
Eric Pouech [Wed, 8 Dec 1999 03:26:58 +0000 (03:26 +0000)] 
Updated, added chapter on configuration and architecture.

24 years ago- Fix MMIO_{Open,Rename} to check the filename (of the form
Bradley Baetz [Wed, 8 Dec 1999 03:26:31 +0000 (03:26 +0000)] 
- Fix MMIO_{Open,Rename} to check the filename (of the form
  file.ext+ABC) for the correct mmio procedure to use.
- mmioStringToFOURCC now converts to uppercase if asked to, and handles
  strings of length < 4.

24 years agoFix problem with EN_UPDATE notification sent by edit control.
Dmitry Timoshkov [Wed, 8 Dec 1999 03:25:30 +0000 (03:25 +0000)] 
Fix problem with EN_UPDATE notification sent by edit control.

24 years agoAdded .rc file support for Win16 NE modules.
Andreas Mohr [Mon, 6 Dec 1999 01:20:00 +0000 (01:20 +0000)] 
Added .rc file support for Win16 NE modules.
Moved display.c and mouse.c to separate dll directories.

24 years agoAllow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
Dmitry Timoshkov [Mon, 6 Dec 1999 00:57:20 +0000 (00:57 +0000)] 
Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.

24 years agoFixes several bugs in gdi path handling.
Huw D M Davies [Sun, 5 Dec 1999 23:54:02 +0000 (23:54 +0000)] 
Fixes several bugs in gdi path handling.
Adds *Path functions to dc funcs table + add EnhMetaFile recording.
Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
funcs table to enable proper enhmetafile recording.
The current position update in *To functions is now handled by the
main function and not in the drivers.
Move USER functions from graphics/painting.c -> windows/painting.c

24 years ago- the OLE version returned was too low
Andreas Mohr [Sun, 5 Dec 1999 23:52:56 +0000 (23:52 +0000)] 
- the OLE version returned was too low
- renamed OABuildVersion16 to OaBuildVersion16
- spelling fixes

24 years agoFix GetCurrentDirectoryA and W to return the needed space for the CWD,
Peter Ganten [Sun, 5 Dec 1999 23:51:56 +0000 (23:51 +0000)] 
Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
if the buffer size is not large enough.

24 years agoRemove hack for keyboard messages in dialogs.
Dmitry Timoshkov [Sun, 5 Dec 1999 23:51:15 +0000 (23:51 +0000)] 
Remove hack for keyboard messages in dialogs.

24 years agoStubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
Ian Schmidt [Sun, 5 Dec 1999 23:49:52 +0000 (23:49 +0000)] 
Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
Implementation for VWin32 Int31/DPMI dispatch call.
Fixed "dangling else" compiler warning.

24 years agoWhenever we do an strncpy we should make sure we put a '\0' at the end
Francois Gouget [Sun, 5 Dec 1999 23:11:47 +0000 (23:11 +0000)] 
Whenever we do an strncpy we should make sure we put a '\0' at the end
of the buffer.

24 years agoAdded Thread32First/Next stubs.
Andreas Mohr [Sun, 5 Dec 1999 23:11:10 +0000 (23:11 +0000)] 
Added Thread32First/Next stubs.

24 years agoMoved wineserver's buffer & buffer_size at the end of TEB so that IE
Eric Pouech [Sun, 5 Dec 1999 23:10:27 +0000 (23:10 +0000)] 
Moved wineserver's buffer & buffer_size at the end of TEB so that IE
doesn't overwrite them.

24 years agoFixed mciInfo.
Eric Pouech [Sun, 5 Dec 1999 23:09:49 +0000 (23:09 +0000)] 
Fixed mciInfo.

24 years agoAdded support for WAVE_FORMAT_QUERY flag in wodOpen.
Eric Pouech [Sun, 5 Dec 1999 23:09:13 +0000 (23:09 +0000)] 
Added support for WAVE_FORMAT_QUERY flag in wodOpen.

24 years agoCorrectly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
Eric Pouech [Sun, 5 Dec 1999 23:08:42 +0000 (23:08 +0000)] 
Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.