X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2FgssapiP_eap.h;h=b2271d80cd7856882891c3fb61387f6cd0eaf882;hp=fb6d73ea191e9fd8b75fcead248fe1a0de51c056;hb=94dd438a76a104814bde8b53317e5987eb071a75;hpb=7a882c384f7e4f2a6dfa18f38cf1653cc26e281b diff --git a/moonshot/mech_eap/gssapiP_eap.h b/moonshot/mech_eap/gssapiP_eap.h index fb6d73e..b2271d8 100644 --- a/moonshot/mech_eap/gssapiP_eap.h +++ b/moonshot/mech_eap/gssapiP_eap.h @@ -93,8 +93,10 @@ typedef const gss_OID_desc *gss_const_OID; /* FreeRADIUS headers */ #ifdef __cplusplus extern "C" { +#ifndef WIN32 #define operator fr_operator #endif +#endif #include #include @@ -104,7 +106,9 @@ extern "C" { #include #include #ifdef __cplusplus +#ifndef WIN32 #undef operator +#endif } #endif #endif /* GSSEAP_ENABLE_ACCEPTOR */