Serge Gautherie
|
866f672505
winapi: Update 'perl -w' to 'use warnings 'all''.
|
4 年之前 |
Francois Gouget
|
b9181615a9
winapi: Add some more __stdcall synonyms.
|
8 年之前 |
Alexandre Julliard
|
e1fd4390bf
winapi: Fix a few C parser bugs.
|
14 年之前 |
André Hentschel
|
9eda2de2b8
winapi: Init preprocessor_condition.
|
14 年之前 |
Francois Gouget
|
8890282ac0
winapi/c_parser: Remove special cases for DEFINE_SHLGUID() and ICOM_DEFINE().
|
15 年之前 |
Francois Gouget
|
8c1bf48fbf
winapi/c_parser: Badly indenting a closing brace should be a warning, not an error.
|
15 年之前 |
Francois Gouget
|
def8d4f401
winapi: Modify parse_c_typedef() to get rid of the $finished variable.
|
15 年之前 |
Francois Gouget
|
6f5ae45846
winapi: Introduce a pseudo-loop in parse_c_variable() to get rid of the $finished variable.
|
15 年之前 |
Francois Gouget
|
a4ed46d398
winapi: Simplify and improve the readability of the C parsers.
|
15 年之前 |
Francois Gouget
|
b3a5755310
winapi: Fix a $blevel / $plevel mismatch.
|
15 年之前 |
Francois Gouget
|
dcfd048e2c
winapi/c_parser: Remove some dead code.
|
15 年之前 |
Francois Gouget
|
9bdde98ab6
winapi: Remove some dead code.
|
16 年之前 |
Francois Gouget
|
0dd5c442c1
winapi: Fix the parse_c_declaration() prototype and remove unused variables.
|
16 年之前 |
Francois Gouget
|
f8ae6d6407
winapi: parse_c_declarations() is not used. Remove it.
|
16 年之前 |
Francois Gouget
|
088c30c79a
winapi: Remove some dead code.
|
17 年之前 |
Francois Gouget
|
ba517e57d2
winapi: Remove useless 'if (0)' statements.
|
18 年之前 |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
19 年之前 |
Francois Gouget
|
9139fd140c
winapi: Add support for APIENTRY.
|
19 年之前 |
Vincent Béron
|
2f8f459516
Make winapi_check understand the interface keyword.
|
19 年之前 |
Francois Gouget
|
f0f179dd0d
volatile is valid everywhere const is valid.
|
19 年之前 |
Vincent Béron
|
52dbbafaaa
Remove WINE_UNUSED checks.
|
19 年之前 |
Francois Gouget
|
a8b09d11ca
Add function prototypes.
|
20 年之前 |
Francois Gouget
|
b4df2417c4
Review and fix regular expressions of the form /^foo|bar$/.
|
20 年之前 |
Francois Gouget
|
02236f06a8
Fix and unify parsing of calling conventions.
|
20 年之前 |
Francois Gouget
|
c13638ee85
Fix c_parser.pm so it handles 'const' preceeding a '*'.
|
20 年之前 |
Francois Gouget
|
07ba7f33e1
DECLARE_OLD_HANDLE is not used anymore.
|
20 年之前 |
Francois Gouget
|
09747e50e7
Fix packing bug in shlobj.h.
|
20 年之前 |
Patrik Stridvall
|
b3da4abc57
Added tests for a few new DLLs.
|
22 年之前 |
Patrik Stridvall
|
5554838292
Added tests for normal types (not just structures).
|
22 年之前 |
Patrik Stridvall
|
65442cd763
- Improved alignment and offset calculations.
|
22 年之前 |