Source code of Windows XP (NT5)
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.

16 lines
432 B

  1. /**************************************************************\
  2. FILE: security.h
  3. DESCRIPTION:
  4. This file will contain helper functions and objects that
  5. help deal with security. This mainly means Zones Security, but
  6. can include other types.
  7. \**************************************************************/
  8. #ifndef _SECURITY_H
  9. #define _SECURITY_H
  10. #include "priv.h"
  11. #include "util.h"
  12. #endif // _SECURITY_H