wine
26 years agoChange type of mode argument to GETVDMPOINTER32W from DWORD to Word
Uwe Bonnes [Wed, 17 Feb 1999 10:20:30 +0000 (10:20 +0000)] 
Change type of mode argument to GETVDMPOINTER32W from DWORD to Word

26 years agoc2man doesn't like extra semicolons.
Douglas Ridgway [Mon, 15 Feb 1999 15:24:20 +0000 (15:24 +0000)] 
c2man doesn't like extra semicolons.

26 years agoResetting X focus should not be done with SetFocus32. Called
Ove Kaaven [Mon, 15 Feb 1999 12:46:32 +0000 (12:46 +0000)] 
Resetting X focus should not be done with SetFocus32. Called
the windowing (X11) driver's SetFocus routine directly instead.
This apparently fixes a big heap of user interface problems.

26 years agoRemoved CONSOLE_Ops.
Alexandre Julliard [Sun, 14 Feb 1999 18:04:20 +0000 (18:04 +0000)] 
Removed CONSOLE_Ops.

26 years agoAdded server snapshot support (processes only for now).
Alexandre Julliard [Sun, 14 Feb 1999 18:03:15 +0000 (18:03 +0000)] 
Added server snapshot support (processes only for now).

26 years agoMoved process definitions to include/server/process.h
Alexandre Julliard [Sun, 14 Feb 1999 17:58:51 +0000 (17:58 +0000)] 
Moved process definitions to include/server/process.h

26 years agoRemoved PROCESS_GetPtr.
Alexandre Julliard [Sun, 14 Feb 1999 17:51:01 +0000 (17:51 +0000)] 
Removed PROCESS_GetPtr.

26 years agoFixed GlobalSize return value for zero size block.
Guy Albertelli [Sun, 14 Feb 1999 17:38:24 +0000 (17:38 +0000)] 
Fixed GlobalSize return value for zero size block.

26 years agoFix GetTempDrive behaviour.
Uwe Bonnes [Sun, 14 Feb 1999 17:32:46 +0000 (17:32 +0000)] 
Fix GetTempDrive behaviour.

26 years agoRelease 990214. wine-990214
Alexandre Julliard [Sun, 14 Feb 1999 14:29:51 +0000 (14:29 +0000)] 
Release 990214.

26 years agoChanged some functions prototypes (were returning void).
Eric Pouech [Sun, 14 Feb 1999 14:09:42 +0000 (14:09 +0000)] 
Changed some functions prototypes (were returning void).

26 years agoFixed some Winelib names.
Paul Quinn [Sun, 14 Feb 1999 13:48:43 +0000 (13:48 +0000)] 
Fixed some Winelib names.

26 years agoCorrected prototypes func() ->func(void).
Juergen Schmied [Sun, 14 Feb 1999 13:38:27 +0000 (13:38 +0000)] 
Corrected prototypes func() ->func(void).

26 years agoFixed a few #ifdefs.
Brian Joseph Czapiga [Sun, 14 Feb 1999 13:35:52 +0000 (13:35 +0000)] 
Fixed a few #ifdefs.

26 years agoMake a correct use of clipping rectangles.
Jerome Vouillon [Sun, 14 Feb 1999 13:32:13 +0000 (13:32 +0000)] 
Make a correct use of clipping rectangles.

26 years agoAdded white border.
Uwe Bonnes [Sun, 14 Feb 1999 13:31:18 +0000 (13:31 +0000)] 
Added white border.

26 years agoImplemented better output for indirect calls.
Juergen Schmied [Sun, 14 Feb 1999 13:30:18 +0000 (13:30 +0000)] 
Implemented better output for indirect calls.

26 years agoFixed typo in winmm.spec.
Eric Pouech [Sun, 14 Feb 1999 13:27:50 +0000 (13:27 +0000)] 
Fixed typo in winmm.spec.

26 years agoA few non-x86 Winelib fixes.
Gavriel State [Sun, 14 Feb 1999 11:35:29 +0000 (11:35 +0000)] 
A few non-x86 Winelib fixes.

26 years agoDo not print 'wine: no executeable found' if we did execute something.
Marcus Meissner [Sun, 14 Feb 1999 11:32:18 +0000 (11:32 +0000)] 
Do not print 'wine: no executeable found' if we did execute something.

26 years ago- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
Marcel Baur [Sun, 14 Feb 1999 11:28:37 +0000 (11:28 +0000)] 
- Added new IDS_NOTSAVED ressource (needs translation in *.rc)
- Improved printing support (not yet complete)
- Improved file drag and drop (should now work)
- General code cleanup

26 years agoFixed bugs on MCI notification (callback info are copied before
Eric Pouech [Sun, 14 Feb 1999 11:26:34 +0000 (11:26 +0000)] 
Fixed bugs on MCI notification (callback info are copied before
asynchronous return) - make use of it in MCI wave and midi.
Implemented mci(Set|Get)DeviceID(16|32) functions.

26 years agoSince SetParent now hides/shows, explicitly invalidating DCs in the
Ove Kaaven [Sun, 14 Feb 1999 11:23:01 +0000 (11:23 +0000)] 
Since SetParent now hides/shows, explicitly invalidating DCs in the
parent change operation should no longer be necessary.

26 years agoFix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
Gerard Patel [Sun, 14 Feb 1999 11:22:03 +0000 (11:22 +0000)] 
Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).

26 years agoMoved VGA port access check at the beginning in order to improve
Andreas Mohr [Sun, 14 Feb 1999 11:21:05 +0000 (11:21 +0000)] 
Moved VGA port access check at the beginning in order to improve
performance a little bit.

26 years agoImplemented flag FILE_FLAG_DELETE_ON_CLOSE.
Juergen Schmied [Sun, 14 Feb 1999 11:20:07 +0000 (11:20 +0000)] 
Implemented flag FILE_FLAG_DELETE_ON_CLOSE.

26 years agoAdded comments. Think I've fixed INT 10/08 (Get Character and
Joseph Pranevich [Sun, 14 Feb 1999 11:19:07 +0000 (11:19 +0000)] 
Added comments. Think I've fixed INT 10/08 (Get Character and
Attribute at Cursor).

26 years agoAdded configuration options XtermProgram and XtermResolution.
Joseph Pranevich [Sun, 14 Feb 1999 11:17:22 +0000 (11:17 +0000)] 
Added configuration options XtermProgram and XtermResolution.
Fixed a warning.

26 years agoNew examples/documentation for console configuration options.
Joseph Pranevich [Sun, 14 Feb 1999 11:16:37 +0000 (11:16 +0000)] 
New examples/documentation for console configuration options.

26 years agoMoved initialization until later. Also moved around code a bit to be
Joseph Pranevich [Sun, 14 Feb 1999 11:15:47 +0000 (11:15 +0000)] 
Moved initialization until later. Also moved around code a bit to be
consistant.

26 years agoChange a couple of names that would conflict after all 32[AW] suffixes
Bertho Stultiens [Sun, 14 Feb 1999 09:41:42 +0000 (09:41 +0000)] 
Change a couple of names that would conflict after all 32[AW] suffixes
are removed. Structures defined in both mmreg.h and mmsystem.h are
protected with #ifdef:s as in MS' headers.

26 years agoFixed wrong typecasts.
Patrik Stridvall [Sun, 14 Feb 1999 09:37:45 +0000 (09:37 +0000)] 
Fixed wrong typecasts.

26 years agoCompilation fix.
Stefan Leichter [Sun, 14 Feb 1999 09:37:13 +0000 (09:37 +0000)] 
Compilation fix.

26 years agoFix for X11 includes detection.
Ove Kaaven [Sun, 14 Feb 1999 09:34:46 +0000 (09:34 +0000)] 
Fix for X11 includes detection.

26 years agoAdded possibility to load .stabs/.stabstr sections from PE dlls.
Marcus Meissner [Sun, 14 Feb 1999 09:27:42 +0000 (09:27 +0000)] 
Added possibility to load .stabs/.stabstr sections from PE dlls.
Unfortunately my samples use currently typedefs which wine-dbg does
not understand, so no actual parsing.

26 years agoSome ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
Marcus Meissner [Sun, 14 Feb 1999 09:25:37 +0000 (09:25 +0000)] 
Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.

26 years agoImplementation of ConvertDefaultLocale32.
Juergen Schmied [Sun, 14 Feb 1999 09:22:12 +0000 (09:22 +0000)] 
Implementation of ConvertDefaultLocale32.

26 years agoWIN31 Look still needs a close button on the left of the menu bar.
Huw D M Davies [Sun, 14 Feb 1999 09:20:01 +0000 (09:20 +0000)] 
WIN31 Look still needs a close button on the left of the menu bar.

26 years agoChanged SetWindowPos32 to force the update of the non-client area.
Francois Boisvert [Sun, 14 Feb 1999 09:18:15 +0000 (09:18 +0000)] 
Changed SetWindowPos32 to force the update of the non-client area.

26 years agoFixed a couple of faulty names used in wine and typos so that it will
Bertho Stultiens [Sat, 13 Feb 1999 17:56:28 +0000 (17:56 +0000)] 
Fixed a couple of faulty names used in wine and typos so that it will
compile again after conversion from 32[AW] naming to [AW] naming.

26 years agoMoved the if1632/signal.c stuff into loader/signal.c, adapted function
Marcus Meissner [Sat, 13 Feb 1999 17:55:17 +0000 (17:55 +0000)] 
Moved the if1632/signal.c stuff into loader/signal.c, adapted function
pointers for wine_debug and INSTR_EmulateInstruction.

26 years agoAll guid 'REFxxx' types already have a 'const' inside them.
Francois Gouget [Sat, 13 Feb 1999 17:49:45 +0000 (17:49 +0000)] 
All guid 'REFxxx' types already have a 'const' inside them.

26 years agoSome warnings fixed, one useless VERSION warning removed (winelib).
Marcus Meissner [Sat, 13 Feb 1999 17:38:16 +0000 (17:38 +0000)] 
Some warnings fixed, one useless VERSION warning removed (winelib).

26 years agoRegFlushKey: wrong error code.
Andreas Mohr [Sat, 13 Feb 1999 12:40:22 +0000 (12:40 +0000)] 
RegFlushKey: wrong error code.

26 years agoAdds a warning message if permissions not sufficient.
Andreas Mohr [Sat, 13 Feb 1999 12:38:51 +0000 (12:38 +0000)] 
Adds a warning message if permissions not sufficient.

26 years agoAdded support for MCI AVI driver
Eric Pouech [Sat, 13 Feb 1999 12:38:09 +0000 (12:38 +0000)] 
Added support for MCI AVI driver
Added some fixes mixer functions
Fixed MCI string comparison (thanks to Lionel ULMER)
No longer using 16 bit USER functions (use their 32 bit counter part)
Reindenting.
Added function sndPlaySound32W

26 years agoAdded the actual interface definitions to the obj_marshal.h skeleton
Francois Gouget [Sat, 13 Feb 1999 12:25:03 +0000 (12:25 +0000)] 
Added the actual interface definitions to the obj_marshal.h skeleton
file. Also defined the associated C API.

26 years agoUse global synchronization objects, to be able to use it in different
Stephane Lussier [Sat, 13 Feb 1999 12:24:04 +0000 (12:24 +0000)] 
Use global synchronization objects, to be able to use it in different
processes (not only the process which create the synchro object).

26 years agoSet hwndActiveChild when maximizing a mdi child window because it is
Norman Stevens [Sat, 13 Feb 1999 12:22:48 +0000 (12:22 +0000)] 
Set hwndActiveChild when maximizing a mdi child window because it is
not set when maximizing a window other than the active child.

26 years agoChange the GetMenuItemRect to comply with windows API.
Pascal Lessard [Sat, 13 Feb 1999 12:21:46 +0000 (12:21 +0000)] 
Change the GetMenuItemRect to comply with windows API.

26 years agoCreated include/Makefile.in to separate header file installation from
James Juran [Sat, 13 Feb 1999 12:18:33 +0000 (12:18 +0000)] 
Created include/Makefile.in to separate header file installation from
the top-level Makefile.

26 years ago- Fixed a small block depot bug.
Thuy Nguyen [Sat, 13 Feb 1999 12:10:15 +0000 (12:10 +0000)] 
- Fixed a small block depot bug.
- Implemented converting from small blocks to big blocks.
- Validated file attributes and flags.
- Fixed a bug for larger files.

26 years agoadded sysres_Nl
Alexandre Julliard [Sat, 13 Feb 1999 09:15:27 +0000 (09:15 +0000)] 
added sysres_Nl

26 years agoImplemented the OLE Drag and Drop target registration mechanism and
Francis Beaudet [Sat, 13 Feb 1999 09:13:49 +0000 (09:13 +0000)] 
Implemented the OLE Drag and Drop target registration mechanism and
the DoDragDrop loop to perform the DnD operation.

26 years agoImplemented the WIN31 Look mdi buttons and also some defines for the
Francois Boisvert [Sat, 13 Feb 1999 09:10:17 +0000 (09:10 +0000)] 
Implemented the WIN31 Look mdi buttons and also some defines for the
magic menu items.

26 years agoAdded entries for most Crypt* calls.
Ian Schmidt [Sat, 13 Feb 1999 09:08:33 +0000 (09:08 +0000)] 
Added entries for most Crypt* calls.
Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
to get farther.

26 years agoAn app left junk in the undo buffer of an edit control upon creation.
Andreas Mohr [Sat, 13 Feb 1999 09:04:22 +0000 (09:04 +0000)] 
An app left junk in the undo buffer of an edit control upon creation.

26 years agoChanged SetParent32 to adhere to Windows behaviour (mostly),
Ove Kaaven [Sat, 13 Feb 1999 09:02:17 +0000 (09:02 +0000)] 
Changed SetParent32 to adhere to Windows behaviour (mostly),
which should also keep it from leaving garbage around.

26 years agoImplementation of a simple linked list (static) that stores and counts
Sylvain St.Germain [Sat, 13 Feb 1999 08:59:48 +0000 (08:59 +0000)] 
Implementation of a simple linked list (static) that stores and counts
references to COM objects.

26 years agoMake the REFxxx types const even in C. Also add FMTID.
Francois Gouget [Sat, 13 Feb 1999 08:57:29 +0000 (08:57 +0000)] 
Make the REFxxx types const even in C. Also add FMTID.

26 years agoDon't call EVENT_DummyMotionNotify for hidden windows.
Ove Kaaven [Sat, 13 Feb 1999 08:55:28 +0000 (08:55 +0000)] 
Don't call EVENT_DummyMotionNotify for hidden windows.

26 years agoFix some thread-safeness problem when accessing the system message
Stephane Lussier [Sat, 13 Feb 1999 08:54:21 +0000 (08:54 +0000)] 
Fix some thread-safeness problem when accessing the system message
queue.

26 years agoImplemented MapVirtualKeyEx (ticket 21).
Marcus Meissner [Sat, 13 Feb 1999 08:53:22 +0000 (08:53 +0000)] 
Implemented MapVirtualKeyEx (ticket 21).
Ignore keyboard layout for now.

26 years agoAdded the actual interface definitions to the obj_clientserver.h
Francois Gouget [Sat, 13 Feb 1999 07:36:39 +0000 (07:36 +0000)] 
Added the actual interface definitions to the obj_clientserver.h
skeleton file.

26 years ago- documented most of the undocumented functions in nt.c
Juergen Schmied [Sat, 13 Feb 1999 07:35:31 +0000 (07:35 +0000)] 
- documented most of the undocumented functions in nt.c
- implemented RtlGetDaclSecurityDescriptor
- stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
- stubs for NtRaiseException, RtlRaiseException (this both will crash)

26 years agoSmall fixes to compile with the headers (mostly nt-security).
Juergen Schmied [Fri, 12 Feb 1999 17:47:07 +0000 (17:47 +0000)] 
Small fixes to compile with the headers (mostly nt-security).

26 years agoMade nt-related types compatible, throw out wine-specific types.
Juergen Schmied [Fri, 12 Feb 1999 13:44:38 +0000 (13:44 +0000)] 
Made nt-related types compatible, throw out wine-specific types.

26 years agoUse MONITOR_... instead of DESKTOP_... routines to get screen
Ulrich Weigand [Fri, 12 Feb 1999 12:46:49 +0000 (12:46 +0000)] 
Use MONITOR_... instead of DESKTOP_... routines to get screen
dimensions; these work also with native USER.

26 years agoWM_ACTIVATE default processing should set window focus.
Ove Kaaven [Fri, 12 Feb 1999 12:44:53 +0000 (12:44 +0000)] 
WM_ACTIVATE default processing should set window focus.
Should fix focus problems in non-managed mode.

26 years agoAdded support for the Dutch language.
Klaas van Gend [Thu, 11 Feb 1999 16:32:16 +0000 (16:32 +0000)] 
Added support for the Dutch language.

26 years agoAuthors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca>
Alexandre Julliard [Thu, 11 Feb 1999 16:22:12 +0000 (16:22 +0000)] 
Authors: Adrian Thurston <adriant@corel.ca>, Zygo Blaxell <zblaxell@corel.ca>
Move property sheets from commctrl.h into into prsht.h.

26 years agoAdded 'objbase.h' to prevent compiler warnings.
Lionel Ulmer [Thu, 11 Feb 1999 14:01:36 +0000 (14:01 +0000)] 
Added 'objbase.h' to prevent compiler warnings.

26 years agoBetter detection of XShm errors (should now run on remote displays).
Lionel Ulmer [Thu, 11 Feb 1999 13:24:52 +0000 (13:24 +0000)] 
Better detection of XShm errors (should now run on remote displays).

26 years agoFixes mixerGetID16/32 problems/errors.
Andreas Mohr [Thu, 11 Feb 1999 13:17:00 +0000 (13:17 +0000)] 
Fixes mixerGetID16/32 problems/errors.

26 years agoIsEqualGUID is defined in 'include/wine/obj_base.h'. All other
Francois Gouget [Thu, 11 Feb 1999 13:05:22 +0000 (13:05 +0000)] 
IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
declarations must surrender or prepare to be met with deadly force :-)

26 years agoAdded new functions (from Win98)
Francois Gouget [Thu, 11 Feb 1999 13:02:15 +0000 (13:02 +0000)] 
Added new functions (from Win98)
Added comments with the parameter types for future use with dllglue

26 years agoSet the flags for GetVolumeInformation32A.
Uwe Bonnes [Thu, 11 Feb 1999 10:23:05 +0000 (10:23 +0000)] 
Set the flags for GetVolumeInformation32A.

26 years agoFindWindow failed for 32 bit windows with style != WS_CHILD.
Juergen Schmied [Thu, 11 Feb 1999 10:19:10 +0000 (10:19 +0000)] 
FindWindow failed for 32 bit windows with style != WS_CHILD.

26 years agoAuthors: Paul Quinn <paulq@corel.ca>, Albert Den Haan <albertd@corel.ca>
Alexandre Julliard [Wed, 10 Feb 1999 06:52:57 +0000 (06:52 +0000)] 
Authors: Paul Quinn <paulq@corel.ca>, Albert Den Haan <albertd@corel.ca>
Moves files from print.h to winspool.h for better SDK header compliance
for Winelib programs.

26 years agoAuthors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>...
Alexandre Julliard [Wed, 10 Feb 1999 06:48:49 +0000 (06:48 +0000)] 
Authors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>, Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
Miscellaneous patches to header files.  All of these are supposedly there
to help build Winelib applications.

26 years agoAuthors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>...
Alexandre Julliard [Wed, 10 Feb 1999 06:45:30 +0000 (06:45 +0000)] 
Authors: Albert Den Haan <albertd@corel.ca>, Adrian Thurston <athursto@corel.ca>, Paul Quinn <paulq@corel.ca>, Zygo Blaxell <zygob@corel.ca>
More types we need for compiling Winelib/MFC applications.

26 years agoAuthors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
Alexandre Julliard [Wed, 10 Feb 1999 06:43:59 +0000 (06:43 +0000)] 
Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
More types for common controls.  Needed for Winelib.

26 years agoBetter set of macros for defining the COM interfaces.
Francois Gouget [Wed, 10 Feb 1999 06:42:03 +0000 (06:42 +0000)] 
Better set of macros for defining the COM interfaces.

26 years agoTwo ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
Andreas Mohr [Wed, 10 Feb 1999 06:39:51 +0000 (06:39 +0000)] 
Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.

26 years agoFixed debug output to follow '-debugmsg' flags.
Lionel Ulmer [Wed, 10 Feb 1999 06:39:01 +0000 (06:39 +0000)] 
Fixed debug output to follow '-debugmsg' flags.

26 years agoAdded missing includes to avoid warnings/errors.
Michael Veksler [Tue, 9 Feb 1999 15:49:39 +0000 (15:49 +0000)] 
Added missing includes to avoid warnings/errors.

26 years agoMoved everything out of windows.h.
Michael Veksler [Tue, 9 Feb 1999 15:46:25 +0000 (15:46 +0000)] 
Moved everything out of windows.h.

26 years agoWinG fixes.
Brad Pepers [Tue, 9 Feb 1999 15:37:16 +0000 (15:37 +0000)] 
WinG fixes.

26 years ago-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
Stephane Lussier [Tue, 9 Feb 1999 15:35:12 +0000 (15:35 +0000)] 
-Fixed MESSAGE functions that were thunking down to 16 bits implementation.
So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
with this patch. Unicode version of those functions is currently only
calling the ASCII version.
-Fixed queue signaling using a new EVENT object in the queue for 32 bits
thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
right EVENT.

26 years agoGetMetaFileBitsEx should work in bytes not words.
Huw D M Davies [Tue, 9 Feb 1999 15:32:19 +0000 (15:32 +0000)] 
GetMetaFileBitsEx should work in bytes not words.

26 years agoDllGetClassObject should take a REFCLSID not an LPCLSID.
Francois Gouget [Tue, 9 Feb 1999 15:31:25 +0000 (15:31 +0000)] 
DllGetClassObject should take a REFCLSID not an LPCLSID.

26 years agoChange fault handler 'addr' argument to LPCVOID.
Ulrich Weigand [Tue, 9 Feb 1999 15:30:22 +0000 (15:30 +0000)] 
Change fault handler 'addr' argument to LPCVOID.

26 years agoCall VIRTUAL_HandleFault if read/write returns EFAULT.
Ulrich Weigand [Tue, 9 Feb 1999 15:29:27 +0000 (15:29 +0000)] 
Call VIRTUAL_HandleFault if read/write returns EFAULT.

26 years agoFix typo to map GetTextExtentPoint to the correct 32A version.
Bertho Stultiens [Tue, 9 Feb 1999 15:27:29 +0000 (15:27 +0000)] 
Fix typo to map GetTextExtentPoint to the correct 32A version.

26 years agoSome small bugfixes, added more PE relocation types (for WinCE mostly),
Marcus Meissner [Tue, 9 Feb 1999 14:25:57 +0000 (14:25 +0000)] 
Some small bugfixes, added more PE relocation types (for WinCE mostly),
some console prototypes, -dll is useful for winelib too, regtest
compile fixed.

26 years agoGetCursorPos is actually a BOOL.
Paul Quinn [Tue, 9 Feb 1999 14:24:45 +0000 (14:24 +0000)] 
GetCursorPos is actually a BOOL.

26 years agoAuthors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
Alexandre Julliard [Tue, 9 Feb 1999 14:22:01 +0000 (14:22 +0000)] 
Authors: Paul Quinn <paulq@corel.ca>, Adrian Thurston <adriant@corel.ca>
More types, C++ protection, and a typo correction for mmsystem.h.

26 years agoMove the #define of DUMMYUNIONNAME* to before they are used.
Zygo Blaxell [Tue, 9 Feb 1999 14:20:05 +0000 (14:20 +0000)] 
Move the #define of DUMMYUNIONNAME* to before they are used.
Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
Define "TV_ITEM" to agree with you-know-who's documentation.

26 years agoNULL is a valid argument as handle for GetFileVersionInfoSize32A.
Ulrich Weigand [Tue, 9 Feb 1999 14:18:57 +0000 (14:18 +0000)] 
NULL is a valid argument as handle for GetFileVersionInfoSize32A.

26 years agoAdded buffered device access for DInput's mouse driver.
Lionel Ulmer [Tue, 9 Feb 1999 14:18:21 +0000 (14:18 +0000)] 
Added buffered device access for DInput's mouse driver.