Windows2003-3790/inetcore/urlmon/trans/callback.hxx
2020-09-30 16:53:55 +02:00

28 lines
603 B
C++
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: callback.hxx
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 11-11-95 JohannP (Johann Posch) Created
//
//----------------------------------------------------------------------------
#ifndef _CALLBACK_HXX_
#define _CALLBACK_HXX_
#include <wininet.h>
#include "net.hxx"
#include "cbinding.hxx"
typedef INTERNET_STATUS_CALLBACK PFNCINETCALLBACK;
#endif //_CALLBACK_HXX_