X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=spnegokrb5%2Fspnegokrb5.h;h=84359ee5a539323106747aa69ecb71f12d082964;hb=HEAD;hp=5773070118672a86b3b5e4ebcdc5ff09e0e21368;hpb=a46e335d132634304af61f1205a384b51dce0d33;p=mod_auth_kerb.cvs%2F.git diff --git a/spnegokrb5/spnegokrb5.h b/spnegokrb5/spnegokrb5.h index 5773070..84359ee 100644 --- a/spnegokrb5/spnegokrb5.h +++ b/spnegokrb5/spnegokrb5.h @@ -12,6 +12,14 @@ extern "C" { # include #endif +#ifndef KRB5_LIB_FUNCTION +# if defined(_WIN32) +# define KRB5_LIB_FUNCTION _stdcall +# else +# define KRB5_LIB_FUNCTION +# endif +#endif + OM_uint32 KRB5_LIB_FUNCTION gss_init_sec_context_spnego( OM_uint32 *, const gss_cred_id_t,