Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
32f57b02
Commit
32f57b02
authored
Jun 09, 2006
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs.
parent
70706091
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
32 additions
and
35 deletions
+32
-35
antimoniker.c
dlls/ole32/antimoniker.c
+0
-4
classmoniker.c
dlls/ole32/classmoniker.c
+0
-4
compobj_private.h
dlls/ole32/compobj_private.h
+3
-2
compositemoniker.c
dlls/ole32/compositemoniker.c
+0
-4
filemoniker.c
dlls/ole32/filemoniker.c
+0
-4
ftmarshal.c
dlls/ole32/ftmarshal.c
+0
-2
itemmoniker.c
dlls/ole32/itemmoniker.c
+0
-4
moniker.h
dlls/ole32/moniker.h
+27
-5
oleproxy.c
dlls/ole32/oleproxy.c
+0
-3
regsvr.c
dlls/ole32/regsvr.c
+2
-1
stubmanager.c
dlls/ole32/stubmanager.c
+0
-2
No files found.
dlls/ole32/antimoniker.c
View file @
32f57b02
...
...
@@ -35,10 +35,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
CLSID
CLSID_AntiMoniker
=
{
0x305
,
0
,
0
,
{
0xC0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
/* AntiMoniker data structure */
typedef
struct
AntiMonikerImpl
{
...
...
dlls/ole32/classmoniker.c
View file @
32f57b02
...
...
@@ -39,10 +39,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
GUID
CLSID_ClassMoniker
=
{
0x31A
,
0
,
0
,
{
0xC0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
#define CHARS_IN_GUID 39
/* ClassMoniker data structure */
...
...
dlls/ole32/compobj_private.h
View file @
32f57b02
...
...
@@ -41,8 +41,9 @@
struct
apartment
;
typedef
struct
apartment
APARTMENT
;
extern
const
CLSID
CLSID_PSFactoryBuffer
;
extern
const
CLSID
CLSID_DfMarshal
;
DEFINE_OLEGUID
(
CLSID_DfMarshal
,
0x0000030b
,
0
,
0
);
DEFINE_OLEGUID
(
CLSID_PSFactoryBuffer
,
0x00000320
,
0
,
0
);
DEFINE_OLEGUID
(
CLSID_InProcFreeMarshaler
,
0x0000033a
,
0
,
0
);
/* Thread-safety Annotation Legend:
*
...
...
dlls/ole32/compositemoniker.c
View file @
32f57b02
...
...
@@ -37,10 +37,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
CLSID
CLSID_CompositeMoniker
=
{
0x309
,
0
,
0
,
{
0xC0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
#define BLOCK_TAB_SIZE 5
/* represent the first size table and it's increment block size */
/* CompositeMoniker data structure */
...
...
dlls/ole32/filemoniker.c
View file @
32f57b02
...
...
@@ -39,10 +39,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
CLSID
CLSID_FileMoniker
=
{
0x303
,
0
,
0
,
{
0xC0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
/* filemoniker data structure */
typedef
struct
FileMonikerImpl
{
...
...
dlls/ole32/ftmarshal.c
View file @
32f57b02
...
...
@@ -38,8 +38,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
CLSID
CLSID_InProcFreeMarshaler
=
{
0x33A
,
0
,
0
,
{
0xC0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
typedef
struct
_FTMarshalImpl
{
const
IUnknownVtbl
*
lpVtbl
;
LONG
ref
;
...
...
dlls/ole32/itemmoniker.c
View file @
32f57b02
...
...
@@ -38,10 +38,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
CLSID
CLSID_ItemMoniker
=
{
0x304
,
0
,
0
,
{
0xC0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
/* ItemMoniker data structure */
typedef
struct
ItemMonikerImpl
{
...
...
dlls/ole32/moniker.h
View file @
32f57b02
/*
* Monikers
*
* Copyright 1998 Marcus Meissner
* Copyright 1999 Noomen Hamza
* Copyright 2005 Robert Shearman (for CodeWeavers)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef __WINE_MONIKER_H__
#define __WINE_MONIKER_H__
extern
const
CLSID
CLSID_FileMoniker
;
extern
const
CLSID
CLSID_ItemMoniker
;
extern
const
CLSID
CLSID_AntiMoniker
;
extern
const
CLSID
CLSID_CompositeMoniker
;
extern
const
CLSID
CLSID_ClassMoniker
;
DEFINE_OLEGUID
(
CLSID_FileMoniker
,
0x303
,
0
,
0
)
;
DEFINE_OLEGUID
(
CLSID_ItemMoniker
,
0x304
,
0
,
0
)
;
DEFINE_OLEGUID
(
CLSID_AntiMoniker
,
0x305
,
0
,
0
)
;
DEFINE_OLEGUID
(
CLSID_CompositeMoniker
,
0x309
,
0
,
0
)
;
DEFINE_OLEGUID
(
CLSID_ClassMoniker
,
0x31a
,
0
,
0
)
;
HRESULT
FileMonikerCF_Create
(
REFIID
riid
,
LPVOID
*
ppv
);
HRESULT
ItemMonikerCF_Create
(
REFIID
riid
,
LPVOID
*
ppv
);
...
...
dlls/ole32/oleproxy.c
View file @
32f57b02
...
...
@@ -63,9 +63,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
const
CLSID
CLSID_DfMarshal
=
{
0x0000030b
,
0
,
0
,
{
0xc0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
const
CLSID
CLSID_PSFactoryBuffer
=
{
0x00000320
,
0
,
0
,
{
0xc0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
static
ULONG
WINAPI
RURpcProxyBufferImpl_Release
(
LPRPCPROXYBUFFER
iface
);
/* From: http://msdn.microsoft.com/library/en-us/com/cmi_m_4lda.asp
...
...
dlls/ole32/regsvr.c
View file @
32f57b02
...
...
@@ -30,9 +30,10 @@
#include "winerror.h"
#include "objbase.h"
#include "compobj_private.h"
#include "ole2.h"
#include "olectl.h"
#include "initguid.h"
#include "compobj_private.h"
#include "moniker.h"
#include "wine/debug.h"
...
...
dlls/ole32/stubmanager.c
View file @
32f57b02
...
...
@@ -560,8 +560,6 @@ BOOL stub_manager_is_table_marshaled(struct stub_manager *m, const IPID *ipid)
* interacts with stub managers.
*/
const
IID
IID_IRemUnknown
=
{
0x00000131
,
0
,
0
,
{
0xc0
,
0
,
0
,
0
,
0
,
0
,
0
,
0x46
}
};
typedef
struct
rem_unknown
{
const
IRemUnknownVtbl
*
lpVtbl
;
...
...
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