wine
21 years agoMake some shell32 files compile in MSVC.
Rolf Kalbermatter [Mon, 16 Dec 2002 22:40:34 +0000 (22:40 +0000)] 
Make some shell32 files compile in MSVC.

21 years agoDo at least something for SHDragDrop functions although that isn't the
Rolf Kalbermatter [Mon, 16 Dec 2002 22:40:05 +0000 (22:40 +0000)] 
Do at least something for SHDragDrop functions although that isn't the
complete operation.

21 years agoAdd debug info for IExtractIconW.
Rolf Kalbermatter [Mon, 16 Dec 2002 22:39:42 +0000 (22:39 +0000)] 
Add debug info for IExtractIconW.

21 years agoSupports the ALPHAFUNC and ALPHAREF rendering states.
Lionel Ulmer [Mon, 16 Dec 2002 22:39:09 +0000 (22:39 +0000)] 
Supports the ALPHAFUNC and ALPHAREF rendering states.

21 years agoOn Windows windef.h must be included before winbase.h.
Francois Gouget [Mon, 16 Dec 2002 22:12:47 +0000 (22:12 +0000)] 
On Windows windef.h must be included before winbase.h.

21 years agoAdd the capacity of playing a test tone using the 'play' option.
Francois Gouget [Mon, 16 Dec 2002 22:12:32 +0000 (22:12 +0000)] 
Add the capacity of playing a test tone using the 'play' option.
Factorize the regular and WAVE_FORMAT_DIRECT tests.
Test the new 48 and 96kHz formats.

21 years agoFix an A/W structure size bug in DrawCaptionTempW().
Rein Klazes [Mon, 16 Dec 2002 22:12:11 +0000 (22:12 +0000)] 
Fix an A/W structure size bug in DrawCaptionTempW().

21 years agoAdd '--' option for passing extra arguments to the test.
Francois Gouget [Mon, 16 Dec 2002 22:11:51 +0000 (22:11 +0000)] 
Add '--' option for passing extra arguments to the test.

21 years agoSeparate XShm using code.
Dmitry Timoshkov [Mon, 16 Dec 2002 22:11:35 +0000 (22:11 +0000)] 
Separate XShm using code.

21 years ago- links can now spread across several elements
Eric Pouech [Mon, 16 Dec 2002 22:11:11 +0000 (22:11 +0000)] 
- links can now spread across several elements
- link information is now shared between file & presentation
- first try at handling metafiles

21 years agoFixed a few issues with the gdb proxy.
Eric Pouech [Mon, 16 Dec 2002 22:10:34 +0000 (22:10 +0000)] 
Fixed a few issues with the gdb proxy.

21 years agoAdded some Win3.1 export stubs.
Andreas Mohr [Mon, 16 Dec 2002 22:10:10 +0000 (22:10 +0000)] 
Added some Win3.1 export stubs.

21 years ago- spelling corrections
Andreas Mohr [Mon, 16 Dec 2002 22:09:55 +0000 (22:09 +0000)] 
- spelling corrections
- properly document how to set the DOS PATH

21 years agoImplemented VarOr().
Andreas Mohr [Mon, 16 Dec 2002 22:08:48 +0000 (22:08 +0000)] 
Implemented VarOr().

21 years agoAdd support for the TextureAddress render state.
Lionel Ulmer [Mon, 16 Dec 2002 22:08:24 +0000 (22:08 +0000)] 
Add support for the TextureAddress render state.

21 years agoOutput raw ICOM-less C/C++ interface definitions by default. Added new
Ove Kaaven [Sun, 15 Dec 2002 03:01:20 +0000 (03:01 +0000)] 
Output raw ICOM-less C/C++ interface definitions by default. Added new
-b and -B command-line options for compatibility with ICOM macros.

21 years agoUpdated winemaker to account for change in wine's linking method.
Jeff Smith [Sun, 15 Dec 2002 03:00:40 +0000 (03:00 +0000)] 
Updated winemaker to account for change in wine's linking method.

21 years agoIn the latest sdk the {waveOut,midiOut}{Get,Set}Volume functions take
Francois Gouget [Sun, 15 Dec 2002 02:59:50 +0000 (02:59 +0000)] 
In the latest sdk the {waveOut,midiOut}{Get,Set}Volume functions take
a handle as the first parameter.

21 years agoFixed hangup condition at the end of some playback.
Eric Pouech [Sun, 15 Dec 2002 02:59:13 +0000 (02:59 +0000)] 
Fixed hangup condition at the end of some playback.

21 years agoAdded support for defining forward functions as stdcall so that we can
Alexandre Julliard [Sun, 15 Dec 2002 01:22:40 +0000 (01:22 +0000)] 
Added support for defining forward functions as stdcall so that we can
get the proper number of arguments for stdcall decoration.

21 years agoUse import libraries when building tests too. Make sure the .a
Alexandre Julliard [Sun, 15 Dec 2002 01:20:54 +0000 (01:20 +0000)] 
Use import libraries when building tests too. Make sure the .a
libraries are built for crosstest.

21 years agoAdded y.tab.[ch] pseudo-dependencies to fix parallel makes.
Alexandre Julliard [Sun, 15 Dec 2002 01:19:53 +0000 (01:19 +0000)] 
Added y.tab.[ch] pseudo-dependencies to fix parallel makes.

21 years agoAdd support for DPMI32. Make winedos16.dll unnecessary.
Jukka Heinonen [Sun, 15 Dec 2002 01:18:40 +0000 (01:18 +0000)] 
Add support for DPMI32. Make winedos16.dll unnecessary.

21 years ago - rework how texturing is done in the D3D driver
Lionel Ulmer [Sun, 15 Dec 2002 01:17:59 +0000 (01:17 +0000)] 
 - rework how texturing is done in the D3D driver
 - added the generic path for DrawPrimitive API in D3D 3 / 7

21 years agoTeach mingwrap to use winewrap to do the linking, just like gcc uses
Dimitrie O. Paun [Sun, 15 Dec 2002 01:17:10 +0000 (01:17 +0000)] 
Teach mingwrap to use winewrap to do the linking, just like gcc uses
ld to link on Unix. Based loosely on a uClib utility developed by
Manuel Novoa III.

21 years agoSmall cleanups to match current build process.
Dimitrie O. Paun [Sun, 15 Dec 2002 01:16:08 +0000 (01:16 +0000)] 
Small cleanups to match current build process.

21 years agoFix bad logic in == NULL test.
Lionel Ulmer [Sun, 15 Dec 2002 01:14:21 +0000 (01:14 +0000)] 
Fix bad logic in == NULL test.

21 years agoAdd support for Unicode IExtractIcon creation in
Rolf Kalbermatter [Sun, 15 Dec 2002 01:14:04 +0000 (01:14 +0000)] 
Add support for Unicode IExtractIcon creation in
IShellFolder->GetUIObjectOf.

21 years agoFix crash when constructing ANSI interface pointer to IExtractIcon,
Rolf Kalbermatter [Sun, 15 Dec 2002 01:13:45 +0000 (01:13 +0000)] 
Fix crash when constructing ANSI interface pointer to IExtractIcon,
found by Uwe Bonnes.
Add some traces to the constructors.

21 years agoInclude guiddef.h in widltypes.h.
Ove Kaaven [Sun, 15 Dec 2002 01:13:18 +0000 (01:13 +0000)] 
Include guiddef.h in widltypes.h.

21 years agoIf unable to set the desired format, OSS_RawOpenDevice should call
Francois Gouget [Sun, 15 Dec 2002 01:12:47 +0000 (01:12 +0000)] 
If unable to set the desired format, OSS_RawOpenDevice should call
TRACE, not ERR.

21 years agoOur resampling algorithm is quite primitive so try simple 8/16
Francois Gouget [Sun, 15 Dec 2002 01:12:27 +0000 (01:12 +0000)] 
Our resampling algorithm is quite primitive so try simple 8/16
mono/stereo conversions first. Only resample if we cannot avoid it.

21 years agoUse slighly more accurate formula for C816.
Francois Gouget [Sun, 15 Dec 2002 01:12:03 +0000 (01:12 +0000)] 
Use slighly more accurate formula for C816.
Wrap a couple of comments to 80 columns.

21 years agoIf given a bad device id waveOutGetDevCapsA is supposed to return
Francois Gouget [Sun, 15 Dec 2002 01:11:41 +0000 (01:11 +0000)] 
If given a bad device id waveOutGetDevCapsA is supposed to return
MMSYSERR_BADDEVICEID. Fixes a todo_wine in the winmm test.

21 years agoAdded Unicode versions of the HCR_ internal functions.
Rolf Kalbermatter [Fri, 13 Dec 2002 23:45:36 +0000 (23:45 +0000)] 
Added Unicode versions of the HCR_ internal functions.

21 years agoDocument how to cross-compile the tests with MinGW.
Francois Gouget [Fri, 13 Dec 2002 23:42:04 +0000 (23:42 +0000)] 
Document how to cross-compile the tests with MinGW.

21 years agoAdded a (n)curses backend to the wineconsole.
Eric Pouech [Fri, 13 Dec 2002 23:37:06 +0000 (23:37 +0000)] 
Added a (n)curses backend to the wineconsole.

21 years agoAdded additional test for gcvt as uClibc appears to have this and not
Brad Campbell [Fri, 13 Dec 2002 23:30:54 +0000 (23:30 +0000)] 
Added additional test for gcvt as uClibc appears to have this and not
ecvt.

21 years agoWhen asynchronous signals are blocked, block also SIGUSR2.
Jukka Heinonen [Fri, 13 Dec 2002 23:28:01 +0000 (23:28 +0000)] 
When asynchronous signals are blocked, block also SIGUSR2.
Fix race that made signal handler forget to restore FS register.

21 years agoImplemented StrStrIW.
Robert Shearman [Fri, 13 Dec 2002 23:25:59 +0000 (23:25 +0000)] 
Implemented StrStrIW.

21 years agoImplementation of IDirectSound3DListenerImpl_Set*().
Rok Mandeljc [Fri, 13 Dec 2002 23:20:58 +0000 (23:20 +0000)] 
Implementation of IDirectSound3DListenerImpl_Set*().

21 years agoAvoid casts between LARGE_INTEGER and FILETIME.
Alexandre Julliard [Fri, 13 Dec 2002 20:53:04 +0000 (20:53 +0000)] 
Avoid casts between LARGE_INTEGER and FILETIME.
Fixed day of week of epoch.
Small cleanups.

21 years agoFixed some dependencies.
Alexandre Julliard [Fri, 13 Dec 2002 20:45:39 +0000 (20:45 +0000)] 
Fixed some dependencies.

21 years ago- Reimplement time functions using ntdll functions.
György 'Nog' Jeney [Fri, 13 Dec 2002 20:30:06 +0000 (20:30 +0000)] 
- Reimplement time functions using ntdll functions.
- Some cleanups.

21 years agoStub NetGetDCName(). Add in the rest of the NERR_* defines.
Chris Morgan [Fri, 13 Dec 2002 20:28:03 +0000 (20:28 +0000)] 
Stub NetGetDCName().  Add in the rest of the NERR_* defines.

21 years agoExtend the test by creating a PrimaryBuffer object and perform a few
Francois Gouget [Fri, 13 Dec 2002 20:27:36 +0000 (20:27 +0000)] 
Extend the test by creating a PrimaryBuffer object and perform a few
basic tests such as querying its characteristics and changing its
format.
Changing the format requires that we call SetcooperativeLevel first,
which means we need an hwnd. So the test must now link with
user32.dll.

21 years agoIDirectSoundBuffer.GetCaps should fail if caps.dwSize is not set.
Francois Gouget [Fri, 13 Dec 2002 20:26:23 +0000 (20:26 +0000)] 
IDirectSoundBuffer.GetCaps should fail if caps.dwSize is not set.

21 years agoThanks to Lucho, text support in samples now starts to
Jason Edmeades [Fri, 13 Dec 2002 20:25:59 +0000 (20:25 +0000)] 
Thanks to Lucho, text support in samples now starts to
appear. Textures now saved in state blocks, and correct FVF's used for
drawing.

21 years agoAdd support for Jack audio server.
Chris Morgan [Fri, 13 Dec 2002 02:26:18 +0000 (02:26 +0000)] 
Add support for Jack audio server.

21 years agoAdd support for the 48 and 96kHz formats.
Francois Gouget [Fri, 13 Dec 2002 02:18:20 +0000 (02:18 +0000)] 
Add support for the 48 and 96kHz formats.

21 years ago- Change launch functions to use unicode and implement Control_RunDLLW.
Robert Shearman [Fri, 13 Dec 2002 02:17:54 +0000 (02:17 +0000)] 
- Change launch functions to use unicode and implement Control_RunDLLW.
- Enable support for unicode in control panel applications.

21 years agoDon't crash in DirectedYield16 if no other task is running.
Alexandre Julliard [Fri, 13 Dec 2002 00:39:17 +0000 (00:39 +0000)] 
Don't crash in DirectedYield16 if no other task is running.

21 years agoNew wine build utility that should make it easy for Winelib apps to
Dimitrie O. Paun [Fri, 13 Dec 2002 00:38:42 +0000 (00:38 +0000)] 
New wine build utility that should make it easy for Winelib apps to
link, and generate an executable.

21 years agoFixed some signed/unsigned comparison warnings.
Rolf Kalbermatter [Fri, 13 Dec 2002 00:36:52 +0000 (00:36 +0000)] 
Fixed some signed/unsigned comparison warnings.

21 years agoFix issues with i810-based audio cards.
Nikolay Stefanov [Fri, 13 Dec 2002 00:36:22 +0000 (00:36 +0000)] 
Fix issues with i810-based audio cards.
Support for user-selectable audio cards through the ALSA_CARD
environment variable (M.Miroslaw@elka.pw.edu.pl).

21 years agoTypo found by compiling with standard MSVC warning level.
Rolf Kalbermatter [Fri, 13 Dec 2002 00:35:44 +0000 (00:35 +0000)] 
Typo found by compiling with standard MSVC warning level.

21 years agoChange 'Getting-Wine' to 'FAQ-Getting-Wine' since the former is
Francois Gouget [Fri, 13 Dec 2002 00:33:45 +0000 (00:33 +0000)] 
Change 'Getting-Wine' to 'FAQ-Getting-Wine' since the former is
already used in getting.sgml.

21 years agoTweak the screen sections.
Francois Gouget [Fri, 13 Dec 2002 00:33:26 +0000 (00:33 +0000)] 
Tweak the screen sections.
Add various tags such as: prompt, userinput, replaceable, filename.
Use '</>' to close tags.

21 years agoUpdated the #include directives to match the latest Windows SDK and to
Francois Gouget [Fri, 13 Dec 2002 00:32:56 +0000 (00:32 +0000)] 
Updated the #include directives to match the latest Windows SDK and to
include our new headers.

21 years agoImplemented IDirectSound3DBufferImpl_Set*().
Rok Mandeljc [Fri, 13 Dec 2002 00:31:06 +0000 (00:31 +0000)] 
Implemented IDirectSound3DBufferImpl_Set*().

21 years agoFix SHBrowseForFolder W -> A calls.
Rolf Kalbermatter [Fri, 13 Dec 2002 00:30:30 +0000 (00:30 +0000)] 
Fix SHBrowseForFolder W -> A calls.

21 years agoMove excpt.h out of include/msvcrt/ as it does not conflict with any
Dimitrie O. Paun [Thu, 12 Dec 2002 23:34:01 +0000 (23:34 +0000)] 
Move excpt.h out of include/msvcrt/ as it does not conflict with any
standard Unix header.

21 years agoFixed LZCopy return value check.
Alexandre Julliard [Thu, 12 Dec 2002 23:01:35 +0000 (23:01 +0000)] 
Fixed LZCopy return value check.

21 years agoImplemented IDirectSound3DListenerImpl_Get*() functions.
Rok Mandeljc [Thu, 12 Dec 2002 23:01:05 +0000 (23:01 +0000)] 
Implemented IDirectSound3DListenerImpl_Get*() functions.

21 years agoCleanup InternalExtractIconEx. The PrivateExtractIcons functions
Rolf Kalbermatter [Thu, 12 Dec 2002 23:00:47 +0000 (23:00 +0000)] 
Cleanup InternalExtractIconEx. The PrivateExtractIcons functions
should also handle the case for 32bit PE and 16bit NE files so no need
to do this here in a different way, too.

21 years agoResolve SHGetPathFromIDListW -> SHGetPathFromIDListA call.
Rolf Kalbermatter [Thu, 12 Dec 2002 23:00:24 +0000 (23:00 +0000)] 
Resolve SHGetPathFromIDListW ->  SHGetPathFromIDListA call.
Remove Fixme comment in SHGetPathFromIDList as StrRetToStrN should
take care of this.
Get rid of some unsigned/signed comparison warnings with default
warnings in MSVC.

21 years agoImplement IExtractIconW and inherit IExtractIconA from it.
Rolf Kalbermatter [Thu, 12 Dec 2002 23:00:04 +0000 (23:00 +0000)] 
Implement IExtractIconW and inherit IExtractIconA from it.

21 years agoFix a possible memory leak when extracting from an ICO file.
Rolf Kalbermatter [Thu, 12 Dec 2002 22:59:50 +0000 (22:59 +0000)] 
Fix a possible memory leak when extracting from an ICO file.
Fix some signed/unsigned warnings showing up in MSVC with default
warning level.
Fix possible problem with short PIMAGE_NT_HEADERS.

21 years agoImplemented DispCallFunc so that it works when calling event handlers
Alberto Massari [Thu, 12 Dec 2002 22:59:25 +0000 (22:59 +0000)] 
Implemented DispCallFunc so that it works when calling event handlers
that have no return value.

21 years agoCalling SafeArrayDestroy on a destroyed array should be a no-op.
Alberto Massari [Thu, 12 Dec 2002 22:59:07 +0000 (22:59 +0000)] 
Calling SafeArrayDestroy on a destroyed array should be a no-op.

21 years agoImplemented some stubs.
Rok Mandeljc [Thu, 12 Dec 2002 22:27:15 +0000 (22:27 +0000)] 
Implemented some stubs.

21 years agoAdd 'distclean' target to winemaker-generated projects.
Jeff Smith [Thu, 12 Dec 2002 22:26:18 +0000 (22:26 +0000)] 
Add 'distclean' target to winemaker-generated projects.

21 years agoMMDRV_GetDescription32 fix + a few cosmetic improvements.
Jeff Smith [Thu, 12 Dec 2002 22:26:01 +0000 (22:26 +0000)] 
MMDRV_GetDescription32 fix + a few cosmetic improvements.

21 years agoMention the applications that depend on the behavior checked by the
Francois Gouget [Thu, 12 Dec 2002 22:25:23 +0000 (22:25 +0000)] 
Mention the applications that depend on the behavior checked by the
GetLocaleInfoA partial buffer test.

21 years agoReverted last VT_USERDEFINED patch (was broken).
Marcus Meissner [Thu, 12 Dec 2002 22:25:07 +0000 (22:25 +0000)] 
Reverted last VT_USERDEFINED patch (was broken).
Marshal TKIND_DISPATCH interfaces just like TKIND_INTERFACE.

21 years agoSeparated out 16bit sources for ole2disp.dll.
Marcus Meissner [Thu, 12 Dec 2002 22:24:45 +0000 (22:24 +0000)] 
Separated out 16bit sources for ole2disp.dll.

21 years agoDo not display the long options in the usage message if we don't
Dimitrie O. Paun [Thu, 12 Dec 2002 22:23:55 +0000 (22:23 +0000)] 
Do not display the long options in the usage message if we don't
actually support them. Small other cleanups.

21 years agoFix return from IOCTL_CDROM_CHECK_VERIFY.
Alex Pasadyn [Thu, 12 Dec 2002 22:23:35 +0000 (22:23 +0000)] 
Fix return from IOCTL_CDROM_CHECK_VERIFY.

21 years agoFix error reporting in wavemap.c:wodOpen(); this solves the
Francois Gouget [Thu, 12 Dec 2002 22:23:15 +0000 (22:23 +0000)] 
Fix error reporting in wavemap.c:wodOpen(); this solves the
waveOutOpen problem so that we can remove the todo_wine.
Win9x does not support WAVE_FORMAT_DIRECT.
Don't check the format if the waveOutOpen command failed.
Use trace, not winetest_trace!

21 years agoAlso trace implicitly loaded dlls for +loaddll.
Alexandre Julliard [Thu, 12 Dec 2002 22:05:22 +0000 (22:05 +0000)] 
Also trace implicitly loaded dlls for +loaddll.

21 years agoAdded .spec.def files.
Alexandre Julliard [Thu, 12 Dec 2002 22:04:04 +0000 (22:04 +0000)] 
Added .spec.def files.

21 years agoImplemented import libraries; on Unix we import the .def file
Alexandre Julliard [Thu, 12 Dec 2002 22:03:14 +0000 (22:03 +0000)] 
Implemented import libraries; on Unix we import the .def file
directly, on Mingw we use it to build the .a library.

21 years agoMade stdcall decoration in .def files the default, and added -k option
Alexandre Julliard [Thu, 12 Dec 2002 04:06:28 +0000 (04:06 +0000)] 
Made stdcall decoration in .def files the default, and added -k option
to switch it off.

21 years agoSplit out 16bit code into typelib16.c.
Marcus Meissner [Thu, 12 Dec 2002 03:56:36 +0000 (03:56 +0000)] 
Split out 16bit code into typelib16.c.

21 years agoDon't test whether Get{Currency,Date,Number,Time}FormatA writes as
Francois Gouget [Thu, 12 Dec 2002 03:56:09 +0000 (03:56 +0000)] 
Don't test whether Get{Currency,Date,Number,Time}FormatA writes as
much as possible in the buffer even if it is too small. This is
undocumented and does not match the Win9x behavior.
Skip Unicode tests on Win9x.
Fix usage of memset/sizeof/COUNTOF.
Fix signed/unsigned warnings (in MSVC) by using lstrlenA instead of
strlen.

21 years agoIn Get{Currency,Number}FormatA, SetLastError to
Francois Gouget [Thu, 12 Dec 2002 03:55:45 +0000 (03:55 +0000)] 
In Get{Currency,Number}FormatA, SetLastError to
ERROR_INSUFFICIENT_BUFFER if the buffer is too small.

21 years agoAdd stubs for missing APIs.
Francois Gouget [Thu, 12 Dec 2002 03:55:05 +0000 (03:55 +0000)] 
Add stubs for missing APIs.

21 years agoSkip the Unicode tests on Win9x.
Francois Gouget [Thu, 12 Dec 2002 03:54:23 +0000 (03:54 +0000)] 
Skip the Unicode tests on Win9x.
Test Get{System,Windows}Directory{A,W}(NULL, 0). This is a more
standard way to get len_with_null too.
Adapt the error code checks to take into account variations between
Win9x and NT.

21 years agoFix the error codes returned by DeleteFile{A,W} to match NT.
Francois Gouget [Thu, 12 Dec 2002 03:54:01 +0000 (03:54 +0000)] 
Fix the error codes returned by DeleteFile{A,W} to match NT.
Adapt the DeleteFileA error code checks to take into account variations
between Win9x and NT.
Test DeleteFile(NULL).
Add tests for DeleteFileW.
On NT, calling _lclose on an already closed handle will cause memory
corruption and thus sometimes crash -> removed the relevant test.
Skip the Unicode tests when on Win9x.

21 years agoAdded list of symbols to ignore by default in winebuild.
Alexandre Julliard [Thu, 12 Dec 2002 02:20:47 +0000 (02:20 +0000)] 
Added list of symbols to ignore by default in winebuild.
Made the -i option support removing ignored symbols too.
Removed the -noimport flag in spec files.

21 years agoWarning fix.
Alexandre Julliard [Thu, 12 Dec 2002 02:17:56 +0000 (02:17 +0000)] 
Warning fix.

21 years agoImplemented BindMoniker function.
Robert Shearman [Thu, 12 Dec 2002 02:17:39 +0000 (02:17 +0000)] 
Implemented BindMoniker function.

21 years agoFix shell32.ExtractIcon with A->W and 16 -> 32 calls.
Rolf Kalbermatter [Thu, 12 Dec 2002 02:17:13 +0000 (02:17 +0000)] 
Fix shell32.ExtractIcon with A->W and 16 -> 32 calls.

21 years agoAdded stubs for FtpCommand[A|W].
Alberto Massari [Thu, 12 Dec 2002 02:16:54 +0000 (02:16 +0000)] 
Added stubs for FtpCommand[A|W].

21 years agoThe Win9x platforms support WideCharToMultiByte and
Francois Gouget [Thu, 12 Dec 2002 02:16:29 +0000 (02:16 +0000)] 
The Win9x platforms support WideCharToMultiByte and
MultiByteToWideChar but not lstrcmpW! So I implemented our own so
that we can have a meaningful test.

21 years agoGive DOS applications 638k of free conventional memory.
Jukka Heinonen [Thu, 12 Dec 2002 02:16:02 +0000 (02:16 +0000)] 
Give DOS applications 638k of free conventional memory.

21 years agoSerialize/deserialize all reftypes in VT_USERDEFINED.
Marcus Meissner [Thu, 12 Dec 2002 02:15:46 +0000 (02:15 +0000)] 
Serialize/deserialize all reftypes in VT_USERDEFINED.

21 years agoSkip the Unicode tests (effectively all tests currently) on Win9x.
Francois Gouget [Thu, 12 Dec 2002 02:15:28 +0000 (02:15 +0000)] 
Skip the Unicode tests (effectively all tests currently) on Win9x.

21 years agoPass the -J option to wrc to avoid including installed headers.
Alexandre Julliard [Wed, 11 Dec 2002 01:34:51 +0000 (01:34 +0000)] 
Pass the -J option to wrc to avoid including installed headers.

21 years agoWine internal includes should not be in the include path.
Alexandre Julliard [Wed, 11 Dec 2002 01:31:56 +0000 (01:31 +0000)] 
Wine internal includes should not be in the include path.