Francois Gouget
|
09108edded
|
'volatile' is valid everywhere where 'const' is valid. This fixes
parsing of the new InterlockedExchange() prototype.
|
2005-09-06 09:23:46 +00:00 |
Alexandre Julliard
|
2aa9e201b2
|
Output the delayed import table using assembly too.
|
2005-09-03 15:39:13 +00:00 |
Alexandre Julliard
|
9bca150c0f
|
Implemented --image-base support for Mac OS.
|
2005-09-03 15:12:11 +00:00 |
Alexandre Julliard
|
932ecb24eb
|
Output the import directory using assembly instead of C structures.
|
2005-09-02 15:36:03 +00:00 |
Alexandre Julliard
|
d1c5f68dca
|
Added an entry point routine for native drivers.
|
2005-09-02 15:19:42 +00:00 |
Alexandre Julliard
|
ce20722109
|
Moved the spec file init function and constructor to winecrt0.
|
2005-09-02 14:43:03 +00:00 |
Alexandre Julliard
|
68f177364d
|
Avoid using common symbols, they are broken on Mac OS.
|
2005-08-29 21:49:57 +00:00 |
Alexandre Julliard
|
d13b99d5f9
|
Compute the ordinal base and limit in assign_ordinals instead of doing
it while parsing.
|
2005-08-29 15:15:42 +00:00 |
Alexandre Julliard
|
0628c7eba6
|
Moved more of the spec initialization code to the winecrt0 library,
and get rid of implicit kernel32 imports.
|
2005-08-29 14:16:27 +00:00 |
Alexandre Julliard
|
9c708060d3
|
Use __wine_unimplemented_stub from crt0 for 16-bit spec files too.
|
2005-08-29 10:50:26 +00:00 |
Alexandre Julliard
|
5f95aa0c53
|
Get rid of the unused owner_name field.
|
2005-08-29 09:40:11 +00:00 |
Alexandre Julliard
|
d4098549bb
|
Moved the delay loading support code to the winecrt0 library.
|
2005-08-25 19:37:51 +00:00 |
Alexandre Julliard
|
3ccbb018a0
|
Added a -municode flag to winegcc for applications that have a wmain()
entry point.
|
2005-08-25 19:26:59 +00:00 |
Alexandre Julliard
|
b6b180a16d
|
Moved the implementation of spec file stubs to the winecrt0 library.
|
2005-08-25 15:27:44 +00:00 |
Alexandre Julliard
|
71ae2d7bed
|
Beginnings of a crt0 library.
|
2005-08-25 11:41:05 +00:00 |
Alexandre Julliard
|
5370981e06
|
The exported name strings should be inside the export directory (found
by Vitaliy Margolen).
|
2005-08-23 20:08:37 +00:00 |
Rémi Assailly
|
c6e294deb1
|
Moved mciavi32 to the top-level dlls directory.
|
2005-08-23 19:52:30 +00:00 |
James Hawkins
|
b032243bdb
|
Register the ITStorage class.
|
2005-08-23 18:17:03 +00:00 |
Alexandre Julliard
|
2b87c82e76
|
Added a --undefined option to allow forcing some symbols to be
resolved by the linker.
|
2005-08-19 11:28:56 +00:00 |
Rémi Assailly
|
2e689c6c66
|
Removed mcianim.
|
2005-08-19 11:22:25 +00:00 |
Alexandre Julliard
|
ec1cdfd12b
|
Added some general purpose routines for managing list of symbol
names.
|
2005-08-19 10:25:22 +00:00 |
Huw Davies
|
84ae4d8bd1
|
Add System font for the Chinese codepages cp936 and cp950. Of course
they don't contain any ideographs (and nor should they).
|
2005-08-19 09:57:47 +00:00 |
Pavel Roskin
|
bdf904398b
|
sfnt2fnt exits with code 0 for several errors, which causes make to
ignore them. Use exit code 1 instead.
|
2005-08-18 10:49:37 +00:00 |
Rémi Assailly
|
5df5e40164
|
Moved mciseq to the top-level dlls directory.
|
2005-08-17 12:15:35 +00:00 |
Francois Gouget
|
71af595499
|
Use LPSTORAGE to better match the PSDK.
Document the real SEGPTR type using the standard documentation
mechanisms. Fixes winapi_check warnings.
|
2005-08-16 16:01:15 +00:00 |
Alexandre Julliard
|
19c1af5b01
|
Set the default system dir to windows/system32.
|
2005-08-15 14:53:35 +00:00 |
Francois Gouget
|
bcd56fe0e5
|
Assorted spelling fixes.
|
2005-08-12 18:22:06 +00:00 |
Alexandre Julliard
|
646f17f249
|
Implemented DelayLoadFailureHook and use it in the winebuild-generated
delay load code.
|
2005-08-12 16:00:42 +00:00 |
Mike McCormack
|
8e5c32acbd
|
Partial implementation of DllRegisterServer.
|
2005-08-12 11:20:26 +00:00 |
Steven Edwards
|
779f4d0019
|
Correct size check.
|
2005-08-11 10:33:29 +00:00 |
Vincent Béron
|
be3837e95b
|
Correct a typo in winapi_local.pm.
|
2005-08-11 10:32:10 +00:00 |
Vincent Béron
|
85c8a9ef8e
|
Another update to win*.api.
|
2005-08-11 10:32:02 +00:00 |
Alexandre Julliard
|
88aa4b524d
|
Byteswap the resources if we detect that the header is in the wrong
endianness.
|
2005-08-10 13:04:23 +00:00 |
Vincent Béron
|
a25f8c49b6
|
Another update to the win*.api files.
|
2005-08-10 09:48:43 +00:00 |
Vincent Béron
|
49f3c2aeec
|
Since windows/ is gone, headers for user are only in
dlls/user/. Remove kludge from winapi_check.
|
2005-08-10 09:48:31 +00:00 |
Alexandre Julliard
|
866f52bce1
|
Ignore prelink failures.
|
2005-08-09 20:47:18 +00:00 |
Alexandre Julliard
|
adbb098837
|
Added support for the --image-base linker option in winegcc using the
prelink tool.
|
2005-08-09 11:12:29 +00:00 |
Alexandre Julliard
|
d5d8967f69
|
Added a warning for DllGetVersion and DllInstall not being declared
private. Also warn when one of the Dll* functions is using a different
internal name.
|
2005-08-09 10:24:05 +00:00 |
Mike McCormack
|
4f995bd6e6
|
gcc 4.0 warning fix.
|
2005-08-08 17:58:41 +00:00 |
Detlef Riekenberg
|
0596fe152f
|
Added exe extensions for mingw32.
|
2005-08-08 15:02:29 +00:00 |
Vincent Béron
|
7257b70718
|
Remove WINE_PACKED recognition.
Update various winapi parser regular expressions to let it understand
some Wine constructs.
|
2005-08-08 11:06:24 +00:00 |
Vincent Béron
|
eca5bd48bb
|
Update win16.api/win32.api to current CVS.
|
2005-08-08 11:06:14 +00:00 |
Vincent Béron
|
52dbbafaaa
|
Remove WINE_UNUSED checks.
|
2005-08-08 11:06:02 +00:00 |
Alexandre Julliard
|
49b7fdcfc0
|
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
|
2005-08-03 21:25:10 +00:00 |
Robert Shearman
|
4e7628ffb1
|
- The header global variable is NULL when not generating a header so
don't try to use it in functions that may be called by the client
code.
- Make the functions that take char * take const char *.
|
2005-08-03 14:55:22 +00:00 |
Alexandre Julliard
|
830d1edb9d
|
Automatically generate the list of error names in make_requests.
|
2005-07-29 14:49:05 +00:00 |
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 |