Thomas Faber : include/httprequest.idl: Use widl-specific attributes only with widl.
Module: wine Branch: master Commit: 55ee48af4cdec79531f6506e27a45753e92e2d5d URL: http://source.winehq.org/git/wine.git/?a=commit;h=55ee48af4cdec79531f6506e27... Author: Thomas Faber <thfabba(a)gmx.de> Date: Thu Jun 21 17:18:30 2012 +0200 include/httprequest.idl: Use widl-specific attributes only with widl. --- include/httprequest.idl | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/httprequest.idl b/include/httprequest.idl index caa1238..838ce26 100644 --- a/include/httprequest.idl +++ b/include/httprequest.idl @@ -20,6 +20,12 @@ import "oaidl.idl"; +#ifndef __WIDL__ +#define threading(model) +#define progid(str) +#define vi_progid(str) +#endif + [ uuid(662901fc-6951-4854-9eb2-d9a2570f2b2e), helpstring("Microsoft WinHTTP Services, version 5.1"),
participants (1)
-
Alexandre Julliard