Rémi Assailly
|
dbbd0d5115
|
Moved mcicda to the top-level dlls directory.
|
2005-07-27 15:42:40 +00:00 |
Alexandre Julliard
|
6d8567824f
|
Print a warning when a generated import library doesn't export
anything useful.
|
2005-07-26 18:57:19 +00:00 |
Vincent Béron
|
06153098b8
|
Make winapi_check learn to parse some constructs with some rarely used
keywords.
|
2005-07-24 17:09:37 +00:00 |
Vincent Béron
|
a9038b5584
|
Remove old stuff from winapi_check.
|
2005-07-24 16:14:49 +00:00 |
Francois Gouget
|
96a31515c6
|
Update win32.api to match the current sources.
|
2005-07-22 19:48:33 +00:00 |
Stefan Huehner
|
b8585b8d0c
|
Change some char* to const char* to fix warnigns.
|
2005-07-21 11:59:11 +00:00 |
Stefan Huehner
|
76fdac0368
|
Fix some -Wsign-compare warnings.
|
2005-07-21 11:58:39 +00:00 |
Rémi Assailly
|
f9f5eaab6e
|
Moved midimap to the top-level dlls directory.
|
2005-07-21 11:31:56 +00:00 |
Kevin Koltzau
|
4029ee29a4
|
Add support for dumping 64bit PE files.
|
2005-07-19 11:44:44 +00:00 |
Stefan Huehner
|
737978a833
|
Fix a -Wsign-compare warning.
|
2005-07-14 12:18:38 +00:00 |
Steve Zellers
|
e51ffce568
|
Fixed leftover import table name in output_import_thunk.
|
2005-07-13 11:39:12 +00:00 |
Stefan Huehner
|
f4285e68fe
|
Fix some -Wsign-compare warnings.
|
2005-07-13 11:29:10 +00:00 |
Francois Gouget
|
50f7733059
|
Add missing types to win32.api.
|
2005-07-11 10:56:41 +00:00 |
Marcus Meissner
|
2d7e976eed
|
Fixed signedness warnings.
|
2005-07-10 17:45:53 +00:00 |
Alexandre Julliard
|
7c91993eba
|
Don't depend on ELF features for PIC code.
A couple of optimizations.
|
2005-07-05 21:06:00 +00:00 |
Mike McCormack
|
723ee0a3bc
|
gcc 4.0 -Wpointer-sign fixes.
|
2005-07-05 14:26:54 +00:00 |
Alexandre Julliard
|
aeb4e6e5d2
|
Get rid of the global debugging flag.
|
2005-07-05 12:52:57 +00:00 |
Alexandre Julliard
|
2b33634018
|
Intercept functions for 16-bit relay debugging by patching the
CALLFROM16 table instead of having the wine_call_from_16 functions
call out the relay functions explicitly.
|
2005-07-05 12:52:07 +00:00 |
Alexandre Julliard
|
e56d9deac4
|
Added vararg argument type so that the relay code can distinguish from
a normal cdecl function.
Don't rely on the relay thunk preserving the stack pointer.
|
2005-07-05 11:50:40 +00:00 |
Vincent Béron
|
f4ab6de6c0
|
Clean wineinstall from config file references.
|
2005-07-05 10:58:20 +00:00 |
Alexandre Julliard
|
1a0f2863db
|
Moved all 16-bit relay code to the text section.
Changed a few symbol names for better consistency.
|
2005-07-03 11:28:44 +00:00 |
Mike McCormack
|
b8fc783be2
|
Avoid warnings in generated tests by casting sizeof(x) to an int.
|
2005-07-03 11:23:30 +00:00 |
Alexandre Julliard
|
dd41c12dff
|
Added dumping of NE segments and relocations.
|
2005-07-01 19:23:39 +00:00 |
Alexandre Julliard
|
deaec125ca
|
Don't use the full 32 bits of %esp when called from 16-bit code.
|
2005-07-01 19:18:46 +00:00 |
Alexandre Julliard
|
71914125ce
|
Moved most of the implementation of CALL32_CBClient(Ex) to the C
code.
|
2005-07-01 16:24:32 +00:00 |
Alexandre Julliard
|
89503c182a
|
Added a --target option to allow cross-compilation.
|
2005-07-01 16:17:44 +00:00 |
Alexandre Julliard
|
47286920b6
|
Improve a bit the assembly generated for import thunks.
|
2005-07-01 15:49:39 +00:00 |
Alexandre Julliard
|
52788d1f1c
|
Added support for HTML resource type.
|
2005-06-30 20:58:52 +00:00 |
Francois Gouget
|
02c25a8981
|
Assorted spelling fixes.
|
2005-06-30 18:19:33 +00:00 |
Stefan Huehner
|
4d11eba003
|
Fix some -Wsign-compare warnings.
|
2005-06-30 18:10:08 +00:00 |
Jacek Caban
|
6580ae03ed
|
'.' is a valid char of tIDENT.
|
2005-06-30 18:09:39 +00:00 |
Francois Gouget
|
355f01275e
|
Update win32.api to match current sources.
|
2005-06-30 18:08:25 +00:00 |
Phil Krylov
|
4f9f7f131c
|
Fixed winebuild operation in Darwin.
|
2005-06-30 11:00:28 +00:00 |
Alexandre Julliard
|
706a0a9e59
|
Replace configure macros by explicit platform checks (probably not
correct on all platforms yet).
|
2005-06-29 20:18:58 +00:00 |
Huw Davies
|
a2051075fe
|
Update the import table code to eliminate a few magic constants.
|
2005-06-29 19:18:41 +00:00 |
Alexandre Julliard
|
7b077dfac4
|
Run make clean in the winapi subdir too.
|
2005-06-28 19:38:55 +00:00 |
Huw Davies
|
a2c58e238f
|
Add comments describing the first DWORD in an import table entry.
|
2005-06-28 13:52:23 +00:00 |
James Hawkins
|
996bcc5c40
|
Add some missing types to win32.api.
|
2005-06-28 10:54:18 +00:00 |
Alexandre Julliard
|
445fb59802
|
Replaced all uses of the __ASM_NAME macro by the asm_name function to
allow run-time determination of the correct format.
|
2005-06-27 18:59:54 +00:00 |
Alexandre Julliard
|
803c8d9693
|
Beginnings of an infrastructure to allow specifying the target CPU and
platform at run-time.
|
2005-06-27 11:23:24 +00:00 |
Eric Pouech
|
809edabfbe
|
Const correctness fixes.
|
2005-06-27 09:53:46 +00:00 |
Alexandre Julliard
|
f51496a232
|
Remove some i386 ifdefs for 16-bit entry points since they are no
longer used by default on other platforms anyway.
|
2005-06-25 18:34:00 +00:00 |
Jacek Caban
|
4378e7731c
|
Added mshtml.dll registration to wine.inf.
Removed keys that are registered by mshtml.dll.
|
2005-06-25 17:58:58 +00:00 |
Pierre d'Herbemont
|
804d474dd1
|
Change headers to <windows.h> in order to prevent a compilation
failure with generated files on Darwin.
|
2005-06-24 11:33:46 +00:00 |
Alexandre Julliard
|
63e9a42b0b
|
Allocate ordinals in the order of the declarations in the spec file.
|
2005-06-23 16:46:20 +00:00 |
Mike McCormack
|
8dd7f06e3a
|
Fix declarations.
|
2005-06-23 09:48:15 +00:00 |
Mike McCormack
|
a6dd1258b9
|
Move function prototypes to header.
|
2005-06-22 11:59:18 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Wolfgang Thaller
|
32984a640e
|
Use __ASM_NAME and HAVE_ASM_DOT_SIZE in a few places in winebuild
where they have been missing (needed for Darwin/x86).
|
2005-06-20 13:38:39 +00:00 |
Wolfgang Thaller
|
84c8bf5340
|
Winebuild darwin/x86-specific fixes:
- Assembler interprets .align as power-of-two
- Add .weak_reference to output where gcc 3.3 swallows it
|
2005-06-20 11:43:16 +00:00 |