WIN32: fix calling conventions for 32-bit builds
commit387684aa93e26f0b2172c9ee22942aa0e3bc40c1
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2019 17:58:50 +0000 (8 12:58 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 14 Jan 2019 11:12:36 +0000 (14 06:12 -0500)
tree56449dcf920484119e840c21de1b7e8838a666d1
parentdcfcdd00d89ef0de2dd0425f6d90b2291aca853c
WIN32: fix calling conventions for 32-bit builds

On 32-bit Windows Intel builds the __cdecl and __stdcall calling
conventions are different so labeling the functions that are
exported or assigned to function pointers matters.

Change-Id: I03b6f34baeb9ffb2e683fd979f12f27a5078a4da
21 files changed:
kdc/windc.c
lib/hdb/hdb.c
lib/hx509/cms.c
lib/hx509/hxtool.c
lib/hx509/keyset.c
lib/hx509/ks_file.c
lib/hx509/ks_p12.c
lib/hx509/print.c
lib/hx509/revoke.c
lib/hx509/softp11.c
lib/kadm5/chpass_s.c
lib/kadm5/create_s.c
lib/kadm5/delete_s.c
lib/kadm5/modify_s.c
lib/kadm5/prune_s.c
lib/kadm5/randkey_s.c
lib/kadm5/rename_s.c
lib/kadm5/sample_hook.c
lib/kadm5/server_hooks.c
lib/kadm5/setkey3_s.c
lib/krb5/pkinit.c