Sweden-Number/tools/winapi
Francois Gouget be6d891f0d advpack: Prepare the unicodification of advpack.dll.
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Forward the unqualified dll entry points to the Ansi variant for
backward compatibility.
We're not allowed to use unqualified entry points in Wine, so change
RegInstall() calls to RegInstallA().
Update win32.api.
2006-02-27 15:57:33 +01:00
..
.gitignore Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Makefile.in Add support for 'make install DESTDIR'. 2006-02-14 13:51:38 +01:00
c_function.pm
c_parser.pm Make winapi_check understand the interface keyword. 2005-12-02 11:27:13 +01:00
c_type.pm
config.pm winapi: Add the loader directory to the paths to exclude. 2006-01-06 12:18:10 +01:00
function.pm
make_filter
make_filter_options.pm
make_parser.pm Get rid of the winapi_check_dir config parameter. 2005-05-04 10:43:00 +00:00
modules.pm Get rid of the winapi_check_dir config parameter. 2005-05-04 10:43:00 +00:00
msvcmaker winapi: msvcmaker adaption to new directory structure. 2006-01-06 12:19:11 +01:00
msvcmaker_options.pm
nativeapi.dat Move all files from winapi_check/ to winapi/, and remove references to 2005-05-04 09:55:17 +00:00
nativeapi.pm Fix nativeapi.pm so it knows about AC_HEADER_STAT(). 2005-05-06 16:22:54 +00:00
options.pm
output.pm
preprocessor.pm Move all files from winapi_check/ to winapi/, and remove references to 2005-05-04 09:55:17 +00:00
setup.pm Get rid of the winapi_check_dir config parameter. 2005-05-04 10:43:00 +00:00
tests.dat
tests.pm
trampoline
type.pm
util.pm
win16.api Update win16.api and win32.api. 2005-12-09 11:22:32 +01:00
win32.api advpack: Prepare the unicodification of advpack.dll. 2006-02-27 15:57:33 +01:00
winapi.pm winapi_check does not use the '--extension' flag so remove it. 2005-10-06 11:34:47 +00:00
winapi_c_parser.pm Move all files from winapi_check/ to winapi/, and remove references to 2005-05-04 09:55:17 +00:00
winapi_check configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include 2006-02-06 21:53:27 +01:00
winapi_check_options.pm Assorted spelling fixes. 2005-12-02 16:15:09 +01:00
winapi_cleanup Fixed a number of references to removed directories. 2005-06-09 10:24:51 +00:00
winapi_cleanup_options.pm
winapi_documentation.pm Move all files from winapi_check/ to winapi/, and remove references to 2005-05-04 09:55:17 +00:00
winapi_extract winapi: Cleanup some unused use clauses. 2006-01-06 12:17:46 +01:00
winapi_extract_options.pm
winapi_fixup winapi: Cleanup some unused use clauses. 2006-01-06 12:17:46 +01:00
winapi_fixup_documentation.pm
winapi_fixup_editor.pm
winapi_fixup_options.pm
winapi_fixup_statements.pm
winapi_function.pm Update win32.api to current cvs. 2005-11-30 12:03:03 +01:00
winapi_global.pm winapi: Remove some exceptions now that DLL separation is complete. 2006-01-04 14:49:22 +01:00
winapi_local.pm Update win32.api to current cvs. 2005-11-30 12:03:03 +01:00
winapi_module_user.pm 'volatile' is valid everywhere where 'const' is valid. This fixes 2005-09-06 09:23:46 +00:00
winapi_parser.pm Fix __RPC_USER handling. 2005-12-02 13:01:16 +01:00
winapi_test Avoid warnings in generated tests by casting sizeof(x) to an int. 2005-07-03 11:23:30 +00:00
winapi_test_options.pm