wine
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.

24 years agoHandle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
Marcus Meissner [Sun, 23 Jan 2000 02:18:27 +0000 (02:18 +0000)] 
Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
help of James Feeney <james@nurealm.net>.

24 years agoAdded Get/SetThreadContext support through the server.
Alexandre Julliard [Thu, 20 Jan 2000 18:59:03 +0000 (18:59 +0000)] 
Added Get/SetThreadContext support through the server.

24 years agoAdded debugstr_guid function and used it to replace
Alexandre Julliard [Tue, 18 Jan 2000 05:09:49 +0000 (05:09 +0000)] 
Added debugstr_guid function and used it to replace
WINE_StringFromCLSID in all debugging messages.

24 years agoAlways initialize lpWaveHdr->lpNext to NULL.
Uwe Bonnes [Tue, 18 Jan 2000 01:09:45 +0000 (01:09 +0000)] 
Always initialize lpWaveHdr->lpNext to NULL.
Don't fail on strange fragment sizes.

24 years agoAdd some defines needed for Unicode to Ascii conversions.
Dmitry Timoshkov [Mon, 17 Jan 2000 22:23:37 +0000 (22:23 +0000)] 
Add some defines needed for Unicode to Ascii conversions.

24 years agoBetter error handling, less keys held open.
Juergen Schmied [Mon, 17 Jan 2000 22:23:10 +0000 (22:23 +0000)] 
Better error handling, less keys held open.

24 years agoEnumDisplayModes must pass lPitch.
Marcus Meissner [Mon, 17 Jan 2000 22:22:41 +0000 (22:22 +0000)] 
EnumDisplayModes must pass lPitch.

24 years agoValidate the menu handles.
Gerard Patel [Mon, 17 Jan 2000 22:22:16 +0000 (22:22 +0000)] 
Validate the menu handles.

24 years agoRounds to the lowest integer, not the nearest.
Gerard Patel [Mon, 17 Jan 2000 22:21:56 +0000 (22:21 +0000)] 
Rounds to the lowest integer, not the nearest.

24 years agoFixed race between Win16 parent and child for first rescheduling
Ulrich Weigand [Mon, 17 Jan 2000 22:21:29 +0000 (22:21 +0000)] 
Fixed race between Win16 parent and child for first rescheduling
of child process. This fixes WinExec returning too early.

24 years agoUse --whole-archive to force linking all of libwine.a. into wine.
Eric Pouech [Sun, 16 Jan 2000 22:16:33 +0000 (22:16 +0000)] 
Use --whole-archive to force linking all of libwine.a. into wine.

24 years agoAdded automatic registration of built-in DLLs.
Alexandre Julliard [Sun, 16 Jan 2000 03:37:05 +0000 (03:37 +0000)] 
Added automatic registration of built-in DLLs.

24 years agoFixed IPX detection.
Aaron Hope [Sat, 15 Jan 2000 23:43:21 +0000 (23:43 +0000)] 
Fixed IPX detection.

24 years agoNew implementation of the win95 registry loader.
Juergen Schmied [Sat, 15 Jan 2000 23:42:50 +0000 (23:42 +0000)] 
New implementation of the win95 registry loader.

24 years agoIf there is enough space in the buffer and the type is REG_SZ and the
Juergen Schmied [Sat, 15 Jan 2000 23:38:49 +0000 (23:38 +0000)] 
If there is enough space in the buffer and the type is REG_SZ and the
string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.

24 years agoDisplay the external modules after the internal modules in crash report.
Gerard Patel [Sat, 15 Jan 2000 23:29:57 +0000 (23:29 +0000)] 
Display the external modules after the internal modules in crash report.

24 years agoMade SetVolumeLabel report failure on CD-ROM drives.
Ove Kaaven [Sat, 15 Jan 2000 23:28:26 +0000 (23:28 +0000)] 
Made SetVolumeLabel report failure on CD-ROM drives.

24 years agoUpdated documentation.
Peter Hunnisett [Sat, 15 Jan 2000 23:27:40 +0000 (23:27 +0000)] 
Updated documentation.

24 years agoReplaced Wine specific DRIVER_GetType by a correct implementation of
Eric Pouech [Sat, 15 Jan 2000 22:29:32 +0000 (22:29 +0000)] 
Replaced Wine specific DRIVER_GetType by a correct implementation of
GetDriverFlag.

24 years ago- (ugly) fix for the 'Xmd.h' problem
Lionel Ulmer [Sat, 15 Jan 2000 22:24:47 +0000 (22:24 +0000)] 
- (ugly) fix for the 'Xmd.h' problem
- fix the detection of DGA 2 in configure script

24 years ago- added NT fields to TEB
Juergen Schmied [Sat, 15 Jan 2000 22:22:27 +0000 (22:22 +0000)] 
- added NT fields to TEB
- moved tls-fields and some wine specific fields to a higher offset
- added some documentation
- initialisation of the UnicodeString

24 years agoAdd HAVE_SOUNDCARD_H to support OpenBSD.
Todd T. Fries [Sat, 15 Jan 2000 22:19:56 +0000 (22:19 +0000)] 
Add HAVE_SOUNDCARD_H to support OpenBSD.

24 years ago- Added some missing EMR record types and updated and fixed others
Peter Hunnisett [Sat, 15 Jan 2000 22:17:49 +0000 (22:17 +0000)] 
- Added some missing EMR record types and updated and fixed others
- Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
- Added header for SetICMMode
- Added ability to play more enhanced metafile records

24 years agoStore reference hdc size into enhanced metafile header when creating.
Peter Hunnisett [Sat, 15 Jan 2000 22:16:51 +0000 (22:16 +0000)] 
Store reference hdc size into enhanced metafile header when creating.

24 years agoImplemented OleRun.
Marcus Meissner [Sat, 15 Jan 2000 22:14:20 +0000 (22:14 +0000)] 
Implemented OleRun.

24 years agoRemoved DeleteObject call left over from previous patch.
Gerard Patel [Sat, 15 Jan 2000 22:11:21 +0000 (22:11 +0000)] 
Removed DeleteObject call left over from previous patch.

24 years agoFixed bad register constraint in InterlockedCompareExchange.
Ove Kaaven [Sat, 15 Jan 2000 22:05:49 +0000 (22:05 +0000)] 
Fixed bad register constraint in InterlockedCompareExchange.

24 years agoAdded prototypes for the NT synchronization functions
Ove Kaaven [Sat, 15 Jan 2000 22:04:00 +0000 (22:04 +0000)] 
Added prototypes for the NT synchronization functions
InterlockedCompareExchange and InterlockedExchangeAdd.

24 years agoDon't access 'wm->modname' after the modref has been flushed.
Ulrich Weigand [Sat, 15 Jan 2000 22:01:48 +0000 (22:01 +0000)] 
Don't access 'wm->modname' after the modref has been flushed.

24 years agoAdded null check in GlobalHandle.
Guy Albertelli [Sat, 15 Jan 2000 21:59:12 +0000 (21:59 +0000)] 
Added null check in GlobalHandle.

24 years agoRemoved a dependency between oleaut32 and comctl32.
Alexandre Julliard [Wed, 12 Jan 2000 05:01:02 +0000 (05:01 +0000)] 
Removed a dependency between oleaut32 and comctl32.

24 years agoMore STATUS_ codes.
Juergen Schmied [Wed, 12 Jan 2000 04:59:42 +0000 (04:59 +0000)] 
More STATUS_ codes.

24 years agoFixed macro definition of IDirectDrawSurface_Restore.
Steve Langasek [Wed, 12 Jan 2000 04:58:53 +0000 (04:58 +0000)] 
Fixed macro definition of IDirectDrawSurface_Restore.
Added defines for Ddraw's WaitForVerticalDisplay().

24 years agoFixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
Steve Langasek [Wed, 12 Jan 2000 04:58:08 +0000 (04:58 +0000)] 
Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
IDirectSoundBuffer_Unlock.

24 years agoMissing Winelib declarations for AUXCAPS.
Steve Langasek [Wed, 12 Jan 2000 04:57:38 +0000 (04:57 +0000)] 
Missing Winelib declarations for AUXCAPS.

24 years agoFix (harmless) assembler warnings.
Ulrich Weigand [Wed, 12 Jan 2000 04:57:03 +0000 (04:57 +0000)] 
Fix (harmless) assembler warnings.

24 years agoFix problem with initialization (reported by Andreas Mohr).
Peter Hunnisett [Wed, 12 Jan 2000 04:56:13 +0000 (04:56 +0000)] 
Fix problem with initialization (reported by Andreas Mohr).

24 years agoInfoPtr checking mixed up WM_DESTROY and WM_CREATE.
Alex Priem [Wed, 12 Jan 2000 04:55:27 +0000 (04:55 +0000)] 
InfoPtr checking mixed up WM_DESTROY and WM_CREATE.

24 years agoRelease 20000109. wine-20000109
Alexandre Julliard [Sun, 9 Jan 2000 22:24:43 +0000 (22:24 +0000)] 
Release 20000109.

24 years agoNon-Linux compile fix.
Patrik Stridvall [Sun, 9 Jan 2000 21:42:42 +0000 (21:42 +0000)] 
Non-Linux compile fix.

24 years agoDOSFS_DoGetFullPathName would underflow (p would get past the
Francois Gouget [Sun, 9 Jan 2000 21:34:34 +0000 (21:34 +0000)] 
DOSFS_DoGetFullPathName would underflow (p would get past the
beginning of buffer) if given the name "//..".
Regrouped the handling of the directory separators.
Directory separators in the returned path are now alway a single "\"
which simplifies the handling of ".." in the name.

24 years agoCorrected behaviour of RegOpenKey in case of failure.
Juergen Schmied [Sun, 9 Jan 2000 21:10:18 +0000 (21:10 +0000)] 
Corrected behaviour of RegOpenKey in case of failure.

24 years ago- removed copying of HKEY_USERS to HKEY_CURRENT_USER
Juergen Schmied [Sun, 9 Jan 2000 21:07:01 +0000 (21:07 +0000)] 
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
- HKEY_CURRENT_USER is now subkey of HKEY_USERS
- changed query_key_info_request to return the key name too (NtQueryKey needs this)
- the rootkeys (MACHINE and USER) do have names

24 years agoAvoid deleting of the default 1x1 bitmap for memory DCs.
Gerard Patel [Sun, 9 Jan 2000 20:52:53 +0000 (20:52 +0000)] 
Avoid deleting of the default 1x1 bitmap for memory DCs.

24 years agoBuilt-in DLLs resources are now specified in spec file.
Alexandre Julliard [Sun, 9 Jan 2000 04:20:31 +0000 (04:20 +0000)] 
Built-in DLLs resources are now specified in spec file.
Removed unnecessary flags in built-in DLLs tables.

24 years agoAdded stubs for some BiDi API functions.
Erez Volk [Sun, 9 Jan 2000 02:39:15 +0000 (02:39 +0000)] 
Added stubs for some BiDi API functions.

24 years agoFixed race condition between app and wine in WAVE_mciPlay.
Bradley Baetz [Sun, 9 Jan 2000 02:38:24 +0000 (02:38 +0000)] 
Fixed race condition between app and wine in WAVE_mciPlay.

24 years agoStop menu tracking when clicking on the menu bar where there is no
Pascal Lessard [Sun, 9 Jan 2000 02:38:02 +0000 (02:38 +0000)] 
Stop menu tracking when clicking on the menu bar where there is no
menu item.

24 years agoBetter error reporting.
Erez Volk [Sun, 9 Jan 2000 02:36:23 +0000 (02:36 +0000)] 
Better error reporting.

24 years agoBacked out scalable bitmap change (gives ugly results).
Alexandre Julliard [Sat, 8 Jan 2000 22:27:31 +0000 (22:27 +0000)] 
Backed out scalable bitmap change (gives ugly results).

24 years agoGetMenuString should return itemlength on 0 nMax or NULL str
Marcus Meissner [Sat, 8 Jan 2000 22:25:57 +0000 (22:25 +0000)] 
GetMenuString should return itemlength on 0 nMax or NULL str
InsertItem pos=-1, flags = 0 should append item
(thanks to Sander van Leeuwen)

24 years agoRemoved malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
David Elliott [Sat, 8 Jan 2000 22:25:02 +0000 (22:25 +0000)] 
Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
Added critical section around code dealing with global variables.
Added a few comments about how ASPI is supposed to work.
Copy sense info into the correct place (right after the fixed 16-byte CDB).
Now returns target status (many Windows apps won't even look at the
sense are unless they get an error code).
Added SC_ABORT_SRB FIXME.
Added SC_GET_DISK_INFO place holder for clarity.
Updated Linux SG interface structure to include new kernel 2.2
status fields.

24 years agoLook for our header files first, then for systems headers.
Marcus Meissner [Sat, 8 Jan 2000 22:23:43 +0000 (22:23 +0000)] 
Look for our header files first, then for systems headers.

24 years agoThe new filedialog stuff does not handle template. So do not call if
Marcus Meissner [Sat, 8 Jan 2000 22:23:12 +0000 (22:23 +0000)] 
The new filedialog stuff does not handle template. So do not call if
there are any.

24 years agoAvoid problems during changing the Z-order if the window and the
Rein Klazes [Sat, 8 Jan 2000 22:22:28 +0000 (22:22 +0000)] 
Avoid problems during changing the Z-order if the window and the
window to insert after are the same.

24 years agoRemoved GUI junk from expand.c, so you can use it in commandline mode.
Marcus Meissner [Sat, 8 Jan 2000 22:21:47 +0000 (22:21 +0000)] 
Removed GUI junk from expand.c, so you can use it in commandline mode.
Fixed hello5.c.

24 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Sat, 8 Jan 2000 22:21:15 +0000 (22:21 +0000)] 
Fixed some issues found by winapi_check.

24 years ago- Added support for auto allocated ordinals
Patrik Stridvall [Sat, 8 Jan 2000 22:20:32 +0000 (22:20 +0000)] 
- Added support for auto allocated ordinals
- Fixed varargs (16 bit) bug
- Minor fixes

24 years agoFixed alignment problem with VERSION_INFO members.
Ulrich Weigand [Sat, 8 Jan 2000 22:19:46 +0000 (22:19 +0000)] 
Fixed alignment problem with VERSION_INFO members.

24 years agoAdd $X_EXTRA_LIBS to any X dependend checks or they will fail if some
Marcus Meissner [Wed, 5 Jan 2000 03:24:52 +0000 (03:24 +0000)] 
Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
of the $X_EXTRA_LIBS are required.

24 years ago- Made FillRect behave like it does on Windows
Patrik Stridvall [Wed, 5 Jan 2000 03:05:23 +0000 (03:05 +0000)] 
- Made FillRect behave like it does on Windows
- Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
- Added some comments on how Windows behaves

24 years agoCheck if winhelp is already running; use winhlp32.exe or winhelp.exe
Peter Ganten [Wed, 5 Jan 2000 02:41:12 +0000 (02:41 +0000)] 
Check if winhelp is already running; use winhlp32.exe or winhelp.exe
depending on the emulated version, relase win16lock before calling
WinHelpA.

24 years agoUpdated authors list from the Changelog. Please let me know if you
Alexandre Julliard [Wed, 5 Jan 2000 01:53:08 +0000 (01:53 +0000)] 
Updated authors list from the Changelog. Please let me know if you
have been left out.

24 years agoTrueType clarification.
Marcus Meissner [Wed, 5 Jan 2000 01:52:14 +0000 (01:52 +0000)] 
TrueType clarification.

24 years ago- detect if the OpenGL implementation defines the paletted texture and
Lionel Ulmer [Wed, 5 Jan 2000 01:51:02 +0000 (01:51 +0000)] 
- detect if the OpenGL implementation defines the paletted texture and
  color table extensions
- small warning fixes
- fix the double '-lXxf86dga' when having DGA 2.0

24 years ago- When processing WM_PAINT messages, the treeview might sometimes use
Alex Priem [Wed, 5 Jan 2000 01:48:56 +0000 (01:48 +0000)] 
- When processing WM_PAINT messages, the treeview might sometimes use
  the wrong hdc. Fixed.
- Better checking for TREEVIEW_INFO *infoPtr=NULL.
  Similar to code in toolbar.c
- Other small fixes (subclassed edit control).

24 years agoBugfix: uninitialized pointer caused crashes.
Ulrich Weigand [Wed, 5 Jan 2000 01:48:08 +0000 (01:48 +0000)] 
Bugfix: uninitialized pointer caused crashes.

24 years agoMade virus warning a bit more drastic, since some people don't believe us.
Marcus Meissner [Wed, 5 Jan 2000 01:47:30 +0000 (01:47 +0000)] 
Made virus warning a bit more drastic, since some people don't believe us.

24 years agoSome comm clean up, much more error messages, only use TIOCOUTQ if
Marcus Meissner [Wed, 5 Jan 2000 01:46:53 +0000 (01:46 +0000)] 
Some comm clean up, much more error messages, only use TIOCOUTQ if
defined [wine-bugs/104], tried implementing SetCommTimeouts.

24 years agoImplement WritePrivateProfileSectionA().
Rein Klazes [Wed, 5 Jan 2000 01:42:51 +0000 (01:42 +0000)] 
Implement WritePrivateProfileSectionA().

24 years agoFix for compilers that don't support 'long long' (From Ove Kaaven).
Adam Sacarny [Wed, 5 Jan 2000 01:42:13 +0000 (01:42 +0000)] 
Fix for compilers that don't support 'long long' (From Ove Kaaven).

24 years agoMoved allocation of the socket pair for a new thread to the server.
Alexandre Julliard [Tue, 4 Jan 2000 02:40:22 +0000 (02:40 +0000)] 
Moved allocation of the socket pair for a new thread to the server.

24 years agoMade debug events and contexts standard objects.
Alexandre Julliard [Tue, 4 Jan 2000 02:24:43 +0000 (02:24 +0000)] 
Made debug events and contexts standard objects.
Use sleep_on to wait on debug events.

24 years agoMade sleep_on usable from all requests.
Alexandre Julliard [Tue, 4 Jan 2000 02:23:38 +0000 (02:23 +0000)] 
Made sleep_on usable from all requests.

24 years agoAdded more MIDI messages 16<=>32 mapping.
Eric Pouech [Tue, 4 Jan 2000 01:04:48 +0000 (01:04 +0000)] 
Added more MIDI messages 16<=>32 mapping.
Fixes some bugs in buffers handling and index for MAPPER.

24 years agoRemoved the obsoleted CallTimeFuncProc, CallDriverProc,
Eric Pouech [Tue, 4 Jan 2000 01:01:22 +0000 (01:01 +0000)] 
Removed the obsoleted CallTimeFuncProc, CallDriverProc,
CallDriverCallback.

24 years agoPut back visible minimum timer resolution to 1 ms.
Eric Pouech [Tue, 4 Jan 2000 00:57:11 +0000 (00:57 +0000)] 
Put back visible minimum timer resolution to 1 ms.
Decorrelate the service thread resolution from the user required timer
& visible minimum resolutions.
Removed the Callback.TimeFuncProc entry.

24 years agoGive +0+0 as a default position for the desktop window.
Lionel Ulmer [Tue, 4 Jan 2000 00:54:39 +0000 (00:54 +0000)] 
Give +0+0 as a default position for the desktop window.

24 years agoConvert mmio to allow the use of 32 bit mmio procedures.
Bradley Baetz [Tue, 4 Jan 2000 00:54:18 +0000 (00:54 +0000)] 
Convert mmio to allow the use of 32 bit mmio procedures.

24 years agoSmall fixes.
Juergen Schmied [Tue, 4 Jan 2000 00:33:56 +0000 (00:33 +0000)] 
Small fixes.

24 years agoFixed some issues found by winapi_check.
Patrik Stridvall [Tue, 4 Jan 2000 00:32:38 +0000 (00:32 +0000)] 
Fixed some issues found by winapi_check.

24 years agoUpdated winapi_check to handle the new additions.
Patrik Stridvall [Tue, 4 Jan 2000 00:31:47 +0000 (00:31 +0000)] 
Updated winapi_check to handle the new additions.

24 years agoAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Alexandre Julliard [Tue, 4 Jan 2000 00:30:21 +0000 (00:30 +0000)] 
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Implemented WM_SIZE message support. Optimized drawing to use
precalculated size values rather than recalculating during each call
of MONTHCAL_Refresh.

24 years agoCorrected parameter count for DialogBoxIndirectParamAorW.
Juergen Schmied [Tue, 4 Jan 2000 00:29:44 +0000 (00:29 +0000)] 
Corrected parameter count for DialogBoxIndirectParamAorW.