summaryrefslogtreecommitdiffstats
path: root/public/oak/inc/winsecp.h
blob: 9c4854f793b8e6a4c66b65db7eb390c7c04fb466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*++ BUILD Version: ????     Increment this if a change has global effects

Copyright (c) 1990  Microsoft Corporation

Module Name:

    winsecp.h

Abstract:

    Obsolete private Windows security definitions.

Revision History:

--*/

#ifndef _WINSECP_
#define _WINSECP_

/*++ BUILD Version: 0003    // Increment this if a change has global effects

Copyright (c) 1985-91, Microsoft Corporation

Module Name:


Abstract:

    Procedure declarations, constant definitions and macros for the User
    component.

--*/
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#ifdef __cplusplus
}
#endif  /* __cplusplus */

#endif /* _WINSECP_ */