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
427cd918
Commit
427cd918
authored
Feb 19, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uuid: Remove a few iids that don't belong here.
parent
c0d68999
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
11 deletions
+9
-11
factory.c
dlls/avifil32/factory.c
+3
-4
dpclassfactory.c
dlls/dplayx/dpclassfactory.c
+4
-0
mapi32_main.c
dlls/mapi32/mapi32_main.c
+1
-0
prop.c
dlls/mapi32/tests/prop.c
+1
-0
uuid.c
dlls/uuid/uuid.c
+0
-7
No files found.
dlls/avifil32/factory.c
View file @
427cd918
...
...
@@ -25,17 +25,16 @@
#include "wingdi.h"
#include "winuser.h"
#include "winerror.h"
#include "ole2.h"
#include "initguid.h"
#include "vfw.h"
#include "avifile_private.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
avifile
);
#include "initguid.h"
#include "avifile_private.h"
HMODULE
AVIFILE_hModule
=
NULL
;
static
BOOL
AVIFILE_bLocked
;
...
...
dlls/dplayx/dpclassfactory.c
View file @
427cd918
...
...
@@ -24,9 +24,13 @@
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "winerror.h"
#include "wine/debug.h"
#include "dplay.h"
#include "dplobby.h"
#include "initguid.h"
#include "dpinit.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dplay
);
...
...
dlls/mapi32/mapi32_main.c
View file @
427cd918
...
...
@@ -24,6 +24,7 @@
#include "winbase.h"
#include "winerror.h"
#include "objbase.h"
#include "initguid.h"
#include "mapix.h"
#include "mapiform.h"
#include "mapi.h"
...
...
dlls/mapi32/tests/prop.c
View file @
427cd918
...
...
@@ -24,6 +24,7 @@
#include "winuser.h"
#include "winerror.h"
#include "winnt.h"
#include "initguid.h"
#include "mapiutil.h"
#include "mapitags.h"
...
...
dlls/uuid/uuid.c
View file @
427cd918
...
...
@@ -50,7 +50,6 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "shldisp.h"
#include "comcat.h"
#include "urlmon.h"
#include "mapiguid.h"
#include "activscp.h"
#include "dispex.h"
#include "mlang.h"
...
...
@@ -72,14 +71,8 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
/* FIXME: cguids declares GUIDs but does not define their values */
/* other GUIDs */
#include "vfw.h"
/* GUIDs not declared in an exported header file */
DEFINE_GUID
(
IID_IDirectPlaySP
,
0x0c9f6360
,
0xcc61
,
0x11cf
,
0xac
,
0xec
,
0x00
,
0xaa
,
0x00
,
0x68
,
0x86
,
0xe3
);
DEFINE_GUID
(
IID_ISFHelper
,
0x1fe68efb
,
0x1874
,
0x9812
,
0x56
,
0xdc
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
);
DEFINE_GUID
(
IID_IDPLobbySP
,
0x5a4e5a20
,
0x2ced
,
0x11d0
,
0xa8
,
0x89
,
0x00
,
0xa0
,
0xc9
,
0x05
,
0x43
,
0x3c
);
DEFINE_GUID
(
IID_IProxyManager
,
0x00000008
,
0x0000
,
0x0000
,
0xc0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
);
DEFINE_GUID
(
IID_IBindStatusCallbackHolder
,
0x79eac9cc
,
0xbaf9
,
0x11ce
,
0x8c
,
0x82
,
0x00
,
0xaa
,
0x00
,
0x4b
,
0xa9
,
0x0b
);
...
...
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