windows-nt/Source/XPSP1/NT/shell/shdocvw/security.h

17 lines
432 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**************************************************************\
FILE: security.h
DESCRIPTION:
This file will contain helper functions and objects that
help deal with security. This mainly means Zones Security, but
can include other types.
\**************************************************************/
#ifndef _SECURITY_H
#define _SECURITY_H
#include "priv.h"
#include "util.h"
#endif // _SECURITY_H