Francois Gouget
93494f2ac0
Assorted spelling fixes.
2007-02-20 20:30:51 +01:00
Francois Gouget
2138bab79f
winapi_check: gdi32.dll and gdi.exe have some extra sources in subdirectories.
2007-02-20 20:29:36 +01:00
Francois Gouget
c5f193038c
winapi_check: We no longer have dlls in nested sub-directories.
2007-02-20 20:29:32 +01:00
Francois Gouget
53914087aa
winapi_check: Clarify a pair of error messages.
...
Don't use a regular expression if not necessary.
2007-02-20 20:29:26 +01:00
Francois Gouget
03bcef1d94
winapi: Update and simplify file_skip() to match the current sources.
2007-02-20 20:29:23 +01:00
Francois Gouget
ba517e57d2
winapi: Remove useless 'if (0)' statements.
2007-02-20 20:29:20 +01:00
Francois Gouget
88619a80d8
winapi_check: Fix handling of the 'longlong' arguments.
2007-02-20 20:29:17 +01:00
Francois Gouget
f032dcbda2
winapi_check: Update win32.api to fix the winapi_check warnings.
2007-02-20 20:29:14 +01:00
Francois Gouget
f5c6a71a65
ole32: Better match the PSDK types and fix the winapi_check warnings.
2007-02-20 20:29:10 +01:00
Francois Gouget
c4a4c5435c
advapi32: Update win32.api to fix the winapi_check warnings.
2007-02-20 20:27:20 +01:00
Francois Gouget
f3899c2651
ntdll: Better match the PSDK types and fix the winapi_check warnings.
2007-02-09 14:32:57 +01:00
Francois Gouget
fe78739128
winapi_check: Fix handling of the -register functions.
...
Unless specified otherwise they are implemented by a '__regs_' function.
Keep track of the '-i386' flag so we can detect CONTEXT* vs. CONTEXT86* mismatches.
Remove an unneeded and broken hack meant to fudge the number of parameters.
2007-02-09 14:32:57 +01:00
Francois Gouget
30131979cc
winapi_check: '-register' is compatible with stdcall. So remove this obsolete warning.
2007-02-09 14:32:57 +01:00
Francois Gouget
65563fd0d0
ntdsapi: Update win32.api to fix the winapi_check warnings.
2007-02-09 14:32:56 +01:00
Francois Gouget
71d64d09ac
advpack: Make the header more consistent with the implementation and fix the winapi_check warnings.
2007-02-07 21:42:40 +01:00
Francois Gouget
4485b4506b
credui: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:35 +01:00
Francois Gouget
08734d5ba1
winsock & ws2_32: Update win32.api to fix the winapi_check warnings.
2007-02-07 21:42:28 +01:00
Francois Gouget
1fbd417ce9
atl: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:21 +01:00
Francois Gouget
ba0d490b1c
clusapi: Better match the PSDK types and fix the winapi_check warnings.
...
This also makes the headers and implementation more consistent.
2007-02-07 21:42:16 +01:00
Francois Gouget
45d5ff01a6
rpcrt4: Better match the PSDK types and fix the winapi_check warnings.
2007-02-07 21:42:02 +01:00
Francois Gouget
62662d21dd
rpcrt4: Improve the prototypes Win64 compatibility by replacing long with LONG.
2007-02-06 13:23:53 +01:00
Francois Gouget
e6979d56b1
inseng.dll: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:22:14 +01:00
Francois Gouget
a51cce7a5c
localspl: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:22:11 +01:00
Francois Gouget
788b9d3ed5
pstorec: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:22:08 +01:00
Francois Gouget
8abfd531df
gphoto2.ds: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:22:05 +01:00
Francois Gouget
4f20b9c401
wtsapi: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:22:02 +01:00
Francois Gouget
cb86c3ec9c
comctl32: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:21:59 +01:00
Francois Gouget
76c5f597a2
hid: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:21:56 +01:00
Francois Gouget
e4466d5c17
compstui: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:21:47 +01:00
Francois Gouget
3641ede83c
oleaut32: Update win32.api to fix the winapi_check warnings.
2007-02-06 13:21:43 +01:00
Francois Gouget
dffe626a9c
winapi_check: Print a warning when 'long' is used in an API file as this type is not Win64 compatible.
2007-02-05 12:23:52 +01:00
Francois Gouget
9b28bd0a3d
winapi_check: Print the line number when an error or warning is found in the API files.
2007-01-26 13:54:06 +01:00
Francois Gouget
923c95a6da
wintrust: Better match the PSDK types and fix the winapi_check warnings.
2007-01-26 13:54:06 +01:00
Francois Gouget
aa94c6850b
usp10: Update win32.api to fix the winapi_check warnings.
2007-01-26 13:54:06 +01:00
Francois Gouget
d98dcb310e
winecoreaudio.drv: Update win32.api to fix the winapi_check warnings.
2007-01-26 13:54:06 +01:00
Francois Gouget
6f734ac7b9
snmpapi: Fix the winapi_check warnings.
2007-01-26 12:55:56 +01:00
Francois Gouget
d96cfd0734
sfc_os: Update win32.api to fix the winapi_check warnings.
2007-01-25 11:05:40 +01:00
Francois Gouget
b0bde6b87c
Assorted spelling fixes.
2007-01-18 12:56:52 +01:00
Alexandre Julliard
f231a70f4c
joystick.drv: Renamed the dlls/winmm/joystick directory to dlls/winejoystick.drv.
2006-12-29 14:29:20 +01:00
Francois Gouget
d60b99bd12
msvcmaker: Remove references to wine_unicode and to .spec.c files.
2006-12-07 11:53:52 +01:00
Francois Gouget
baf85ad931
msvcmaker: Link with msvcrt(d).dll rather than with the static C library.
2006-12-06 12:14:35 +01:00
Francois Gouget
f1698c4b0c
msvcmaker: Tweak the .dsp formatting to better match Visual Studio.
2006-12-06 12:13:52 +01:00
Francois Gouget
72d5c0ddca
msvcmaker: Remove unneeded -I.. for the msvcrt tests.
2006-12-06 12:13:47 +01:00
Francois Gouget
bcf4a22a5e
msvcmaker: Fix the code that sets __WINETEST_OUTPUT_DIR so it does not pollute $output_dir.
2006-12-06 12:13:41 +01:00
Alexandre Julliard
b8a2e3b8a4
user32: Renamed the user/ directory to user32.
2006-11-16 14:49:25 +01:00
Alexandre Julliard
7dfc447741
gdi32: Renamed the gdi directory to gdi32.
2006-10-20 12:25:29 +02:00
Ge van Geldorp
d642e11438
winapi_test: Regenerate tests.
...
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
2006-10-11 12:12:21 +02:00
Francois Gouget
38520a819c
Assorted spelling fixes.
2006-10-03 15:56:21 +02:00
Francois Gouget
77fd5aa23b
msvcmaker: The msvcrt tests need '..' in the include path.
2006-09-29 17:53:06 +02:00
James Hawkins
bedcdee714
msvcmaker: Remove a reference to libs/unicode in msvcmaker.
2006-09-07 13:58:48 +02:00