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
This commit is contained in:
@@ -509,7 +509,7 @@ hdb_create(krb5_context context, HDB **db, const char *filename)
|
||||
return (*cb_ctx.h->create)(context, db, cb_ctx.residual);
|
||||
}
|
||||
|
||||
uintptr_t
|
||||
uintptr_t KRB5_CALLCONV
|
||||
hdb_get_instance(const char *libname)
|
||||
{
|
||||
static const char *instance = "libhdb";
|
||||
|
Reference in New Issue
Block a user