Commit Graph

14819 Commits

Author SHA1 Message Date
Rein Klazes
950da26b98 Two "unknown" parameters of _unDName() turn out to be the output
string and it length. If possible, use these instead of allocating a
new one. Put the code in _unDNameEx() and call that from _unDName().
2004-01-13 22:56:59 +00:00
Tom Wickline
3d6eb2db2f Fixed version info. 2004-01-13 22:50:55 +00:00
Tom Wickline
e961edd306 Add dillo as a browser to search for. 2004-01-13 22:48:29 +00:00
Alexandre Julliard
dec198afe0 Implemented the remaining 64-bit file functions, and added a few other
functions and exported variables.
Removed the almost empty lconv.c file.
2004-01-13 05:45:05 +00:00
Alexandre Julliard
16e5634a3b Implemented a few more crt* functions.
Replaced most remaining stubs by forwards to msvcrt.
2004-01-13 05:37:47 +00:00
Alexandre Julliard
c0faca0755 Avoid direct access to the palette structure. 2004-01-13 05:25:30 +00:00
Marcus Meissner
219731197a Added stub for EnumICMProfilesA/W. 2004-01-13 05:20:17 +00:00
Alexandre Julliard
774304da90 Authors: Jeremy White <jwhite@codeweavers.com>, Francois Gouget <fgouget@codeweavers.com>
Test the behavior of bind() wrt. SO_REUSEADDR.
2004-01-13 05:12:46 +00:00
Jeremy Shaw
0d914dfd45 Remove forced WS_SO_REUSEADDR on all binds. 2004-01-13 05:10:59 +00:00
Francois Gouget
eb10f347e6 Fix a race that caused the Microsoft Viewers 'file extraction'
animation to sometimes have a pink background.
2004-01-13 05:07:56 +00:00
Francois Gouget
fc1e5789fa Do a SearchPath before opening the file to improve compatibility with
the native regedit.
2004-01-13 05:07:07 +00:00
Francois Gouget
4cb9c590b9 Remove references to regapi. 2004-01-13 04:59:33 +00:00
Vincent Béron
7183e443b5 Add yet another spec file for a new dll. 2004-01-13 04:58:44 +00:00
Vincent Béron
6f2b7a5663 Remove a "\" from a multiline string constant by splitting it in two. 2004-01-13 04:57:57 +00:00
Vincent Béron
506ab8bcb0 Removed a W->A cross-call (CopyMetaFileW->CopyMetaFileA). 2004-01-13 04:54:45 +00:00
Alexandre Julliard
9d79df901a Added all the missing functions. 2004-01-13 01:27:19 +00:00
Alexandre Julliard
83883e1730 _set_error_mode is cdecl not stdcall. 2004-01-13 01:08:59 +00:00
André Johansen
759d956c51 Forward _set_error_mode to msvcrt. 2004-01-13 01:08:04 +00:00
Vincent Béron
431a96f43a Get rid of a W->A crosscall (ResetDCA->ResetDCW). 2004-01-13 01:06:44 +00:00
Christian Costa
8349acab6c Added Midi IN support. 2004-01-13 01:05:34 +00:00
Rein Klazes
be4aff376b Handle the cases when initdir is either invalid, or specifies a file. 2004-01-12 22:12:58 +00:00
Mike McCormack
d0779463da Stub enough of MSVCRT40 to make IE4 install work. 2004-01-12 22:12:27 +00:00
Alexandre Julliard
a51bb8151d ScrollDC doesn't need to be in the graphics driver. 2004-01-12 21:15:16 +00:00
Mike Hearn
8e9267e267 Change GetTransform stub to use the standard FIXME rather than ERR. 2004-01-12 21:10:48 +00:00
Vincent Béron
446368333c CreateDC is Unicode now, change the spec file accordingly. 2004-01-12 21:08:31 +00:00
Vincent Béron
5ba5d756cb Add spec files for new dlls. 2004-01-12 21:07:36 +00:00
Bill Medland
866f5ba0ef Correct handling of font table when the font name is not the last
thing in the entry (i.e. is followed by the font altname in a group).
2004-01-12 21:07:03 +00:00
Marcus Meissner
ff16b32499 SafeArrayRedim: Use the correct size for resize too. 2004-01-12 21:06:30 +00:00
Eric Pouech
d6771b1333 Implemented Toolhelp32ReadProcessMemory. 2004-01-12 21:05:53 +00:00
Eric Pouech
9db6037de8 - implemented TIME_KILL_SYCHRONOUS timer flags
- timeKillTimer is now thread safe
- replaced some iData attributes by global variables
2004-01-12 21:03:10 +00:00
Robert Reif
370a18f786 Reduce the use of the dsound global variable by passing address to
functions.
2004-01-12 21:02:22 +00:00
Alexandre Julliard
e8283089cb Get rid of no longer needed WINE_PACKED define. 2004-01-09 22:18:49 +00:00
Robert Reif
7dd637467a Added some missing defines and a struct.
Fixed some const * arguments.
2004-01-09 22:06:54 +00:00
Marcus Meissner
41beb71636 Allow offset of NULL to NtWriteFile. 2004-01-09 20:09:08 +00:00
Marcus Meissner
17ffed02eb Fixed HeapRealloc typo. 2004-01-09 20:08:48 +00:00
Dimitrie O. Paun
2bc1816948 Remove the wrapper generation from winewrap, it is no longer necessary
(fixed by Alexandre's constructor patch).
2004-01-09 20:08:22 +00:00
Alexandre Julliard
2509fcf2c6 Some more Win16/Win32 separation (based on a patch by Steven
Edwards).
2004-01-09 05:10:35 +00:00
Michael Stefaniuc
6c34235f3e - add VESA mode 0x6a (same as 0x102)
- add a macro to check if a mode is a VESA mode
- output the unsupported VGA mode in hex (all VGA/VESA docs use hex
  for that)
2004-01-09 05:03:43 +00:00
Jeremy Shaw
ed69f0bff6 Added wave-in support and fixed a few bugs in the wave-out code. 2004-01-09 05:02:58 +00:00
Alexandre Julliard
19dfc3ce74 Removed XInitThreads call, the X libraries still have too many bugs to
make this viable.
2004-01-09 01:10:59 +00:00
Marcus Meissner
2ac287e875 Copy BSTRs byte wise.
Added a testcase for byte wise copy of VT_BSTR variant with
VariantCopy().
2004-01-09 00:58:01 +00:00
Ulrich Czekalla
e24d3fec2d Added header dbt.h. 2004-01-09 00:57:08 +00:00
Ferenc Wagner
88bc174873 Pin down LoadStringA behaviour on different buffer lengths. 2004-01-09 00:36:51 +00:00
Dmitry Timoshkov
2a2cd4db76 Fix an IE crash and make the "Create Folder" functionality in
Favorites work.
2004-01-09 00:35:21 +00:00
Ove Kaaven
00d0406c0d Avoid freeing request packet too early if an exception occurs. 2004-01-09 00:35:04 +00:00
Ove Kaaven
cb6c83dfc3 Properly handle destroying the first connection in the connection
cache.
2004-01-09 00:34:53 +00:00
Mike McCormack
f7b47f7a5c Regression test for files with zero length. 2004-01-09 00:34:37 +00:00
Mike McCormack
dc82769e61 Mapping a zero size file should fail. 2004-01-09 00:34:14 +00:00
Dimitrie O. Paun
a16d725964 Do not fail if we can't load some libs in the wrapper.
No need to link the wrapper with all libs, we know what we need.
2004-01-09 00:33:56 +00:00
Alexandre Julliard
90e075c3c7 If supported, add -init and -fini flags to the linker invocation. 2004-01-09 00:03:55 +00:00