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.
18 lines
526 B
18 lines
526 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows NT Security
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: demand.h
|
|
//
|
|
// Contents: On demand loading
|
|
//
|
|
// History: 12-Dec-98 philh Created
|
|
// 01-Jan-02 philh Moved from wininet to winhttp
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
#if !defined(__CRYPTNET_DEMAND_H__)
|
|
#define __CRYPTNET_DEMAND_H__
|
|
|
|
|
|
#endif
|