inetsdk.h 848 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  7. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  8. #endif
  9. #include "rpc.h"
  10. #include "rpcndr.h"
  11. #ifndef __inetsdk_h__
  12. #define __inetsdk_h__
  13. #include "comcat.h"
  14. #include "ocidl.h"
  15. #include "docobj.h"
  16. #include "hlink.h"
  17. #ifdef __cplusplus
  18. extern "C"{
  19. #endif
  20. #ifndef __MIDL_user_allocate_free_DEFINED__
  21. #define __MIDL_user_allocate_free_DEFINED__
  22. void *__RPC_API MIDL_user_allocate(size_t);
  23. void __RPC_API MIDL_user_free(void *);
  24. #endif
  25. extern RPC_IF_HANDLE __MIDL_itf_inetsdk_0000_v0_0_c_ifspec;
  26. extern RPC_IF_HANDLE __MIDL_itf_inetsdk_0000_v0_0_s_ifspec;
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif