Eric Pouech
d3f8f78c3a
- added size information about most of the generated thunks (import,
...
16/32 relay...)
- marked the wine thunks by inserting specific symbols (to be managed
by wine's dbghelp)
- removed the stabs generation:
+ mostly used by winedbg, and the previous item will replace it for
dbghelp
+ still broken for gdb anyway
- enhanced const correctness
2004-05-18 21:27:44 +00:00
Patrik Stridvall
ae9cf771de
- API files update.
...
- Minor bug fixes.
2004-05-17 20:50:24 +00:00
Alexandre Julliard
e83afa735c
Added Environment section.
...
Fixed path of shell folders key in HKEY_USERS.
2004-05-14 21:40:48 +00:00
Alexandre Julliard
1c5b8b1ae7
Make wineinstall use wineprefixcreate instead of duplicating the
...
functionality.
2004-05-14 00:43:50 +00:00
Robert Reif
10df346c76
Adds msg711 winemp3 to list of codecs.
2004-05-12 00:11:12 +00:00
Alexandre Julliard
04869eb658
Initial support for automatically creating the ~/.wine directory on
...
startup.
2004-05-11 04:29:18 +00:00
Dimitrie O. Paun
f950d97381
Remove the last remaining wine options when running programs.
...
Keep support for --help, and --version when they are the only options
on the command line.
2004-05-06 23:51:43 +00:00
Alexandre Julliard
5f27ca2085
Added options to update an existing WINEPREFIX directory and to run
...
from inside a Wine source tree.
2004-05-05 22:09:09 +00:00
Francois Gouget
cfc3943c5f
Make our ascii strings static const.
...
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Hans Leidekker
e2bf33437d
- Assume 8 byte maximum alignment.
...
- Sync type testing data with the headers.
2004-05-04 00:38:27 +00:00
Filip Navara
977d863c0e
Make widl parse the 'transmit_as' and 'endpoint' keywords.
2004-04-26 23:29:59 +00:00
Jon Griffiths
381304485e
Accept exports with '@' in their name.
...
Link to winehq source for implemented functions.
2004-04-23 21:28:19 +00:00
Filip Navara
19fd305a7e
Make widl compile without most of Windows/Wine headers, so it can be
...
reused by other projects.
2004-04-22 03:40:01 +00:00
Francois Gouget
ebf0eb3138
Make static Unicode strings const.
2004-04-20 00:34:52 +00:00
Robert Shearman
7f0abaffe5
- Handle "? :" conditionals.
...
- Allow [handle] attribute for types.
2004-04-19 23:08:22 +00:00
Dimitrie O. Paun
46b1d49a88
Implement support for the -x <lang> option.
2004-04-16 23:30:32 +00:00
Paul Vriens
8bed3a7b3f
Correct removing wineg++ link on an uninstall.
2004-04-16 23:29:30 +00:00
Raphael Junqueira
033ae9219f
Added dxdiagn.dll with a simple implementation of IDxDiagProvider.
2004-04-16 00:26:14 +00:00
Alexandre Julliard
bc2328fcf2
Only create the device symlinks the first time around.
2004-04-15 00:04:32 +00:00
Vincent Béron
9ce6ff26e1
Remove "Path" lines from sample config.
...
Setup the links for the default DOS drives in wineinstall.
2004-04-12 22:05:00 +00:00
Dimitrie O. Paun
23a1c12d8e
Add support for --verbose for compatibility.
2004-04-12 22:04:13 +00:00
Alexandre Julliard
e7579ef3f6
Fixed line number handling for escaped end of lines inside strings.
2004-04-09 19:08:53 +00:00
Michael Stefaniuc
c95385a358
- remove from README the stuff that's already in the man page
...
- more stuff goes from README to the man page
- spelling fixes
2004-04-09 19:06:29 +00:00
Dimitrie O. Paun
1595729abc
Specify the right name for the Winelib shared object.
2004-04-09 19:02:18 +00:00
Alexandre Julliard
32e31ac7c4
Automatically detect whether the entry point is main or WinMain
...
instead of depending on the subsystem type.
2004-04-08 04:41:14 +00:00
Raphael Junqueira
5f3f2149a9
Added simple dpnet.dll implementation.
2004-04-07 20:39:00 +00:00
Alexandre Julliard
ffca0d6128
Added some checks for the config.h inclusion rules in the Wine tree.
2004-04-07 04:00:16 +00:00
James Perry
4fbafc168e
Make dinput.dll self register.
2004-04-06 20:09:45 +00:00
Alexandre Julliard
bd60364040
Beginnings of a script to initialize the .wine directory (with help
...
from Chris Morgan).
2004-04-01 05:03:27 +00:00
Paul Vriens
840d7de5d4
Added missing comma in index.html.
2004-03-31 20:08:38 +00:00
Alexandre Julliard
85c2ccec76
Do not strip stdcall decoration in spec files.
...
Fixed mapi32 ordinals.
2004-03-31 00:59:36 +00:00
Alexandre Julliard
da59e93af0
Fixed handling of .so and .a libraries specified as input files.
2004-03-31 00:56:14 +00:00
Ivan Leo Murray-Smith
6a1ce967cc
Small fix.
2004-03-31 00:55:25 +00:00
Raphael Junqueira
9191a9cd95
Implement DllGetClassObject, DllRegisterServer, DllUnregisterServer
...
(as the interfaces aren't documented we only have stubs).
2004-03-30 20:42:06 +00:00
Lionel Ulmer
28d9aafc81
Add some TRACEing to the edit control.
2004-03-29 22:54:05 +00:00
Dmitry Timoshkov
d16829846d
Add a few missing __ASM_NAME macros.
2004-03-27 20:44:41 +00:00
Ivan Leo Murray-Smith
62437ad81d
Use WINEDEBUG instead of --debugmsg.
2004-03-27 20:42:34 +00:00
Alexandre Julliard
4cf091ab09
Replaced the --mode winebuild option by a --subsystem option for
...
better compatibility with the PE binutils.
2004-03-25 00:40:52 +00:00
Alexandre Julliard
39c961aad6
Take EXEEXT into account for PE builds.
2004-03-25 00:13:21 +00:00
Alexandre Julliard
d1e0782c9e
Removed the Unicode exe modes, and instead detect automatically which
...
mode to use based on the existence of main or wmain.
2004-03-24 03:39:57 +00:00
Alexandre Julliard
c4aacf0e81
Build the dlls with winegcc.
2004-03-24 03:34:00 +00:00
Francois Gouget
b948778660
Assorted spelling fixes.
2004-03-23 23:20:16 +00:00
Dimitrie O. Paun
9169b41003
Add a default .dll extension only when no extension is present.
2004-03-23 23:03:12 +00:00
Dimitrie O. Paun
b613ee7abb
First cut at -shared support.
2004-03-23 00:14:54 +00:00
Steven Edwards
0ea344e53a
Remove reference to old graphics directory
2004-03-22 21:29:53 +00:00
Pierre d'Herbemont
0ba5ade849
Darwin support for _init/_fini functions and _end symbol.
2004-03-22 21:12:23 +00:00
Kevin Koltzau
af373042b6
Add Content Types for a few common extensions.
2004-03-20 19:19:05 +00:00
Richard Cohen
b9a12ad3b7
Remove . from default library search path.
2004-03-17 20:48:44 +00:00
Jukka Heinonen
54a8a25b5e
DPMI programs now handle pending events.
2004-03-16 01:15:11 +00:00
Jukka Heinonen
70835ebf02
Remove support for generating interrupt handlers.
2004-03-15 20:09:23 +00:00