Windows: Check exported symbols
commitba44354336c51493d8c23c66727c8ab872798ec4
authorAsanka Herath <asanka@secure-endpoints.com>
Fri, 18 Jun 2010 02:48:05 +0000 (17 22:48 -0400)
committerAsanka Herath <asanka@secure-endpoints.com>
Fri, 20 Aug 2010 17:06:55 +0000 (20 13:06 -0400)
treec98bab925d9c19490ec31bb25629958d48a2a192
parentcdcdc5cad5fcbf7fb711852e382b639089d44f14
Windows: Check exported symbols

During a test run, cross check the Windows exports list against the
version-script files.  For the test to pass, all symbols on either
list should be accounted for.

If there are symbols that are specific to Windows or symbols that are
not included on Windows, they should be annotated in the .def file as
follows:

    ;!  non_windows_symbol

     common_symbol

        windows_only_symbol ;!
cf/w32-check-exported-symbols.pl [new file with mode: 0644]
lib/com_err/NTMakefile
lib/gssapi/NTMakefile
lib/hcrypto/NTMakefile
lib/hdb/NTMakefile
lib/kadm5/NTMakefile
lib/krb5/NTMakefile
lib/ntlm/NTMakefile
lib/wind/NTMakefile