23 lines
395 B
Plaintext
23 lines
395 B
Plaintext
|
|
||
|
//+-----------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (c) Microsoft Corporation 1992 - 1993
|
||
|
//
|
||
|
// File: security.idl
|
||
|
//
|
||
|
// Contents: imports headers for security .idl files
|
||
|
//
|
||
|
//
|
||
|
// History:
|
||
|
//
|
||
|
//------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
[local] interface security
|
||
|
{
|
||
|
#include <secimp.h>
|
||
|
}
|
||
|
|