mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[ACTXPRXY]
* Sync with Wine 1.7.17. CORE-8080 svn path=/trunk/; revision=62832
This commit is contained in:
parent
b84bae0819
commit
53976acc22
13 changed files with 37 additions and 1 deletions
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for activscp.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "activscp.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for comcat.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "comcat.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for docobj.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "docobj.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for hlink.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "hlink.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for htiface.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "htiface.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for htiframe.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "htiframe.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for objsafe.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "objsafe.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for ocmm.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "ocmm.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "servprov.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for shldisp.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "shldisp.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for shobjidl.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "shobjidl.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
|
||||
/* just a wrapper for urlhist.idl */
|
||||
|
||||
#pragma makedep proxy
|
||||
#pragma makedep register
|
||||
|
||||
#include "urlhist.idl"
|
||||
|
||||
[
|
||||
|
|
|
@ -49,7 +49,7 @@ reactos/dll/directx/wine/quartz # Synced to Wine-1.7.17
|
|||
reactos/dll/directx/wine/wined3d # Synced to Wine-1.7.17
|
||||
|
||||
reactos/dll/win32/activeds # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/actxprxy # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/actxprxy # Synced to Wine-1.7.17
|
||||
reactos/dll/win32/advpack # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/atl # Synced to Wine-1.7.1
|
||||
reactos/dll/win32/atl100 # Synced to Wine-1.7.1
|
||||
|
|
Loading…
Reference in a new issue