Eric Pouech
|
3e4381aad0
|
Added stub for ExtractAssociatedIconExA.
|
2002-05-21 18:06:07 +00:00 |
Eric Pouech
|
0587a47235
|
Allow ANSI charset in font enumeration.
Added ability not to close the wineconsole on console object
destruction.
|
2002-05-21 18:05:16 +00:00 |
Eric Pouech
|
9259cfa855
|
Added 16/32 DDE message conversion.
Finished the 16 bit implementation of DDEML.
|
2002-05-21 18:03:15 +00:00 |
Alexandre Julliard
|
acfda14a81
|
Moved expand.c from libtest to programs/expand.
Removed the rest of the libtest directory.
|
2002-05-20 19:18:16 +00:00 |
Alexandre Julliard
|
67e8dc6861
|
Added configure check for the soname of libraries that we load
dynamically. Added a few other configure macros, and moved all macros
into aclocal.m4.
|
2002-05-20 18:29:58 +00:00 |
Dmitry Timoshkov
|
a081e2380f
|
Clear an old button text in WM_SETTEXT as Windows does.
|
2002-05-20 18:21:29 +00:00 |
Alexandre Julliard
|
4344c368cb
|
Got rid of GetSysColorPen.
|
2002-05-20 18:15:28 +00:00 |
Andreas Mohr
|
11b35c0b4c
|
Better error messages.
|
2002-05-20 18:11:08 +00:00 |
John K. Hohm
|
45b94449e6
|
Fix msvcrt._vsnwprintf format reading bug like NTDLL_vsnwprintf.
|
2002-05-20 18:02:47 +00:00 |
Dustin Navea
|
70b93e30f3
|
Added SerialComm key.
|
2002-05-20 18:02:19 +00:00 |
Andreas Mohr
|
012478c9d3
|
Spelling stuff.
|
2002-05-20 18:01:44 +00:00 |
Francois Gouget
|
3009185c0a
|
Dump thread id instead of %fs.
|
2002-05-20 18:00:46 +00:00 |
Alexandre Julliard
|
476aabc95a
|
Do not output stubs in the .def file.
|
2002-05-19 22:29:34 +00:00 |
Alexandre Julliard
|
35389149de
|
Export the debug API as functions instead of pointers.
A few other import fixes for Mingw.
|
2002-05-19 22:29:01 +00:00 |
John K. Hohm
|
454d99f0a2
|
More comcat.dll implementation, swprintf fix, winerror.h additions.
|
2002-05-19 22:27:41 +00:00 |
Arjen Nienhuis
|
c9654a7df8
|
Fixed keyboard handling.
|
2002-05-19 22:26:16 +00:00 |
Steven Edwards
|
48ac89b627
|
Add check for <sys/ioctl.h>.
|
2002-05-19 22:25:02 +00:00 |
Andreas Mohr
|
7632452e96
|
- Improve error messages.
- Add error code mapping EPERM -> STATUS_ACCESS_DENIED.
|
2002-05-19 22:23:56 +00:00 |
Andreas Mohr
|
4532cc83b4
|
Added LOCALE_IDEFAULTMACCODEPAGE values for some languages.
|
2002-05-19 22:23:23 +00:00 |
Stefan Leichter
|
8550dc2fd6
|
Added stub for DllRegisterServer.
|
2002-05-19 22:22:52 +00:00 |
Stefan Leichter
|
7f4066a421
|
Added version info resource.
|
2002-05-19 22:22:36 +00:00 |
Francois Gouget
|
ea668d1be1
|
Make the 'error' string of a couple of checks consistent with the
others.
|
2002-05-19 22:22:06 +00:00 |
Francois Gouget
|
2204b50a95
|
Fixed the WinExec prototype.
|
2002-05-19 22:21:45 +00:00 |
Francois Gouget
|
905cb7e316
|
Implemented _getws.
|
2002-05-19 22:21:17 +00:00 |
Francois Gouget
|
69e3500950
|
Add missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
|
2002-05-19 22:20:31 +00:00 |
Vincent Béron
|
244462cc70
|
Correct implementation of VerSetConditionMask.
|
2002-05-19 22:20:09 +00:00 |
Alexandre Julliard
|
23d3ef19ef
|
Generate a kernel32 dependency for dlls that have no imports to handle
the winebuild-generated implicit import.
|
2002-05-17 04:32:20 +00:00 |
Alexandre Julliard
|
844968c495
|
Added check for numeric ids and null pointers (thanks to Dimitrie).
|
2002-05-17 04:17:48 +00:00 |
Alexandre Julliard
|
2ab7625934
|
Removed most imports of ntdll since we no longer import Wine internal
functions from there.
|
2002-05-17 03:37:12 +00:00 |
Alexandre Julliard
|
6044307c3a
|
A few fixes for mingw cross-compilation.
|
2002-05-17 03:31:08 +00:00 |
Alexandre Julliard
|
0aa28b5b8d
|
Export the debugging API from libwine instead of ntdll.
Removed debugres_[aw].
|
2002-05-17 02:55:48 +00:00 |
Bill Medland
|
dff78edb02
|
Remove leading whitespace from printcap entries.
|
2002-05-17 00:10:15 +00:00 |
Christian Costa
|
fc37ef6130
|
Do not create a window each time VGA_DoSetMode is called. The window
is created the first time and then just resized.
|
2002-05-17 00:09:35 +00:00 |
Alexandre Julliard
|
bf90f4db87
|
Adapted to use the argc/argv variables from libwine.
Automatically import libraries that contain the symbols that the
.spec.c file is using.
|
2002-05-16 23:17:37 +00:00 |
Alexandre Julliard
|
702b158e70
|
Export global argc/argv variables from libwine and remove the
__wine_get_main_args functions from ntdll.
|
2002-05-16 23:16:01 +00:00 |
Alexandre Julliard
|
d8d313d110
|
Fixed struct msghdr access for platforms that have msg_accrights
(reported by Warren Baird).
|
2002-05-16 23:12:03 +00:00 |
Philip Brown
|
f8369deded
|
Need to undef NOERROR for Solaris.
|
2002-05-16 23:09:29 +00:00 |
Warren Baird
|
c43b5c8f11
|
Some fixes for compiling on Sparc.
|
2002-05-16 23:08:01 +00:00 |
Alexandre Julliard
|
a0994a7d42
|
Better usage message. Flush stderr before exiting.
|
2002-05-16 20:32:50 +00:00 |
Alexandre Julliard
|
59008670be
|
Moved the selector access functions out of winnt.h into libwine.
|
2002-05-16 20:32:16 +00:00 |
Eric Pouech
|
ff8a62d8fe
|
Fixed hangs when playing an ASCII resource.
|
2002-05-16 20:28:26 +00:00 |
Christian Costa
|
2fd4a55d07
|
Handle properly the requested video mode in Int10h SET VIDEO MODE
function by managing the bit 7 of AL.
|
2002-05-16 20:27:54 +00:00 |
Andriy Palamarchuk
|
e02fd411f1
|
Place "Common Files" under "Program Files" instead of root directory.
|
2002-05-16 20:27:27 +00:00 |
Marcus Meissner
|
f9bf085108
|
Tell the user if winedefault.reg is not loaded.
|
2002-05-16 20:26:40 +00:00 |
Alexandre Julliard
|
9b6f433ebb
|
Implemented strtolW/strtoulW in libwine_unicode and used it to replace
wcstol and friends.
|
2002-05-16 18:58:47 +00:00 |
Alexandre Julliard
|
1f18f61bfa
|
Fixed missing call to make_c_identifier.
|
2002-05-16 18:44:06 +00:00 |
Christian Costa
|
53268a54d1
|
Added DMA and SoundBlaster emulation.
|
2002-05-16 18:34:48 +00:00 |
William Stinson
|
a60d05b405
|
Explain patch -p0 option.
|
2002-05-16 18:31:57 +00:00 |
Steven Edwards
|
fb2a70463e
|
Fixed snprintf warnings.
|
2002-05-16 18:31:27 +00:00 |
Steven Edwards
|
0a2d211139
|
Added check for sys/mman.h.
|
2002-05-16 18:29:11 +00:00 |