Alexandre Julliard
|
39f73ddeaa
|
Merged PE_InitDLL into MODULE_InitDLL.
Fixed a few traces.
|
2003-04-04 19:50:17 +00:00 |
Alexandre Julliard
|
56b5e0862c
|
Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define.
|
2003-04-04 19:41:31 +00:00 |
Adam Gundy
|
19a1513fd7
|
Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.
|
2003-04-04 19:37:57 +00:00 |
Alexandre Julliard
|
df1c50d447
|
Removed the commented out winsock support, it can't work anyway.
|
2003-04-04 19:33:07 +00:00 |
Alexandre Julliard
|
15f0ac352b
|
Yet another hack to try to make this file compile in all
circumstances.
|
2003-04-04 19:32:18 +00:00 |
Dimitrie O. Paun
|
961afa2ab6
|
Add a few missing BN_* constants.
|
2003-04-04 19:31:41 +00:00 |
Alexandre Julliard
|
edcddb8a7c
|
Avoid warning on redefinition of KEY_EVENT.
|
2003-04-03 23:57:39 +00:00 |
Eric Pouech
|
14d04b608c
|
No longer call WaitFor*Object* from ntdll (but NtWait*Object*).
|
2003-04-03 23:57:11 +00:00 |
Rok Mandeljc
|
ef141f721c
|
Update version info to 8.1.
|
2003-04-03 23:56:12 +00:00 |
Rok Mandeljc
|
c895fc9d04
|
Added version info.
|
2003-04-03 23:55:27 +00:00 |
Alexandre Julliard
|
08dfb8c91a
|
Don't output register function code if it's a forwarded entry point.
|
2003-04-03 18:05:17 +00:00 |
Michael Stefaniuc
|
2229472d94
|
Add some missing HeapFree's and one missing free.
|
2003-04-03 18:04:40 +00:00 |
Vitaliy Margolen
|
c0a5823fb0
|
Remove bogus initialization in SetKeyboardState.
|
2003-04-03 18:03:22 +00:00 |
Robert Reif
|
aeddf2c409
|
Added wide character enumeration of sound devices.
|
2003-04-03 18:03:01 +00:00 |
Robert Reif
|
acd4bc0d64
|
Added a few missing DX8 definitions.
|
2003-04-03 18:02:39 +00:00 |
Paul McNett
|
79673e91bb
|
Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(),
EndUpdateResourceA(), and EndUpdateResourceW().
|
2003-04-03 18:02:19 +00:00 |
Alexandre Julliard
|
ff152b650f
|
Added hack to patch the glibc errno_location to jump to our function,
based on a patch by Marcus Meissner.
|
2003-04-03 03:50:56 +00:00 |
Alexandre Julliard
|
6a9cea957a
|
Added --with-nptl configure option and necessary changes to support
running on top of NPTL threads.
|
2003-04-03 02:54:54 +00:00 |
Alexandre Julliard
|
3200c02b9c
|
Don't bother checking for the errno function, simply define all of
them.
|
2003-04-02 23:27:46 +00:00 |
Vitaliy Margolen
|
4bddbe8b19
|
Fix buffer overflow in datetime.
|
2003-04-02 23:25:01 +00:00 |
Adam Gundy
|
9e3772f699
|
Zero initialize the reserved bytes in the toolbar details returned by
TOOLBAR_GetButton().
|
2003-04-02 23:19:45 +00:00 |
Uwe Bonnes
|
5eb88a08a2
|
Added some stubs.
|
2003-04-02 23:19:14 +00:00 |
Vitaliy Margolen
|
1420acef09
|
Fix ImageList_Read - the root cause of ugly toolbar icons.
|
2003-04-02 23:18:17 +00:00 |
Alexandre Julliard
|
462172a3d6
|
Added abs_time_t structure to the server protocol, and added a dump
routine for it that displays the relative timeout to make timeout
values easier to interpret.
|
2003-04-02 22:48:59 +00:00 |
Robert Reif
|
cc365bd822
|
Added more information to some of the failure messages.
Fixed a bug where garbage data is printed out for the 2 MHz tests.
|
2003-04-02 22:38:42 +00:00 |
Dimitrie O. Paun
|
832e4388d4
|
Make use of the new spawnvp function in wine{gcc,wrap}.
|
2003-04-02 22:36:29 +00:00 |
Robert Reif
|
3569c2344f
|
Added entry for DirectSoundFullDuplexCreate.
|
2003-04-02 22:35:05 +00:00 |
Alexandre Julliard
|
6606615f0b
|
Dump string resources in a more readable way.
|
2003-04-02 05:20:54 +00:00 |
Dimitrie O. Paun
|
6cd88fe697
|
Add spawnvp to the portability lib.
|
2003-04-02 05:20:12 +00:00 |
Alexandre Julliard
|
17480acb27
|
Initialize the dummy char we send down the pipe to make valgrind
happy.
|
2003-04-02 01:44:01 +00:00 |
Alexandre Julliard
|
e7a44d18cd
|
Make sure we don't use libwine_port functions when linking with
msvcrt.
|
2003-04-02 01:43:33 +00:00 |
Alexandre Julliard
|
c44555bb37
|
Added support for marking heap blocks as inaccessible/uninitialized if
valgrind is installed, based on a patch by Adam Gundy.
|
2003-04-02 01:42:06 +00:00 |
Alexandre Julliard
|
9ee2413700
|
Handle htonl() and friends like select(), this will hopefully avoid
conflicts with Unix headers.
|
2003-04-02 01:38:42 +00:00 |
Andreas Mohr
|
114b667f41
|
Some spelling and formatting fixes.
|
2003-04-02 01:23:43 +00:00 |
Eric Pouech
|
c46e6747af
|
Added support for R types in stabs parsing.
|
2003-04-02 01:07:53 +00:00 |
Eric Pouech
|
70f3522933
|
Fixed a few FormatCode entries.
|
2003-04-02 00:59:12 +00:00 |
Rolf Kalbermatter
|
48a01aebef
|
Fix test to succeed in Win 98/2K and most probably ME/XP as well.
|
2003-04-01 04:41:12 +00:00 |
Alexandre Julliard
|
6f7a204466
|
Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the
server.
|
2003-04-01 04:39:35 +00:00 |
Rolf Kalbermatter
|
b2d39ea5f0
|
Moved prototype for SHBindToParent() to shlobj.h.
|
2003-04-01 04:35:54 +00:00 |
Andreas Mohr
|
56e6cd0eb8
|
- new, much more detailed and easier "step-by-step" layout
- better intro
- add Glossary (glossary.sgml)
- much better Getting Wine chapter
- much better Wine configuration chapter
- better Wine drive layer configuration section
- explain wineserver cmdline options
- rearranged tons of things into a less messy state
- tons of janitorial fixes
|
2003-04-01 03:26:13 +00:00 |
Alexandre Julliard
|
06a8c1203f
|
Portability fixes.
|
2003-04-01 00:12:50 +00:00 |
Alexandre Julliard
|
c45bbad3d6
|
Use _spawnvp to replace fork for non-Unix platforms.
|
2003-04-01 00:12:02 +00:00 |
Alexandre Julliard
|
5577637034
|
Added support for specifying an stdcall dll entry point.
|
2003-04-01 00:08:32 +00:00 |
Alexandre Julliard
|
b88d340755
|
Removed uses of u_long. Use void* type for pointers where possible.
|
2003-04-01 00:02:36 +00:00 |
Dmitry Timoshkov
|
2d55e0484c
|
Fix some problems found while compiling and linking Wine under
Cygwin.
|
2003-03-31 23:58:27 +00:00 |
Alexandre Julliard
|
70c47b668f
|
Try to make winsock.h more portable (based on a patch by Francois
Gouget).
|
2003-03-31 23:56:35 +00:00 |
Dimitrie O. Paun
|
82ce2cc7df
|
New winecfg skeleton app, based heavily on original work by Jaco
Greeff.
|
2003-03-31 19:41:55 +00:00 |
Sylvain Petreolle
|
8f4d437a9a
|
Use regedit instead of regapi.
|
2003-03-31 19:34:53 +00:00 |
Andreas Mohr
|
f11cbe34cc
|
Trace format fix.
|
2003-03-31 19:32:46 +00:00 |
Alexandre Julliard
|
6d4aeeca5e
|
Added missing NONAMELESSSTRUCT/UNION.
|
2003-03-31 19:32:20 +00:00 |