Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
259 B

  1. //
  2. // athena.cpp
  3. //
  4. // Really global stuff
  5. //
  6. #include "pch.hxx"
  7. #include <mimeole.h>
  8. #include <BadStrFunctions.h>
  9. OESTDAPI_(BOOL) FMissingCert(const CERTSTATE cs)
  10. {
  11. return (cs == CERTIFICATE_NOT_PRESENT || cs == CERTIFICATE_NOPRINT);
  12. }