mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[MSI/URLMON]
* Guard wine attributes against widl. svn path=/trunk/; revision=52392
This commit is contained in:
parent
aecc36df54
commit
b6bb6840a4
2 changed files with 12 additions and 0 deletions
|
@ -23,6 +23,12 @@ import "wtypes.idl";
|
|||
import "objidl.idl";
|
||||
import "oaidl.idl";
|
||||
|
||||
#ifndef __WIDL__
|
||||
#define threading(model)
|
||||
#define progid(str)
|
||||
#define vi_progid(str)
|
||||
#endif
|
||||
|
||||
cpp_quote("#if 0")
|
||||
typedef unsigned long MSIHANDLE;
|
||||
typedef int INSTALLMESSAGE;
|
||||
|
|
|
@ -18,6 +18,12 @@
|
|||
|
||||
#include "urlmon.idl"
|
||||
|
||||
#ifndef __WIDL__
|
||||
#define threading(model)
|
||||
#define progid(str)
|
||||
#define vi_progid(str)
|
||||
#endif
|
||||
|
||||
[
|
||||
helpstring("URL Moniker"),
|
||||
threading(apartment),
|
||||
|
|
Loading…
Reference in a new issue