// // athena.cpp // // Really global stuff // #include "pch.hxx" #include #include OESTDAPI_(BOOL) FMissingCert(const CERTSTATE cs) { return (cs == CERTIFICATE_NOT_PRESENT || cs == CERTIFICATE_NOPRINT); }