wine
24 years agoInitialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
Marcus Meissner [Thu, 10 Feb 2000 22:36:17 +0000 (22:36 +0000)] 
Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).

24 years agoOptimized debugging API to reduce code size.
Alexandre Julliard [Thu, 10 Feb 2000 22:15:21 +0000 (22:15 +0000)] 
Optimized debugging API to reduce code size.

24 years agoRemoved extra includes from ole.h and wingdi.h.
Alexandre Julliard [Thu, 10 Feb 2000 19:39:48 +0000 (19:39 +0000)] 
Removed extra includes from ole.h and wingdi.h.

24 years agoRemoved #include of wingdi.h and windef.h from winuser.h (and resolved
Jeremy White [Thu, 10 Feb 2000 19:03:02 +0000 (19:03 +0000)] 
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
the resulting compilation failures).

24 years agoMake CLSIDFromString return a CLSID of zeros instead of crashing when
Owen Wang [Mon, 7 Feb 2000 22:20:44 +0000 (22:20 +0000)] 
Make CLSIDFromString return a CLSID of zeros instead of crashing when
passed a null pointer.

24 years agoFixed unconditional use of JOYDEV.
Gerald Pfeifer [Mon, 7 Feb 2000 22:11:40 +0000 (22:11 +0000)] 
Fixed unconditional use of JOYDEV.

24 years agoAdded a bunch of macros needed for compiling Winelib apps.
Michael Cardenas [Mon, 7 Feb 2000 17:22:01 +0000 (17:22 +0000)] 
Added a bunch of macros needed for compiling Winelib apps.

24 years agoAdded ListView_EditLabel macros.
Juergen Schmied [Mon, 7 Feb 2000 17:18:00 +0000 (17:18 +0000)] 
Added ListView_EditLabel macros.

24 years agoChanged import to ordinal.
Juergen Schmied [Mon, 7 Feb 2000 17:17:41 +0000 (17:17 +0000)] 
Changed import to ordinal.

24 years agoAdded IPersistFolder2 interface.
Juergen Schmied [Mon, 7 Feb 2000 17:17:28 +0000 (17:17 +0000)] 
Added IPersistFolder2 interface.

24 years ago- implemented serial numbers for audio CDs and data CDs
Andreas Mohr [Mon, 7 Feb 2000 16:28:52 +0000 (16:28 +0000)] 
- implemented serial numbers for audio CDs and data CDs
- big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
  naming and such
- split debug channel cdaudio into cdrom and mcicda
- fixed some typos

24 years agoMade OleCreateFontIndirect have the same signature (exactly) as the
Sean Langley [Mon, 7 Feb 2000 16:27:33 +0000 (16:27 +0000)] 
Made OleCreateFontIndirect have the same signature (exactly) as the
header file. Added olepro32 dll stubs.

24 years agoOLEPRO32 stubs.
Sean Langley [Mon, 7 Feb 2000 16:26:56 +0000 (16:26 +0000)] 
OLEPRO32 stubs.

24 years agoAdded CF_HDROP.
Juergen Schmied [Mon, 7 Feb 2000 16:22:57 +0000 (16:22 +0000)] 
Added CF_HDROP.

24 years agoExtended the winmm joystick API calls to support the new Linux
Wolfgang Schwotzer [Mon, 7 Feb 2000 16:22:07 +0000 (16:22 +0000)] 
Extended the winmm joystick API calls to support the new Linux
joystick driver.

24 years agoAdded context functions for FreeBSD.
Juergen Lock [Mon, 7 Feb 2000 16:03:08 +0000 (16:03 +0000)] 
Added context functions for FreeBSD.

24 years agoFix for the system tray, Icon and popup menu's now work.
Sheri Steeves [Mon, 7 Feb 2000 16:02:41 +0000 (16:02 +0000)] 
Fix for the system tray, Icon and popup menu's now work.

24 years agoUse window properties instead of window long, also use them to
Marcus Meissner [Mon, 7 Feb 2000 16:02:13 +0000 (16:02 +0000)] 
Use window properties instead of window long, also use them to
determine if we really own a window and can destroy it.
The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
Set paintable flag for application passed cooperative/drawing window.
GetDisplayMode: We might have and do support 2 backbuffers.

24 years agoRunning object table are not using 0 as a valid index anymore.
Noomen Hamza [Mon, 7 Feb 2000 16:01:37 +0000 (16:01 +0000)] 
Running object table are not using 0 as a valid index anymore.

24 years agoImplementation of Static OwnerDraw.
Luc Tourangeau [Mon, 7 Feb 2000 16:01:04 +0000 (16:01 +0000)] 
Implementation of Static OwnerDraw.

24 years agoHeight calculation was 1 off in ImageList_Read.
Marcus Meissner [Mon, 7 Feb 2000 16:00:33 +0000 (16:00 +0000)] 
Height calculation was 1 off in ImageList_Read.

24 years agoRemoved resource.h.
Alexandre Julliard [Thu, 3 Feb 2000 01:54:36 +0000 (01:54 +0000)] 
Removed resource.h.

24 years agoAdded .spec files for all libtest/ and programs/ WineLib apps.
Ulrich Weigand [Thu, 3 Feb 2000 01:37:23 +0000 (01:37 +0000)] 
Added .spec files for all libtest/ and programs/ WineLib apps.
Updated all Makefiles to use .spec files and new resource handling.

24 years agoAdded .spec keyword 'mode' to allow creating built-in EXE modules.
Ulrich Weigand [Thu, 3 Feb 2000 01:33:48 +0000 (01:33 +0000)] 
Added .spec keyword 'mode' to allow creating built-in EXE modules.
Use built-in EXE modules for WineLib apps (instead of ELF modules).
Removed dummy ELF module creation.
Removed LIBRES handling.

24 years agoFixed memory overwrite bug.
Ulrich Weigand [Thu, 3 Feb 2000 01:33:04 +0000 (01:33 +0000)] 
Fixed memory overwrite bug.

24 years agoMoved definitions such as BOOL16 and INT16 from windef.h into
Jeremy White [Thu, 3 Feb 2000 01:04:39 +0000 (01:04 +0000)] 
Moved definitions such as BOOL16 and INT16 from windef.h into
wine/windef16.h.

24 years agoGetNumberFormatA implementation added.
Julio César Gázquez [Thu, 3 Feb 2000 01:03:49 +0000 (01:03 +0000)] 
GetNumberFormatA implementation added.

24 years agoSave and restore cursor in WriteConsoleOutputA.
Marcus Meissner [Thu, 3 Feb 2000 01:03:23 +0000 (01:03 +0000)] 
Save and restore cursor in WriteConsoleOutputA.

24 years ago- Implementation of WM_SETFORMAT
Alex Priem [Thu, 3 Feb 2000 00:48:39 +0000 (00:48 +0000)] 
- Implementation of WM_SETFORMAT
- Reworked drawing/selection
- Implementation of WM_KEYDOWN

24 years agoAdded INT_Int16ReadChar and made int09 handle special keys.
Ove Kaaven [Thu, 3 Feb 2000 00:47:01 +0000 (00:47 +0000)] 
Added INT_Int16ReadChar and made int09 handle special keys.

24 years agoAdded alphanumeric mode to the VGA emulation.
Ove Kaaven [Thu, 3 Feb 2000 00:46:29 +0000 (00:46 +0000)] 
Added alphanumeric mode to the VGA emulation.
Use service thread for the periodic refresh.

24 years agoCleanup VGA refresh when terminating.
Ove Kaaven [Thu, 3 Feb 2000 00:46:00 +0000 (00:46 +0000)] 
Cleanup VGA refresh when terminating.

24 years agoHandle backspace correctly.
Ove Kaaven [Thu, 3 Feb 2000 00:45:04 +0000 (00:45 +0000)] 
Handle backspace correctly.

24 years agoBuild most dlls as separate shared libraries.
Alexandre Julliard [Mon, 31 Jan 2000 05:02:49 +0000 (05:02 +0000)] 
Build most dlls as separate shared libraries.

24 years agoRelease 20000130. wine-20000130
Alexandre Julliard [Sun, 30 Jan 2000 22:50:37 +0000 (22:50 +0000)] 
Release 20000130.

24 years agoAdded configure check for sys/reg.h.
Ulrich Weigand [Sun, 30 Jan 2000 22:22:22 +0000 (22:22 +0000)] 
Added configure check for sys/reg.h.

24 years agoOverlay indices are signed shorts (-1 means no overlay)
Marcus Meissner [Sun, 30 Jan 2000 22:21:22 +0000 (22:21 +0000)] 
Overlay indices are signed shorts (-1 means no overlay)
(ImageList_SetOverlayIndex) should accept -1 as overlayindex.
(ImageList_Read) We can read a NxM bitmap from the stream and have
to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
documentation.
(others) removed some potential operator precendence problems.

24 years agoGetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
Marcus Meissner [Sun, 30 Jan 2000 22:19:08 +0000 (22:19 +0000)] 
GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.

24 years agoMoved debugger to libwine to make it available to WineLib apps.
Ulrich Weigand [Sun, 30 Jan 2000 21:16:45 +0000 (21:16 +0000)] 
Moved debugger to libwine to make it available to WineLib apps.
Try to invoke external debugger if internal debugger crashes.
Try to handle early invocation of debugger more gracefully.

24 years agoMark initial process as 32-bit for WineLib apps.
Ulrich Weigand [Sun, 30 Jan 2000 21:16:06 +0000 (21:16 +0000)] 
Mark initial process as 32-bit for WineLib apps.
Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
Removed unused thread event.

24 years ago- Windows skips the '\t' and ' ' at the beginning and end of section
Andreas Mohr [Sun, 30 Jan 2000 21:15:14 +0000 (21:15 +0000)] 
- Windows skips the '\t' and ' ' at the beginning and end of section
  key names of .INI files.
- Fixed Get/WritePrivateProfileStructA():
  - (re-)translate the binary data into ASCII hex chars
  - add checksum / checking of it

24 years ago- fixes, loading of settings per user
Juergen Schmied [Sun, 30 Jan 2000 03:03:23 +0000 (03:03 +0000)] 
- fixes, loading of settings per user
- autodetecting of windows registry version

24 years agoThe COM virtual tables must use the
Francois Gouget [Sun, 30 Jan 2000 02:55:16 +0000 (02:55 +0000)] 
The COM virtual tables must use the
'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.

24 years agoMade int9 handler add keystroke to BIOS keyboard buffer.
Ove Kaaven [Sun, 30 Jan 2000 02:54:14 +0000 (02:54 +0000)] 
Made int9 handler add keystroke to BIOS keyboard buffer.

24 years agodosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
Ove Kaaven [Sun, 30 Jan 2000 02:53:56 +0000 (02:53 +0000)] 
dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.

24 years agoAdded a couple of prototypes.
Ove Kaaven [Sun, 30 Jan 2000 02:53:33 +0000 (02:53 +0000)] 
Added a couple of prototypes.

24 years agoAdd information about code pages to default registry.
Dmitry Timoshkov [Sun, 30 Jan 2000 02:53:09 +0000 (02:53 +0000)] 
Add information about code pages to default registry.

24 years ago- Unixware (Solaris) linker typo fixed
Patrik Stridvall [Sun, 30 Jan 2000 00:36:50 +0000 (00:36 +0000)] 
- Unixware (Solaris) linker typo fixed
- Solaris (and possibly Unixware) specific linker support for the
  GNU:ism --[no-]whole-archive
- Solaris make specific makefile fix

24 years agoSolaris support for {set,get}_thread_context added.
Patrik Stridvall [Sun, 30 Jan 2000 00:23:12 +0000 (00:23 +0000)] 
Solaris support for {set,get}_thread_context added.

24 years agoAdded our own user_regs_struct definition for better compatibility.
Alexandre Julliard [Sat, 29 Jan 2000 23:35:42 +0000 (23:35 +0000)] 
Added our own user_regs_struct definition for better compatibility.

24 years agoCorrect the behaviour of the accelerator keys in dialogs according to
Dmitry Timoshkov [Sat, 29 Jan 2000 22:09:40 +0000 (22:09 +0000)] 
Correct the behaviour of the accelerator keys in dialogs according to
the Windows' one.

24 years agoLink only a single .rc file with application.
Ulrich Weigand [Sat, 29 Jan 2000 22:07:03 +0000 (22:07 +0000)] 
Link only a single .rc file with application.

24 years ago- add some documentation items
Andreas Mohr [Sat, 29 Jan 2000 21:12:58 +0000 (21:12 +0000)] 
- add some documentation items
- fix some spelling
- fix some warnings

24 years ago- support for reading labels and serial nums from device
Andreas Mohr [Sat, 29 Jan 2000 21:11:47 +0000 (21:11 +0000)] 
- support for reading labels and serial nums from device
- "reasonable" misc/cdrom.c device handling
- much improved audio CD support
- serial number overwrite bug fix
- spelling fixes

24 years agoAdded SETUPX dll.
Andreas Mohr [Sat, 29 Jan 2000 21:09:02 +0000 (21:09 +0000)] 
Added SETUPX dll.

24 years agoFixed minor issues found by winapi_check.
Patrik Stridvall [Sat, 29 Jan 2000 21:02:19 +0000 (21:02 +0000)] 
Fixed minor issues found by winapi_check.

24 years ago- Minor fixes.
Patrik Stridvall [Sat, 29 Jan 2000 21:01:47 +0000 (21:01 +0000)] 
- Minor fixes.
- Moved some of the API specifications from the global file to the
  local files.

24 years agoImplemented ImageList_Read (not 100% correct in regarding to setting
Marcus Meissner [Sat, 29 Jan 2000 21:00:25 +0000 (21:00 +0000)] 
Implemented ImageList_Read (not 100% correct in regarding to setting
the bitmap).
Filled out unknown members of ILHEAD.
Started reordering IMAGELIST to make it Windows binary compatible.

24 years agonIconIndex == -1 should return nr of available icons, not 0.
Marcus Meissner [Sat, 29 Jan 2000 20:59:31 +0000 (20:59 +0000)] 
nIconIndex == -1 should return nr of available icons, not 0.

24 years agoFixed building of dosmod and wineclipsrv.
Alexandre Julliard [Sat, 29 Jan 2000 20:02:49 +0000 (20:02 +0000)] 
Fixed building of dosmod and wineclipsrv.

24 years agoBug fix: added temp structure to cope with debug traces during thread
Alexandre Julliard [Sat, 29 Jan 2000 20:02:07 +0000 (20:02 +0000)] 
Bug fix: added temp structure to cope with debug traces during thread
startup.

24 years agoRemoved debugstr.h.
Alexandre Julliard [Sat, 29 Jan 2000 19:49:58 +0000 (19:49 +0000)] 
Removed debugstr.h.

24 years agoUse a per-thread buffer and write(2) for debug traces.
Alexandre Julliard [Sat, 29 Jan 2000 19:46:50 +0000 (19:46 +0000)] 
Use a per-thread buffer and write(2) for debug traces.
Removed debug_dumpstr.

24 years agoSmall fix.
Juergen Schmied [Thu, 27 Jan 2000 05:39:44 +0000 (05:39 +0000)] 
Small fix.

24 years agoGet HCU name from unix user name.
Juergen Schmied [Thu, 27 Jan 2000 05:37:54 +0000 (05:37 +0000)] 
Get HCU name from unix user name.

24 years agoImplemented GetThreadSelectorEntry through the server.
Alexandre Julliard [Thu, 27 Jan 2000 02:54:17 +0000 (02:54 +0000)] 
Implemented GetThreadSelectorEntry through the server.

24 years agoDynamically load version.dll in MMDRV_GetDescription32.
Alexandre Julliard [Wed, 26 Jan 2000 02:36:43 +0000 (02:36 +0000)] 
Dynamically load version.dll in MMDRV_GetDescription32.

24 years agoUse a linked list instead of a DPA for the hook list.
Alexandre Julliard [Wed, 26 Jan 2000 02:25:44 +0000 (02:25 +0000)] 
Use a linked list instead of a DPA for the hook list.

24 years agoUse a linked list instead of a DPA to manage pixmaps.
Alexandre Julliard [Wed, 26 Jan 2000 02:21:30 +0000 (02:21 +0000)] 
Use a linked list instead of a DPA to manage pixmaps.

24 years agoReturns an error if trying to write to a stream opened for read.
Gerard Patel [Wed, 26 Jan 2000 02:04:44 +0000 (02:04 +0000)] 
Returns an error if trying to write to a stream opened for read.

24 years agoAdd a newbie warning for slashes in the search Path= of wine.conf.
Andreas Mohr [Wed, 26 Jan 2000 02:04:09 +0000 (02:04 +0000)] 
Add a newbie warning for slashes in the search Path= of wine.conf.

24 years agoWait for ShmCompletion during Flip.
Ove Kaaven [Wed, 26 Jan 2000 02:03:32 +0000 (02:03 +0000)] 
Wait for ShmCompletion during Flip.

24 years agoMade --enable-dll the default.
Alexandre Julliard [Wed, 26 Jan 2000 01:45:58 +0000 (01:45 +0000)] 
Made --enable-dll the default.
Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
Cleaned up install targets in main Makefile.

24 years agoDon't crash when ObjectAttributes is NULL.
Alexandre Julliard [Wed, 26 Jan 2000 01:39:51 +0000 (01:39 +0000)] 
Don't crash when ObjectAttributes is NULL.

24 years agoUse argv[0] to locate the server executable.
Alexandre Julliard [Tue, 25 Jan 2000 21:19:58 +0000 (21:19 +0000)] 
Use argv[0] to locate the server executable.

24 years agoShare the system heap between different address spaces. Made process
Alexandre Julliard [Tue, 25 Jan 2000 01:41:35 +0000 (01:41 +0000)] 
Share the system heap between different address spaces. Made process
heap per-address space instead of per-process.

24 years agoMade the server listen for new clients on a Unix socket in
Alexandre Julliard [Tue, 25 Jan 2000 01:40:27 +0000 (01:40 +0000)] 
Made the server listen for new clients on a Unix socket in
$HOME/.wine. Newly started wine processes now attach to an existing
server if one is running.

24 years agoAdded PROFILE_GetConfigDir function.
Alexandre Julliard [Tue, 25 Jan 2000 01:35:01 +0000 (01:35 +0000)] 
Added PROFILE_GetConfigDir function.

24 years agoChanged the server to return STATUS_* error codes.
Alexandre Julliard [Mon, 24 Jan 2000 21:58:06 +0000 (21:58 +0000)] 
Changed the server to return STATUS_* error codes.

24 years agoBuilt a complete translation table for RtlNtStatusToDosError.
Alexandre Julliard [Mon, 24 Jan 2000 20:59:45 +0000 (20:59 +0000)] 
Built a complete translation table for RtlNtStatusToDosError.

24 years agoAdded some error codes.
Alexandre Julliard [Mon, 24 Jan 2000 05:54:11 +0000 (05:54 +0000)] 
Added some error codes.

24 years agoUse GetProcAddress instead of calling ShellAboutA directly.
Alexandre Julliard [Mon, 24 Jan 2000 05:46:47 +0000 (05:46 +0000)] 
Use GetProcAddress instead of calling ShellAboutA directly.

24 years agoMerged dlls/ver into dlls/version.
Alexandre Julliard [Sun, 23 Jan 2000 22:56:08 +0000 (22:56 +0000)] 
Merged dlls/ver into dlls/version.

24 years ago- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
Juergen Schmied [Sun, 23 Jan 2000 22:35:33 +0000 (22:35 +0000)] 
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
  NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
  RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
  RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
  RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
  RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
  RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
  RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
  RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations

24 years agoAdded -dxgrab command line option, which confines cursor motion to the
Ove Kaaven [Sun, 23 Jan 2000 22:31:24 +0000 (22:31 +0000)] 
Added -dxgrab command line option, which confines cursor motion to the
DirectX primary surface.

24 years agoReplaced some weird C constructs (char[]="" ) with more compatible ones.
Marcus Meissner [Sun, 23 Jan 2000 22:30:22 +0000 (22:30 +0000)] 
Replaced some weird C constructs (char[]="" ) with more compatible ones.
Added another NULL ptr check in _OnOpen.

24 years agoMoved winsock implementation to dlls/winsock.
Alexandre Julliard [Sun, 23 Jan 2000 22:07:15 +0000 (22:07 +0000)] 
Moved winsock implementation to dlls/winsock.

24 years agoAdded *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
Marcus Meissner [Sun, 23 Jan 2000 22:00:06 +0000 (22:00 +0000)] 
Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.

24 years agoCorrected arguments to VirtualFree().
Marcus Meissner [Sun, 23 Jan 2000 21:58:56 +0000 (21:58 +0000)] 
Corrected arguments to VirtualFree().

24 years agoReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
Dmitry Timoshkov [Sun, 23 Jan 2000 03:21:14 +0000 (03:21 +0000)] 
Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
lstrcpynWtoA().

24 years agoMap WM_MENUSELECT 32->16 bits for closing menu.
Gerard Patel [Sun, 23 Jan 2000 03:20:19 +0000 (03:20 +0000)] 
Map WM_MENUSELECT 32->16 bits for closing menu.

24 years agoFix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
Gerard Patel [Sun, 23 Jan 2000 03:19:44 +0000 (03:19 +0000)] 
Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.

24 years agoImplemented (Register|Get|Revoke)ActiveObject from the docs.
Marcus Meissner [Sun, 23 Jan 2000 03:15:25 +0000 (03:15 +0000)] 
Implemented (Register|Get|Revoke)ActiveObject from the docs.

24 years agoSupercharged XShm implementation for DirectDraw.
Ove Kaaven [Sun, 23 Jan 2000 02:28:48 +0000 (02:28 +0000)] 
Supercharged XShm implementation for DirectDraw.

24 years agoBugfix: missing NULL pointer checks.
Ulrich Weigand [Sun, 23 Jan 2000 02:28:14 +0000 (02:28 +0000)] 
Bugfix: missing NULL pointer checks.

24 years agoCheck for MZ header before trying to decipher the PE header.
Uwe Bonnes [Sun, 23 Jan 2000 02:27:16 +0000 (02:27 +0000)] 
Check for MZ header before trying to decipher the PE header.

24 years agoExport GetLongPathName[A|W].
Uwe Bonnes [Sun, 23 Jan 2000 02:26:03 +0000 (02:26 +0000)] 
Export GetLongPathName[A|W].

24 years agoFix problems with GlobalHandle and GlobalFree so results match Win98.
Guy Albertelli [Sun, 23 Jan 2000 02:25:11 +0000 (02:25 +0000)] 
Fix problems with GlobalHandle and GlobalFree so results match Win98.
Restructure HEAP_ValidateInUseArena, HeapValidate, and add
HEAP_IsRealArena to eliminate *bogus* error messages.

24 years agoActually print return value of message.
Huw D M Davies [Sun, 23 Jan 2000 02:19:20 +0000 (02:19 +0000)] 
Actually print return value of message.

24 years agoCorrected arguments in DIB_DeleteDIBSection.
Marcus Meissner [Sun, 23 Jan 2000 02:18:52 +0000 (02:18 +0000)] 
Corrected arguments in DIB_DeleteDIBSection.