mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:53:02 +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 "objidl.idl";
|
||||||
import "oaidl.idl";
|
import "oaidl.idl";
|
||||||
|
|
||||||
|
#ifndef __WIDL__
|
||||||
|
#define threading(model)
|
||||||
|
#define progid(str)
|
||||||
|
#define vi_progid(str)
|
||||||
|
#endif
|
||||||
|
|
||||||
cpp_quote("#if 0")
|
cpp_quote("#if 0")
|
||||||
typedef unsigned long MSIHANDLE;
|
typedef unsigned long MSIHANDLE;
|
||||||
typedef int INSTALLMESSAGE;
|
typedef int INSTALLMESSAGE;
|
||||||
|
|
|
@ -18,6 +18,12 @@
|
||||||
|
|
||||||
#include "urlmon.idl"
|
#include "urlmon.idl"
|
||||||
|
|
||||||
|
#ifndef __WIDL__
|
||||||
|
#define threading(model)
|
||||||
|
#define progid(str)
|
||||||
|
#define vi_progid(str)
|
||||||
|
#endif
|
||||||
|
|
||||||
[
|
[
|
||||||
helpstring("URL Moniker"),
|
helpstring("URL Moniker"),
|
||||||
threading(apartment),
|
threading(apartment),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue