wine
23 years agoAllow the size of bitmaps to be changed after toolbar buttons have
Gerard Patel [Sat, 8 Jul 2000 12:48:37 +0000 (12:48 +0000)] 
Allow the size of bitmaps to be changed after toolbar buttons have
been added.

23 years agoOn Windows property sheet has DWL_USER dword pointing to a structure
Slava Monich [Sat, 8 Jul 2000 12:48:13 +0000 (12:48 +0000)] 
On Windows property sheet has DWL_USER dword pointing to a structure
that starts with HWND and PROPSHEETHEADER fields.

23 years agoImplementation of Get/SetThreadPriorityBoost.
Slava Monich [Sat, 8 Jul 2000 12:47:30 +0000 (12:47 +0000)] 
Implementation of Get/SetThreadPriorityBoost.

23 years agoAdded documentation on how to setup wine's Buildin Postscript Driver
Stefan Leichter [Sat, 8 Jul 2000 12:46:27 +0000 (12:46 +0000)] 
Added documentation on how to setup wine's Buildin Postscript Driver
working with ghostscript (afmfiles, ppdfile).

23 years ago- Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
Peter Hunnisett [Sat, 8 Jul 2000 12:45:44 +0000 (12:45 +0000)] 
- Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
  expose further bad code
- Print of pointer used as array now works

23 years agoOnly use the column headers to calculate the width of a
James Hatheway [Sat, 8 Jul 2000 12:45:21 +0000 (12:45 +0000)] 
Only use the column headers to calculate the width of a
LDS_REPORT-type listbox if it actually has column headers.
(ie. LVS_NOCOLUMNHEADER bit is not set.)

23 years agoBeginDeferWindowPos should allow zero count.
Slava Monich [Sat, 8 Jul 2000 12:44:09 +0000 (12:44 +0000)] 
BeginDeferWindowPos should allow zero count.

23 years agoAdded semi-stub.
Andreas Mohr [Sat, 8 Jul 2000 12:43:34 +0000 (12:43 +0000)] 
Added semi-stub.

23 years agoHandle mciSendString("open <mcitype>",...)
Bradley Baetz [Sat, 8 Jul 2000 12:43:09 +0000 (12:43 +0000)] 
Handle mciSendString("open <mcitype>",...)

23 years ago- Bugfix: Macro expansion of strings would assert an internal error
Bertho Stultiens [Sat, 8 Jul 2000 11:49:29 +0000 (11:49 +0000)] 
- Bugfix: Macro expansion of strings would assert an internal error
  or a segfault due to a lacking '\0' in the expansion.
- Bugfix: Prevent buffer overflow in reallocation of macro expansion
  buffers.
- Bugfix: Wrc's version information was not passed as numerical to the
  preprocessor due to an error in the definition of the macro.
- Relaxed the newline constraint in global LANGUAGE statements, which
  was introduced in version 1.1.3, so that some fancy preprocessor
  constructs can work.
- Removed the gcc-style #line handling from the resource-parser to the
  resource-scanner so that it is possible to include files at any stage
  of the source, independent of the parser-state.
- Bugfix: Stringtables were not correctly searched for duplicates
  because the language comparison disregarded the sublanguage.
- Eliminated a repetitive warning when writing stringtables with zero
  length string entries. These are perfectly valid (but make no sense:-).
  Warnings are now only generated during parse in pedantic mode.

23 years agoComplete NLS values for Russian language.
Dmitry Timoshkov [Sat, 8 Jul 2000 11:48:24 +0000 (11:48 +0000)] 
Complete NLS values for Russian language.

23 years agoRemove duplicates in the NLS files.
Dmitry Timoshkov [Sat, 8 Jul 2000 11:48:03 +0000 (11:48 +0000)] 
Remove duplicates in the NLS files.

23 years agoFix SysStringByteLen to really return the length in bytes.
Huw D M Davies [Sat, 8 Jul 2000 11:47:38 +0000 (11:47 +0000)] 
Fix SysStringByteLen to really return the length in bytes.

23 years agoChanged the size of property sheet template to be the same as the
Slava Monich [Sat, 8 Jul 2000 11:47:19 +0000 (11:47 +0000)] 
Changed the size of property sheet template to be the same as the
original one (was 292x159, now 220x140).

23 years agoImplement IDataAdviseHolder.
Huw D M Davies [Sat, 8 Jul 2000 11:46:54 +0000 (11:46 +0000)] 
Implement IDataAdviseHolder.

23 years agoFix typo in ITypeLib::IsName.
Huw D M Davies [Sat, 8 Jul 2000 11:46:33 +0000 (11:46 +0000)] 
Fix typo in ITypeLib::IsName.

23 years agoCreateStreamOnHGlobal should alloc a shared memory block if supplied
Huw D M Davies [Sat, 8 Jul 2000 11:46:16 +0000 (11:46 +0000)] 
CreateStreamOnHGlobal should alloc a shared memory block if supplied
handle is 0.

23 years agoDo not crash if there was no files selected and OK button was pressed.
Dmitry Timoshkov [Sat, 8 Jul 2000 11:45:58 +0000 (11:45 +0000)] 
Do not crash if there was no files selected and OK button was pressed.

23 years agoFix a couple of problems with underruns and stopping/restarting.
Ove Kaaven [Sat, 8 Jul 2000 11:45:39 +0000 (11:45 +0000)] 
Fix a couple of problems with underruns and stopping/restarting.

23 years agoFixed the debugmsg help.
Joerg Mayer [Sat, 8 Jul 2000 11:45:13 +0000 (11:45 +0000)] 
Fixed the debugmsg help.

23 years agoMap each channel on every host to an ASPI controller number.
David Elliott [Sat, 8 Jul 2000 11:44:48 +0000 (11:44 +0000)] 
Map each channel on every host to an ASPI controller number.
Store map in HKEY_DYN_DATA.

23 years agoDSA_InsertItem returns nIndex, not nItemCount.
Andreas Mohr [Sat, 8 Jul 2000 11:44:20 +0000 (11:44 +0000)] 
DSA_InsertItem returns nIndex, not nItemCount.

23 years agoFixed background redrawing when control is covered. Fixed a really
Chris Morgan [Sat, 8 Jul 2000 11:43:57 +0000 (11:43 +0000)] 
Fixed background redrawing when control is covered.  Fixed a really
dumb mistake I made with border drawing many patches ago.  Fixed
offset by 1 alignment issues.

23 years agoRemoved another bad assert and two no longer needed ones.
Marcus Meissner [Sat, 8 Jul 2000 11:43:34 +0000 (11:43 +0000)] 
Removed another bad assert and two no longer needed ones.

24 years agoFixed bad exception handler chain termination.
Eric Pouech [Sun, 25 Jun 2000 12:54:11 +0000 (12:54 +0000)] 
Fixed bad exception handler chain termination.

24 years agoMoved zero-sized window hack to x11drv.
Lawson Whitney [Sun, 25 Jun 2000 12:53:27 +0000 (12:53 +0000)] 
Moved zero-sized window hack to x11drv.

24 years agoReturn "no debugger attached" in NtQueryInformationProcess to satisfy
Marcus Meissner [Sun, 25 Jun 2000 12:51:55 +0000 (12:51 +0000)] 
Return "no debugger attached" in NtQueryInformationProcess to satisfy
some copy protection mechanisms.

24 years agoFixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
Eric Pouech [Sun, 25 Jun 2000 12:51:14 +0000 (12:51 +0000)] 
Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.

24 years agoFixed two asserts in Blt().
Marcus Meissner [Sun, 25 Jun 2000 12:50:54 +0000 (12:50 +0000)] 
Fixed two asserts in Blt().

24 years agoProperly cast arguments to printf to match the intended output.
Gerald Pfeifer [Sun, 25 Jun 2000 12:50:31 +0000 (12:50 +0000)] 
Properly cast arguments to printf to match the intended output.

24 years agoSeveral fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
Eric Pouech [Sun, 25 Jun 2000 12:50:11 +0000 (12:50 +0000)] 
Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
Seeking from SEEK_END was wrong.
Seeking on empty buffer was wrong.
Some installed ioProcs had uninitialized fields.
A few more bits for rename functions.

24 years agoAdded BreakOnDllLoad internal var, cleaned up register validation on
Eric Pouech [Sun, 25 Jun 2000 12:49:13 +0000 (12:49 +0000)] 
Added BreakOnDllLoad internal var, cleaned up register validation on
exception.

24 years agoAdd workarounds for null strings in TOOLBAR_InsertButtonA and calling
Mike McCormack [Sun, 25 Jun 2000 12:48:41 +0000 (12:48 +0000)] 
Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
TOOLBAR_SetButtonSize after button added to the toolbar (latter for
WINZIP32.EXE)

24 years agoSet the minimum dropped height to the combo list height if any in
Gerard Patel [Sun, 25 Jun 2000 12:47:59 +0000 (12:47 +0000)] 
Set the minimum dropped height to the combo list height if any in
CBDropDown.

24 years agoIf whitespace or dots are appended to the end of any component in a
Dave Hawkes [Sun, 25 Jun 2000 12:46:40 +0000 (12:46 +0000)] 
If whitespace or dots are appended to the end of any component in a
path then it should be ignored.

24 years agoMake sure the cmdline passed to CreateProcessA is writeable (thanks to
Alexandre Julliard [Sat, 24 Jun 2000 20:53:47 +0000 (20:53 +0000)] 
Make sure the cmdline passed to CreateProcessA is writeable (thanks to
Peter Ganten <peter@ganten.org>).

24 years agoCleaned up loading/init code in OSS.
Eric Pouech [Sat, 24 Jun 2000 17:54:43 +0000 (17:54 +0000)] 
Cleaned up loading/init code in OSS.
Cleaned up getDevCaps in midi part.
Implemented asynchronous waveIn recording using a thread.

24 years agoA few missing console stubs.
Eric Pouech [Sat, 24 Jun 2000 17:54:07 +0000 (17:54 +0000)] 
A few missing console stubs.

24 years agoFixed animation loading for RLE encoding.
Eric Pouech [Sat, 24 Jun 2000 17:53:40 +0000 (17:53 +0000)] 
Fixed animation loading for RLE encoding.

24 years ago- removed hack to find the right resource
Juergen Schmied [Sat, 24 Jun 2000 13:50:52 +0000 (13:50 +0000)] 
- removed hack to find the right resource
- updated to use the ICOM macros
- cleaned up use typelib and typelib2 (was mixed up)

24 years ago- fixed reported bugs
Juergen Schmied [Sat, 24 Jun 2000 13:39:53 +0000 (13:39 +0000)] 
- fixed reported bugs
- fixed default extensions
- implemented "browse to desktop" button

24 years agoGetCommandLine should return non-const strings.
Hidenori Takeshima [Sat, 24 Jun 2000 13:37:05 +0000 (13:37 +0000)] 
GetCommandLine should return non-const strings.

24 years agoCallProcEx32W should be named _CallProcEx32W.
Andreas Mohr [Sat, 24 Jun 2000 13:34:07 +0000 (13:34 +0000)] 
CallProcEx32W should be named _CallProcEx32W.

24 years agoAdded some stuff saying that this is NOT supported.
Andreas Mohr [Sat, 24 Jun 2000 13:33:52 +0000 (13:33 +0000)] 
Added some stuff saying that this is NOT supported.

24 years agoAvoid calling the exception handler in some cases.
Juergen Schmied [Sat, 24 Jun 2000 13:33:26 +0000 (13:33 +0000)] 
Avoid calling the exception handler in some cases.

24 years ago- many new Path* stubs
Juergen Schmied [Sat, 24 Jun 2000 12:56:08 +0000 (12:56 +0000)] 
- many new Path* stubs
- many bugfixes
- class functions expanding environments variables now

24 years agoImplemented the DirectSound HAL in winmm's wineoss (Open Sound System)
Ove Kaaven [Sat, 24 Jun 2000 12:55:33 +0000 (12:55 +0000)] 
Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
driver, and winmm's interface for DirectSound to access it. It
requires the ability to mmap /dev/dsp, to trigger playback, and
sample-accurate position readouts. (If the soundcard's device driver
does not report these capabilities, wineoss will report the HAL as
unavailable and force DirectSound to use its HEL instead.)

24 years agoImplemented the DirectSound HAL mode for DMA primary buffers, with a
Ove Kaaven [Sat, 24 Jun 2000 12:54:49 +0000 (12:54 +0000)] 
Implemented the DirectSound HAL mode for DMA primary buffers, with a
10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
DirectSound to use (so drivers like wineoss have some way of knowing
what to prepare itself for).

24 years agoImplemented/stubbed IconSize() and ControlPanelInfo() needed for Win
Andreas Mohr [Sat, 24 Jun 2000 12:54:00 +0000 (12:54 +0000)] 
Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
2.0 control.exe and paint.exe.

24 years agoAdded IDI_WINLOGO.
Hidenori Takeshima [Sat, 24 Jun 2000 12:52:53 +0000 (12:52 +0000)] 
Added IDI_WINLOGO.

24 years agoDon't block endlessly after last debugged process has exited.
Eric Pouech [Sat, 24 Jun 2000 12:52:13 +0000 (12:52 +0000)] 
Don't block endlessly after last debugged process has exited.

24 years agoAdded (back) correct behavior for NULL ptrs in CharToOem funcs.
Eric Pouech [Sat, 24 Jun 2000 12:51:48 +0000 (12:51 +0000)] 
Added (back) correct behavior for NULL ptrs in CharToOem funcs.

24 years agoFixed some OOM conditions in GlobalAlloc.
Eric Pouech [Sat, 24 Jun 2000 12:51:24 +0000 (12:51 +0000)] 
Fixed some OOM conditions in GlobalAlloc.

24 years agoAdded missing #include <math.h>.
Gerald Pfeifer [Sat, 24 Jun 2000 12:50:56 +0000 (12:50 +0000)] 
Added missing #include <math.h>.

24 years agoRemoved MIME garbage.
Alexandre Julliard [Sat, 24 Jun 2000 12:50:33 +0000 (12:50 +0000)] 
Removed MIME garbage.

24 years agoCreate xlib ddsurfaces with correct reference counts.
Marcus Meissner [Sat, 24 Jun 2000 12:50:08 +0000 (12:50 +0000)] 
Create xlib ddsurfaces with correct reference counts.

24 years agoSplit bidi16.c and network.c out of misc/ into their respective dlls.
Alexandre Julliard [Sat, 24 Jun 2000 12:41:05 +0000 (12:41 +0000)] 
Split bidi16.c and network.c out of misc/ into their respective dlls.

24 years agoSplit the build program in several files.
Alexandre Julliard [Fri, 23 Jun 2000 20:15:35 +0000 (20:15 +0000)] 
Split the build program in several files.
Renamed it 'winebuild' to avoid possible conflicts.
Cleaned up command-line parsing.
Make it understand -fPIC instead of -pic.
Merged call16.s and call32.s generated files.

24 years agoAdded more ordinals to KERNEL, GDI, USER and system drivers
Andreas Mohr [Fri, 23 Jun 2000 17:10:50 +0000 (17:10 +0000)] 
Added more ordinals to KERNEL, GDI, USER and system drivers
(Windows 1.1, 2.0).

24 years ago_common_depth_to_pixelformat() returns -1 and not zero, if a mode is
Peter Ganten [Fri, 23 Jun 2000 16:54:23 +0000 (16:54 +0000)] 
_common_depth_to_pixelformat() returns -1 and not zero, if a mode is
supported.

24 years agoAvoid gratuitously changing the ZORDER.
Dave Hawkes [Fri, 23 Jun 2000 16:53:52 +0000 (16:53 +0000)] 
Avoid gratuitously changing the ZORDER.

24 years agoUse correct bpp for the X side of the surface XImages.
Marcus Meissner [Fri, 23 Jun 2000 16:52:53 +0000 (16:52 +0000)] 
Use correct bpp for the X side of the surface XImages.
Cleaned up Xlib_Surface_Release so it is a bit more readable.
use VirtualAlloc for conversion-programside buffer to simplify
handling.

24 years agoGlobalFree16 returns NULL on success, but DestroyAcceleratorTable
Dave Hawkes [Fri, 23 Jun 2000 16:51:19 +0000 (16:51 +0000)] 
GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
should return TRUE on success.

24 years agoDump FourCC correctly, print conversion messages, add reference to
Marcus Meissner [Fri, 23 Jun 2000 16:50:24 +0000 (16:50 +0000)] 
Dump FourCC correctly, print conversion messages, add reference to
ddraw in DDSurface::GetDDInterface.

24 years agoRestrict nTimeout to 0-32767, since it is a 16bit value in X.
Marcus Meissner [Fri, 23 Jun 2000 16:49:46 +0000 (16:49 +0000)] 
Restrict nTimeout to 0-32767, since it is a 16bit value in X.

24 years agoException handling for SIGFPE must always clear the FPU interrupt
Dave Hawkes [Fri, 23 Jun 2000 16:49:09 +0000 (16:49 +0000)] 
Exception handling for SIGFPE must always clear the FPU interrupt
status.

24 years agoMoved shared crtdll/ntdll functions into ntdll.
Alexandre Julliard [Fri, 23 Jun 2000 16:16:30 +0000 (16:16 +0000)] 
Moved shared crtdll/ntdll functions into ntdll.
Made crtdll a separate dll.

24 years agoCleaned up a few inter-dll dependencies.
Alexandre Julliard [Fri, 23 Jun 2000 16:13:33 +0000 (16:13 +0000)] 
Cleaned up a few inter-dll dependencies.

24 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Fri, 23 Jun 2000 15:47:36 +0000 (15:47 +0000)] 
Fixed some issues found by winapi_check.

24 years agoFixed some warnings.
Patrik Stridvall [Fri, 23 Jun 2000 15:47:14 +0000 (15:47 +0000)] 
Fixed some warnings.

24 years ago- Minor API files fixes.
Patrik Stridvall [Fri, 23 Jun 2000 15:46:26 +0000 (15:46 +0000)] 
- Minor API files fixes.
- Minor bug fixes and additions.

24 years agoRestructure DirectSound. Remove dsound thread, use MM timers
Ove Kaaven [Fri, 23 Jun 2000 15:45:05 +0000 (15:45 +0000)] 
Restructure DirectSound. Remove dsound thread, use MM timers
instead. Implemented the DirectSound HEL, with the ability to
prebuffer 300ms of sound, while maintaining play latency of 40ms, and
the exact playposition (Starcraft cinematics are lip-synched).  Some
initial HAL support.

24 years agoReplaced the BUILTIN32_dlopen() ERR() by a WARN().
Andreas Mohr [Fri, 23 Jun 2000 15:36:27 +0000 (15:36 +0000)] 
Replaced the BUILTIN32_dlopen() ERR() by a WARN().

24 years agoAdded include/winresrc.h for porting with winelib.
Hidenori Takeshima [Fri, 23 Jun 2000 15:35:54 +0000 (15:35 +0000)] 
Added include/winresrc.h for porting with winelib.

24 years agoMerged DeviceCapabilities and DeviceCapabilitiesA.
Francois Gouget [Fri, 23 Jun 2000 15:34:52 +0000 (15:34 +0000)] 
Merged DeviceCapabilities and DeviceCapabilitiesA.

24 years agoMerged MCIWndCreate and MCIWndCreateA.
Francois Gouget [Fri, 23 Jun 2000 15:34:25 +0000 (15:34 +0000)] 
Merged MCIWndCreate and MCIWndCreateA.

24 years agoCLSIDFromString apparently also accepts ProgIDs as an input string.
Huw D M Davies [Fri, 23 Jun 2000 15:33:31 +0000 (15:33 +0000)] 
CLSIDFromString apparently also accepts ProgIDs as an input string.

24 years agoAdded SC_ICON/SC_ZOOM (obsolete macros).
Hidenori Takeshima [Fri, 23 Jun 2000 15:32:05 +0000 (15:32 +0000)] 
Added SC_ICON/SC_ZOOM (obsolete macros).

24 years agoAdded prototypes for new InternetCheckConnection*.
Marcus Meissner [Fri, 23 Jun 2000 15:30:50 +0000 (15:30 +0000)] 
Added prototypes for new InternetCheckConnection*.

24 years agoCleaned up a few inter-dll dependencies.
Alexandre Julliard [Tue, 20 Jun 2000 20:59:27 +0000 (20:59 +0000)] 
Cleaned up a few inter-dll dependencies.

24 years agoFixed problems with compilation/install out of source tree.
Alexander V. Lukyanov [Tue, 20 Jun 2000 20:50:50 +0000 (20:50 +0000)] 
Fixed problems with compilation/install out of source tree.

24 years agoOleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
Noomen Hamza [Tue, 20 Jun 2000 20:49:53 +0000 (20:49 +0000)] 
OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
the CLSID of the OLE object is not found in the registry. Fixed.

24 years agoMake WritePrivateProfileSectionA care for "" and NULL as the
Uwe Bonnes [Tue, 20 Jun 2000 20:48:46 +0000 (20:48 +0000)] 
Make WritePrivateProfileSectionA care for "" and NULL as the
string argument. New function PROFILE_DeleteAllKeys.

24 years agoFixed format strings.
Gerald Pfeifer [Tue, 20 Jun 2000 20:34:41 +0000 (20:34 +0000)] 
Fixed format strings.

24 years agoFix a crash in winhelp caused by hmemcpy16 without prototype.
Rein Klazes [Tue, 20 Jun 2000 20:34:11 +0000 (20:34 +0000)] 
Fix a crash in winhelp caused by hmemcpy16 without prototype.
Fix some compiler warnings.

24 years agoFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
Alexandre Julliard [Tue, 20 Jun 2000 20:24:14 +0000 (20:24 +0000)] 
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.

24 years agoFixed WHDR_DONE race condition.
Ove Kaaven [Tue, 20 Jun 2000 20:18:09 +0000 (20:18 +0000)] 
Fixed WHDR_DONE race condition.

24 years agoImplemented StrCatBuff.
Huw D M Davies [Tue, 20 Jun 2000 20:17:39 +0000 (20:17 +0000)] 
Implemented StrCatBuff.

24 years agoAdded typedef of DROPFILES.
Hidenori Takeshima [Tue, 20 Jun 2000 20:16:55 +0000 (20:16 +0000)] 
Added typedef of DROPFILES.

24 years agoAdded ResultFromScode/GetScode (obsolete macros).
Hidenori Takeshima [Tue, 20 Jun 2000 20:16:32 +0000 (20:16 +0000)] 
Added ResultFromScode/GetScode (obsolete macros).

24 years agoMoveToEx: return TRUE even if there is no driver implementation.
Dave Hawkes [Tue, 20 Jun 2000 20:15:38 +0000 (20:15 +0000)] 
MoveToEx: return TRUE even if there is no driver implementation.

24 years agoProtect against programs creating parts with negative width.
Gerard Patel [Tue, 20 Jun 2000 20:13:24 +0000 (20:13 +0000)] 
Protect against programs creating parts with negative width.

24 years agoUse GetSystemDefaultLangID() instead of WINE_LanguageId.
Dmitry Timoshkov [Sun, 18 Jun 2000 19:31:19 +0000 (19:31 +0000)] 
Use GetSystemDefaultLangID() instead of WINE_LanguageId.

24 years ago- cleaned-up break handling
Eric Pouech [Sun, 18 Jun 2000 19:30:24 +0000 (19:30 +0000)] 
- cleaned-up break handling
- better integration of debugger inner loops (parser & events)
- added attach command
- improved parser so that it can be entered without any process loaded
- added BreakOnFirstChance internal variable
- disabled NE module symbol module (which is broken with ASS)
- misc portability cleanups

24 years ago- Fixed a memory corruption in safe arrays when using SafeArrayCopy()
Stephane Lussier [Sun, 18 Jun 2000 19:29:40 +0000 (19:29 +0000)] 
- Fixed a memory corruption in safe arrays when using SafeArrayCopy()
  function with a SafeArray created with FADF_FIXEDSIZE.
- Added more FADF flags in the .h file.
- FADF flags were defined twice, corrected the situation.

24 years agoDo not assume that double byte font == unicode font.
Dmitry Timoshkov [Sun, 18 Jun 2000 19:28:42 +0000 (19:28 +0000)] 
Do not assume that double byte font == unicode font.

24 years agoAdded some missing prototypes.
Francois Gouget [Sun, 18 Jun 2000 17:26:44 +0000 (17:26 +0000)] 
Added some missing prototypes.
Define the HDRAWDIB handle type.

24 years agohmemcpy16 is a Win16 API, the macro is hmemcpy.
Francois Gouget [Sun, 18 Jun 2000 17:24:34 +0000 (17:24 +0000)] 
hmemcpy16 is a Win16 API, the macro is hmemcpy.

24 years agoCreated an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
James Hatheway [Sun, 18 Jun 2000 17:23:17 +0000 (17:23 +0000)] 
Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
functions already implemented.

24 years agoFixed port status query.
Eric Pouech [Sun, 18 Jun 2000 17:22:13 +0000 (17:22 +0000)] 
Fixed port status query.