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
008f4ce9
Commit
008f4ce9
authored
Jan 05, 2003
by
Ove Kaaven
Committed by
Alexandre Julliard
Jan 05, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved a couple of definitions from include/wine/obj_oleaut.h to
include/oleauto.h.
parent
db9692d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
oleauto.h
include/oleauto.h
+9
-0
obj_oleaut.h
include/wine/obj_oleaut.h
+0
-10
dxguid.c
ole/dxguid.c
+1
-0
No files found.
include/oleauto.h
View file @
008f4ce9
...
...
@@ -28,6 +28,8 @@
extern
"C"
{
#endif
DEFINE_OLEGUID
(
IID_StdOle
,
0x00020430
,
0
,
0
);
struct
tagSAFEARRAY
;
struct
tagSAFEARRAYBOUND
;
struct
tagVARIANT
;
...
...
@@ -633,6 +635,13 @@ HRESULT WINAPI GetActiveObject(REFCLSID, void*, IUnknown**);
* TypeLib API
*/
#define MEMBERID_NIL DISPID_UNKNOWN
#define DISPATCH_METHOD 0x1
#define DISPATCH_PROPERTYGET 0x2
#define DISPATCH_PROPERTYPUT 0x4
#define DISPATCH_PROPERTYPUTREF 0x8
HRESULT
WINAPI
CreateTypeLib
(
SYSKIND
,
const
OLECHAR
*
,
ICreateTypeLib
**
);
HRESULT
WINAPI
CreateTypeLib2
(
SYSKIND
,
LPCOLESTR
,
ICreateTypeLib2
**
);
HRESULT
WINAPI
LoadRegTypeLib
(
REFGUID
,
WORD
,
WORD
,
LCID
,
ITypeLib
**
);
...
...
include/wine/obj_oleaut.h
View file @
008f4ce9
...
...
@@ -21,9 +21,6 @@
#ifndef __WINE_WINE_OBJ_OLEAUT_H
#define __WINE_WINE_OBJ_OLEAUT_H
DEFINE_OLEGUID
(
IID_StdOle
,
0x00020430
,
0
,
0
);
/*****************************************************************************
* Predeclare the interfaces
*/
...
...
@@ -215,11 +212,6 @@ typedef LONG DISPID;
typedef
DWORD
HREFTYPE
;
typedef
DISPID
MEMBERID
;
#define DISPATCH_METHOD 0x1
#define DISPATCH_PROPERTYGET 0x2
#define DISPATCH_PROPERTYPUT 0x4
#define DISPATCH_PROPERTYPUTREF 0x8
#define DISPID_UNKNOWN ( -1 )
#define DISPID_VALUE ( 0 )
#define DISPID_PROPERTYPUT ( -3 )
...
...
@@ -229,8 +221,6 @@ typedef DISPID MEMBERID;
#define DISPID_DESTRUCTOR ( -7 )
#define DISPID_COLLECT ( -8 )
#define MEMBERID_NIL DISPID_UNKNOWN
#define IMPLTYPEFLAG_FDEFAULT (0x1)
#define IMPLTYPEFLAG_FSOURCE (0x2)
#define IMPLTYPEFLAG_FRESTRICTED (0x4)
...
...
ole/dxguid.c
View file @
008f4ce9
...
...
@@ -26,6 +26,7 @@
#include "winuser.h"
#include "objbase.h"
#include "oleauto.h"
#include "olectl.h"
#include "initguid.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