Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
a94d649f
Commit
a94d649f
authored
Feb 02, 1999
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 02, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced references to interfaces.h by wine/obj_xxx.h headers instead
since these headers already provide the necessary definitions.
parent
6aa4f2e7
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
18 additions
and
79 deletions
+18
-79
brsfolder.c
dlls/shell32/brsfolder.c
+1
-1
d3dcommon.c
graphics/d3dcommon.c
+1
-1
d3ddevices.c
graphics/d3ddevices.c
+1
-1
d3dexecutebuffer.c
graphics/d3dexecutebuffer.c
+1
-1
d3dlight.c
graphics/d3dlight.c
+1
-1
d3dmaterial.c
graphics/d3dmaterial.c
+1
-1
d3dtexture.c
graphics/d3dtexture.c
+1
-1
d3dviewport.c
graphics/d3dviewport.c
+1
-1
interfaces.h
include/interfaces.h
+3
-63
safearray.c
ole/safearray.c
+1
-1
stg_bigblockfile.c
ole/stg_bigblockfile.c
+2
-2
stg_stream.c
ole/stg_stream.c
+2
-2
storage32.c
ole/storage32.c
+2
-3
No files found.
dlls/shell32/brsfolder.c
View file @
a94d649f
...
...
@@ -16,7 +16,7 @@
#include "commctrl.h"
#include "spy.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "shell.h"
#include "pidl.h"
#include "shlobj.h"
...
...
graphics/d3dcommon.c
View file @
a94d649f
...
...
@@ -7,7 +7,7 @@
#include "config.h"
#include "windows.h"
#include "wintypes.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "ddraw.h"
#include "d3d.h"
#include "debug.h"
...
...
graphics/d3ddevices.c
View file @
a94d649f
...
...
@@ -8,7 +8,7 @@
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "heap.h"
#include "ddraw.h"
#include "d3d.h"
...
...
graphics/d3dexecutebuffer.c
View file @
a94d649f
...
...
@@ -8,7 +8,7 @@
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "heap.h"
#include "ddraw.h"
#include "d3d.h"
...
...
graphics/d3dlight.c
View file @
a94d649f
...
...
@@ -8,7 +8,7 @@
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "heap.h"
#include "ddraw.h"
#include "d3d.h"
...
...
graphics/d3dmaterial.c
View file @
a94d649f
...
...
@@ -7,7 +7,7 @@
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "heap.h"
#include "ddraw.h"
#include "d3d.h"
...
...
graphics/d3dtexture.c
View file @
a94d649f
...
...
@@ -8,7 +8,7 @@
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "heap.h"
#include "ddraw.h"
#include "d3d.h"
...
...
graphics/d3dviewport.c
View file @
a94d649f
...
...
@@ -7,7 +7,7 @@
#include "windows.h"
#include "wintypes.h"
#include "winerror.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "heap.h"
#include "ddraw.h"
#include "d3d.h"
...
...
include/interfaces.h
View file @
a94d649f
#ifndef _WINE_INTERFACES_H
#define _WINE_INTERFACES_H
/* FIXME: This is not a standard Windows header. Move the contents of this file to the right place and then delete it. */
#include "ole.h"
#include "ole2.h"
#include "compobj.h"
#define STDMETHOD(xfn) HRESULT (CALLBACK *fn##xfn)
#define STDMETHOD_(ret,xfn) ret (CALLBACK *fn##xfn)
#define PURE
#define FAR
#define THIS_ THIS,
/* fixme move to wine/obj_*.h */
/* FIXME: move to the right place. Some belong to aoidl.h some to oleauto.h */
DEFINE_OLEGUID
(
IID_IDispatch
,
0x00020400
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeInfo
,
0x00020401
,
0
,
0
);
DEFINE_OLEGUID
(
IID_ITypeLib
,
0x00020402
,
0
,
0
);
...
...
@@ -33,61 +29,5 @@ DEFINE_GUID(IID_ISupportErrorInfo, 0xDF0B3D60,0x547D,0x101B,0x8E,0x65,
#include "objbase.h"
#define THIS LPCLASSFACTORY this
typedef
struct
{
STDMETHOD
(
QueryInterface
)
(
THIS_
REFIID
riid
,
LPVOID
FAR
*
ppvObj
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)
(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)
(
THIS
)
PURE
;
STDMETHOD
(
CreateInstance
)
(
THIS_
LPUNKNOWN
pUnkOuter
,
REFIID
riid
,
LPVOID
FAR
*
ppvObject
)
PURE
;
STDMETHOD
(
LockServer
)
(
THIS_
BOOL32
)
PURE
;
}
*
LPCLASSFACTORY_VTABLE
,
IClassFactory_VTable
;
#undef THIS
#define THIS LPMALLOC32 this
typedef
struct
{
STDMETHOD
(
QueryInterface
)
(
THIS_
REFIID
riid
,
LPVOID
FAR
*
ppvObj
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)
(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)
(
THIS
)
PURE
;
STDMETHOD_
(
LPVOID
,
Alloc
)
(
THIS_
DWORD
cb
);
STDMETHOD_
(
LPVOID
,
Realloc
)
(
THIS_
LPVOID
pv
,
DWORD
cb
);
STDMETHOD_
(
VOID
,
Free
)
(
THIS_
LPVOID
pv
);
STDMETHOD_
(
DWORD
,
GetSize
)
(
THIS_
LPVOID
pv
);
STDMETHOD_
(
INT32
,
DidAlloc
)
(
THIS_
LPVOID
pv
);
STDMETHOD_
(
LPVOID
,
HeapMinimize
)
(
THIS
);
}
*
LPMALLOC32_VTABLE
,
IMalloc32_VTable
;
#undef THIS
#define THIS LPMALLOC16 this
typedef
struct
{
STDMETHOD
(
QueryInterface
)
(
THIS_
REFIID
riid
,
LPVOID
FAR
*
ppvObj
)
PURE
;
STDMETHOD_
(
ULONG
,
AddRef
)
(
THIS
)
PURE
;
STDMETHOD_
(
ULONG
,
Release
)
(
THIS
)
PURE
;
STDMETHOD_
(
LPVOID
,
Alloc
)
(
THIS_
DWORD
cb
);
STDMETHOD_
(
LPVOID
,
Realloc
)
(
THIS_
LPVOID
pv
,
DWORD
cb
);
STDMETHOD_
(
VOID
,
Free
)
(
THIS_
LPVOID
pv
);
STDMETHOD_
(
DWORD
,
GetSize
)
(
THIS_
LPVOID
pv
);
STDMETHOD_
(
INT16
,
DidAlloc
)
(
THIS_
LPVOID
pv
);
STDMETHOD_
(
LPVOID
,
HeapMinimize
)
(
THIS
);
}
*
LPMALLOC16_VTABLE
,
IMalloc16_VTable
;
#undef THIS
/* private prototypes for the constructors */
#ifdef __WINE__
LPUNKNOWN
IUnknown_Constructor
(
void
);
LPMALLOC16
IMalloc16_Constructor
(
void
);
LPMALLOC32
IMalloc32_Constructor
(
void
);
#endif
HRESULT
WINAPI
CoGetMalloc32
(
DWORD
,
LPMALLOC32
*
);
#undef STDMETHOD
#undef STDMETHOD_
#undef PURE
#undef FAR
#undef THIS_
#endif
/*_WINE_INTERFACES_H*/
ole/safearray.c
View file @
a94d649f
...
...
@@ -15,7 +15,7 @@
#include <strings.h>
#include <stdio.h>
#include <debug.h>
#include
<interfaces.h>
#include
"wine/obj_base.h"
/* Localy used methods */
static
INT32
...
...
ole/stg_bigblockfile.c
View file @
a94d649f
...
...
@@ -27,8 +27,8 @@
#include "winerror.h"
#include "ole.h"
#include "ole2.h"
#include "
compobj
.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "
wine/obj_storage
.h"
#include "storage32.h"
...
...
ole/stg_stream.c
View file @
a94d649f
...
...
@@ -17,8 +17,8 @@
#include "winerror.h"
#include "ole.h"
#include "ole2.h"
#include "
compobj
.h"
#include "
interfaces
.h"
#include "
wine/obj_base
.h"
#include "
wine/obj_storage
.h"
#include "storage32.h"
...
...
ole/storage32.c
View file @
a94d649f
...
...
@@ -20,9 +20,8 @@
#include "file.h"
#include "ole.h"
#include "ole2.h"
#include "compobj.h"
#include "interfaces.h"
#include "storage.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "crtdll.h"
#include "tchar.h"
#include "heap.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment