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.
24 lines
390 B
24 lines
390 B
#ifndef __CAPIUTIL_H
|
|
#define __CAPIUTIL_H
|
|
#include <msoert.h>
|
|
#endif // __CAPIUTIL_H
|
|
|
|
/*
|
|
** c a p i u t i l . h
|
|
**
|
|
** Purpose:
|
|
** A few helper functions for the crypt32 utilities
|
|
**
|
|
** History
|
|
** 5/22/97: (t-erikne) Created.
|
|
**
|
|
** Copyright (C) Microsoft Corp. 1997.
|
|
*/
|
|
|
|
#ifndef __WINCRYPT_H__
|
|
#define _CRYPT32_
|
|
#include <wincrypt.h>
|
|
#endif
|
|
|
|
|
|
|