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

21 years agowrc should be aware of the location of the system headers.
Dimitrie O. Paun [Wed, 11 Dec 2002 01:31:22 +0000 (01:31 +0000)] 
wrc should be aware of the location of the system headers.

21 years agoUpdated to the latest version.
Alexandre Julliard [Wed, 11 Dec 2002 01:30:41 +0000 (01:30 +0000)] 
Updated to the latest version.

21 years agoTry to open source file in current directory first in case it is a
Alexandre Julliard [Wed, 11 Dec 2002 01:30:14 +0000 (01:30 +0000)] 
Try to open source file in current directory first in case it is a
generated file.

21 years agoGenerate proper dependencies for testlist.c.
Francois Gouget [Wed, 11 Dec 2002 01:29:36 +0000 (01:29 +0000)] 
Generate proper dependencies for testlist.c.

21 years agoFixed some characters.
Rok Mandeljc [Wed, 11 Dec 2002 01:29:10 +0000 (01:29 +0000)] 
Fixed some characters.

21 years agoAdded WINE_CHECK_DEFINE macro to factor out some repeated code.
Alexandre Julliard [Wed, 11 Dec 2002 00:21:55 +0000 (00:21 +0000)] 
Added WINE_CHECK_DEFINE macro to factor out some repeated code.

21 years ago- Implement RtlLocalTimeToSystemTime and RtlSystemTimeToLocalTime.
György 'Nog' Jeney [Wed, 11 Dec 2002 00:19:56 +0000 (00:19 +0000)] 
- Implement RtlLocalTimeToSystemTime and RtlSystemTimeToLocalTime.
- Use new time functions to reimplement FileTimeToLocalTime and
  LocalTimeToFileTime.

21 years agoFix stderr redirection.
Francois Gouget [Wed, 11 Dec 2002 00:18:11 +0000 (00:18 +0000)] 
Fix stderr redirection.
Simplify $infile existence test.

21 years agoWhen reporting a test failure, only report the file name, not the full
Francois Gouget [Wed, 11 Dec 2002 00:17:42 +0000 (00:17 +0000)] 
When reporting a test failure, only report the file name, not the full
path.
Merge winetest_set_trace_location with winetest_set_ok_location.

21 years ago'"' is an illegal character on Win9x so we cannot test it.
Francois Gouget [Wed, 11 Dec 2002 00:16:31 +0000 (00:16 +0000)] 
'"' is an illegal character on Win9x so we cannot test it.
GetShortPathNameA behaves differently on Win9x and NT: on NT it
succeeds even if not all path components exist, as long as they are
already in the 8.3 format.
Wine apparently implements the NT behavior thus many todo_wine went
away.
Fixed some error code checks to take into account all possible return
values.
GetTempFileNameA appears to only use the lower 16bits of the id on
Win95 (and never returns more than 16 bits on other platforms).
GetLongPathNameA is missing on some Windows versions.
Modified the GetTempPath tests to make sure they return the expected
value. Removed the redundant tests (e.g. if buf[0]==0 then buf!="foo",
no need to test both).
The 'len_with_null - 1' case is not testable as the Windows behavior
varies too much between versions.
We cannot check whether Windows touches the buffer either as this
heavily depends on the Windows version and specific circumstances of
the call.
Finally NT4 sometimes exaggerates the required buffer size.

21 years agoImplement $V in builtin PROMPT.
Sylvain Petreolle [Wed, 11 Dec 2002 00:15:20 +0000 (00:15 +0000)] 
Implement $V in builtin PROMPT.

21 years agowinnt.h should not be self-contained, it must depend on windef.h so
Alexandre Julliard [Tue, 10 Dec 2002 22:56:43 +0000 (22:56 +0000)] 
winnt.h should not be self-contained, it must depend on windef.h so
that STRICT works correctly; moved some definitions back to windef.h
where they belong, and removed a couple of definitions that don't
exist on Windows.

21 years ago-DSTRICT is now the default behavior.
Alexandre Julliard [Tue, 10 Dec 2002 22:49:15 +0000 (22:49 +0000)] 
-DSTRICT is now the default behavior.

21 years agoAlpha porting fix.
Steven Edwards [Tue, 10 Dec 2002 22:48:48 +0000 (22:48 +0000)] 
Alpha porting fix.

21 years agoAdded parameters to NtXxxPort functions prototypes.
Alberto Massari [Tue, 10 Dec 2002 20:04:40 +0000 (20:04 +0000)] 
Added parameters to NtXxxPort functions prototypes.

21 years agoAdd a definition for STRICT.
Vincent Béron [Tue, 10 Dec 2002 20:02:17 +0000 (20:02 +0000)] 
Add a definition for STRICT.

21 years agoAdded definitions for REG_QWORD and REG_QWORD_LITTLE_ENDIAN.
Jeff Smith [Tue, 10 Dec 2002 19:59:33 +0000 (19:59 +0000)] 
Added definitions for REG_QWORD and REG_QWORD_LITTLE_ENDIAN.

21 years agoMove int21 country information handling to winedos.
Jukka Heinonen [Tue, 10 Dec 2002 19:58:39 +0000 (19:58 +0000)] 
Move int21 country information handling to winedos.
Improve country information handling.
Move collate table to upper memory.

21 years agoGracefully degrade to getopt if getopt_long does not exist.
Dimitrie O. Paun [Tue, 10 Dec 2002 19:16:24 +0000 (19:16 +0000)] 
Gracefully degrade to getopt if getopt_long does not exist.

21 years agoSuppress some signed/unsigned comparison warning.
Vincent Béron [Tue, 10 Dec 2002 19:10:46 +0000 (19:10 +0000)] 
Suppress some signed/unsigned comparison warning.

21 years agoChange the return value for ExtractIconEx from HICON to UINT and make
Rolf Kalbermatter [Tue, 10 Dec 2002 19:10:11 +0000 (19:10 +0000)] 
Change the return value for ExtractIconEx from HICON to UINT and make
the function call directly user32.PrivateExtractIconEx.

21 years ago- Modify ICO_ExtractIconExW to:
Rolf Kalbermatter [Tue, 10 Dec 2002 19:09:45 +0000 (19:09 +0000)] 
- Modify ICO_ExtractIconExW to:
    return more compliant values for usage in PrivateExtractIcons and PrivateExtractIconEx
    accept and fill in the icon identifier array correctly if provided
    allow to retrieve both small and large icons together.
- Simplify PrivateExtraxtIcons
- Modify PrivateExtractIconExW to:
   use compatible signature to ExtractIconEx in shell32 which it really is directly
     as tested on W2K by calling both functions with the same parameters
   directly call internal extraction function
   fix error when requesting 1 icon for both sizes

21 years agoGet rid of generic notification support in comctrl32. The MS docs were
Dimitrie O. Paun [Tue, 10 Dec 2002 19:07:59 +0000 (19:07 +0000)] 
Get rid of generic notification support in comctrl32. The MS docs were
misleading in that all controls send these notifications. They don't.

21 years ago- Plug a bunch of memory leaks.
Dimitrie O. Paun [Tue, 10 Dec 2002 19:07:27 +0000 (19:07 +0000)] 
- Plug a bunch of memory leaks.
- Make ranges_destroy behave more like free().
- Fix messed up indentation from tabs set to 4 chars.
- Updated the documentation.

21 years agoReset the oss device before we try to close it. Fixes hang on startup
Chris Morgan [Tue, 10 Dec 2002 19:06:51 +0000 (19:06 +0000)] 
Reset the oss device before we try to close it.  Fixes hang on startup
of Starcraft due to oss device being in a bad state.

21 years agoVarAdd support for integers.
Jason Edmeades [Tue, 10 Dec 2002 19:06:28 +0000 (19:06 +0000)] 
VarAdd support for integers.

21 years ago Update Wine FAQ to latest revision.
Dimitrie O. Paun [Tue, 10 Dec 2002 19:06:05 +0000 (19:06 +0000)] 
 Update Wine FAQ to latest revision.
  - Better Bochs/Plex86 info
  - Add Q&A about upgrading configuration
  - Replace Deneba's Canvas 7 with Ability Office
From entries submitted by Tom Wickline.

21 years agoMake WM_MOUSEHOVER coordinates client relative.
Mike Hearn [Tue, 10 Dec 2002 19:05:12 +0000 (19:05 +0000)] 
Make WM_MOUSEHOVER coordinates client relative.

21 years agoAlpha porting fixes.
Steven Edwards [Tue, 10 Dec 2002 19:04:45 +0000 (19:04 +0000)] 
Alpha porting fixes.

21 years agoReplaced 'ignore' spec file directive by the -i option.
Alexandre Julliard [Sat, 7 Dec 2002 23:54:12 +0000 (23:54 +0000)] 
Replaced 'ignore' spec file directive by the -i option.

21 years agoDon't build tests by default just yet.
Alexandre Julliard [Sat, 7 Dec 2002 23:52:43 +0000 (23:52 +0000)] 
Don't build tests by default just yet.

21 years agoAdd SHDefExtractIcon{AW} function.
Rolf Kalbermatter [Sat, 7 Dec 2002 23:49:24 +0000 (23:49 +0000)] 
Add SHDefExtractIcon{AW} function.

21 years agoUpdate debugger documentation for when programs hangs.
Tony Lambregts [Sat, 7 Dec 2002 23:48:36 +0000 (23:48 +0000)] 
Update debugger documentation for when programs hangs.

21 years agoFix signature of SHLWAPI_334 as its string parameter really is an
Rolf Kalbermatter [Sat, 7 Dec 2002 23:48:10 +0000 (23:48 +0000)] 
Fix signature of SHLWAPI_334 as its string parameter really is an
output.

21 years agoFills the name of the arguments of the COM methods, else MSVC doesn't
Vincent Béron [Sat, 7 Dec 2002 23:47:40 +0000 (23:47 +0000)] 
Fills the name of the arguments of the COM methods, else MSVC doesn't
like them.

21 years agoMoved implementation of GetDiskFreeSpaceEx from ascii to unicode.
Stefan Leichter [Sat, 7 Dec 2002 23:47:01 +0000 (23:47 +0000)] 
Moved implementation of GetDiskFreeSpaceEx from ascii to unicode.

21 years agoMove int08 stub and LOL to upper memory.
Jukka Heinonen [Sat, 7 Dec 2002 23:46:41 +0000 (23:46 +0000)] 
Move int08 stub and LOL to upper memory.
Move simple int21 functions to winedos.

21 years agoCheck file header to differentiate between object files and resources
Alexandre Julliard [Fri, 6 Dec 2002 23:26:29 +0000 (23:26 +0000)] 
Check file header to differentiate between object files and resources
so that the -r option is not necessary.

21 years agoFixed mingwrap install command.
Alexandre Julliard [Fri, 6 Dec 2002 23:22:39 +0000 (23:22 +0000)] 
Fixed mingwrap install command.

21 years agoFixed the list of accepted types passed to HttpOpenRequestA.
Alexandre Julliard [Fri, 6 Dec 2002 23:21:35 +0000 (23:21 +0000)] 
Fixed the list of accepted types passed to HttpOpenRequestA.

21 years agoImplement ParseFieldW function based on its ANSI sibling.
Rolf Kalbermatter [Fri, 6 Dec 2002 23:20:52 +0000 (23:20 +0000)] 
Implement ParseFieldW function based on its ANSI sibling.

21 years ago - When sending a request using HttpOpenRequest/HttpSendRequest, send the
Alberto Massari [Fri, 6 Dec 2002 23:20:31 +0000 (23:20 +0000)] 
 - When sending a request using HttpOpenRequest/HttpSendRequest, send the
   User-Agent header; fixed the Accept and the Referer header handling to
   really work.
 - Fixed bug in the HTTP_ProcessHeader: when a second value was supposed to be
   added to an existing one, the buffer was reduced to be 1 char long instead
   of being expanded, due to the precedence rules of the operator '?'.
 - Added support for opening URLs that redirect to a different place.

21 years agoDefine PSH_WIZARD97 (problem reported by jaymz@free.fr).
Francois Gouget [Fri, 6 Dec 2002 23:19:54 +0000 (23:19 +0000)] 
Define PSH_WIZARD97 (problem reported by jaymz@free.fr).

21 years agoForce (WS_)SO_REUSEADDR before binding to a socket; ignore
Christoph Frick [Fri, 6 Dec 2002 23:19:21 +0000 (23:19 +0000)] 
Force (WS_)SO_REUSEADDR before binding to a socket; ignore
(WS_)SO_DONTROUTE; Network games in Grand Prix Legends and Nascar 2002
are possible now.

21 years agoBuild test programs as part of the normal build.
Alexandre Julliard [Fri, 6 Dec 2002 19:51:20 +0000 (19:51 +0000)] 
Build test programs as part of the normal build.

21 years agoFix some parameter types.
Rolf Kalbermatter [Fri, 6 Dec 2002 19:50:26 +0000 (19:50 +0000)] 
Fix some parameter types.

21 years agoMoved COM API prototypes in include/wine/obj_base.h to
Ove Kaaven [Fri, 6 Dec 2002 19:49:56 +0000 (19:49 +0000)] 
Moved COM API prototypes in include/wine/obj_base.h to
include/objbase.h.

21 years agoMake wrc command line compatible with windres.
Dimitrie O. Paun [Fri, 6 Dec 2002 19:49:36 +0000 (19:49 +0000)] 
Make wrc command line compatible with windres.

21 years agoFixed passing of -DINCLUDEDIR when building mingwrap.
Alexandre Julliard [Fri, 6 Dec 2002 19:49:13 +0000 (19:49 +0000)] 
Fixed passing of -DINCLUDEDIR when building mingwrap.

21 years agoInstall DDK headers as well.
Dimitrie O. Paun [Fri, 6 Dec 2002 19:45:18 +0000 (19:45 +0000)] 
Install DDK headers as well.

21 years agoAdded rpc.h include to fix tests compilation.
Alexandre Julliard [Thu, 5 Dec 2002 22:11:43 +0000 (22:11 +0000)] 
Added rpc.h include to fix tests compilation.

21 years agoMake sure that no files except unknwn.h include wine/obj_base.h
Ove Kaaven [Thu, 5 Dec 2002 20:33:07 +0000 (20:33 +0000)] 
Make sure that no files except unknwn.h include wine/obj_base.h
directly.

21 years agoReplace 0x%p with %p.
Patrik Stridvall [Thu, 5 Dec 2002 19:56:15 +0000 (19:56 +0000)] 
Replace 0x%p with %p.

21 years agoAdded 2 more Czech keyboard layouts compatible with XFree86 4.1.
Peter Mladek [Thu, 5 Dec 2002 19:55:04 +0000 (19:55 +0000)] 
Added 2 more Czech keyboard layouts compatible with XFree86 4.1.

21 years ago - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
Alberto Massari [Thu, 5 Dec 2002 19:54:40 +0000 (19:54 +0000)] 
 - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA to urlcache.c.
 - Added stub implementation of GetUrlCacheEntryInfoExW.
 - Implemented InternetQueryOptionW, InternetCombineUrl[A|W].
 - InternetSetOptionW prints FIXMEs with more informations.
 - INTERNET_SetLastError was crashing if called after the thread
   local storage area had already been deleted (it happens if you
   close Internet Explorer while the download is still in progress).

21 years agoBack out the aRts volume patch, this is not user-friendly at all.
Alexandre Julliard [Thu, 5 Dec 2002 19:20:36 +0000 (19:20 +0000)] 
Back out the aRts volume patch, this is not user-friendly at all.