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
5be8e7d8
Commit
5be8e7d8
authored
Dec 06, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created a small static library in ole/libuuid.a that contains all the
UUID definitions (with the help of Francois Gouget).
parent
e2222fd8
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
89 additions
and
69 deletions
+89
-69
Make.rules.in
Make.rules.in
+1
-0
Makefile.in
Makefile.in
+4
-10
Makefile.in
dlls/avifil32/Makefile.in
+1
-0
avifile.c
dlls/avifil32/avifile.c
+1
-3
Makefile.in
dlls/commdlg/Makefile.in
+1
-0
filedlgbrowser.c
dlls/commdlg/filedlgbrowser.c
+0
-3
Makefile.in
dlls/ddraw/Makefile.in
+1
-0
main.c
dlls/ddraw/main.c
+0
-4
Makefile.in
dlls/dinput/Makefile.in
+1
-0
dinput_main.c
dlls/dinput/dinput_main.c
+0
-3
Makefile.in
dlls/dplayx/Makefile.in
+1
-0
dplayx_main.c
dlls/dplayx/dplayx_main.c
+0
-5
Makefile.in
dlls/dsound/Makefile.in
+1
-0
dsound_main.c
dlls/dsound/dsound_main.c
+0
-2
Makefile.in
dlls/ole32/Makefile.in
+1
-0
oleobj.c
dlls/ole32/oleobj.c
+0
-2
Makefile.in
dlls/oleaut32/Makefile.in
+1
-0
oleaut.c
dlls/oleaut32/oleaut.c
+1
-5
Makefile.in
dlls/shell32/Makefile.in
+1
-2
shellguid.c
dlls/shell32/shellguid.c
+0
-16
shlfolder.c
dlls/shell32/shlfolder.c
+0
-4
Makefile.in
dlls/shlwapi/Makefile.in
+1
-1
shlwapi_main.c
dlls/shlwapi/shlwapi_main.c
+0
-4
dplay.h
include/dplay.h
+4
-1
Makefile.in
ole/Makefile.in
+17
-4
uuid.c
ole/uuid.c
+51
-0
No files found.
Make.rules.in
View file @
5be8e7d8
...
...
@@ -65,6 +65,7 @@ DLLDIR = $(TOPOBJDIR)/dlls
LIBWINE = -L$(TOPOBJDIR)/library -lwine
LIBTSX11 = -L$(TOPOBJDIR)/tsx11 -lwine_tsx11
LIBUNICODE= -L$(TOPOBJDIR)/unicode -lwine_unicode
LIBUUID = -L$(TOPOBJDIR)/ole -luuid
@SET_MAKE@
...
...
Makefile.in
View file @
5be8e7d8
...
...
@@ -33,6 +33,7 @@ LIBPROGRAMS = \
# Libraries (not dlls) to build
LIBRARIES
=
\
library/libwine.
$(LIBEXT)
\
ole/libuuid.a
\
tsx11/libwine_tsx11.
$(LIBEXT)
\
unicode/libwine_unicode.
$(LIBEXT)
...
...
@@ -44,18 +45,10 @@ LIBSYMLINKS = \
# Sub-directories to run make depend/clean into
SUBDIRS
=
\
debugger
\
dlls
\
documentation
\
include
\
library
\
$(INSTALLSUBDIRS)
\
libtest
\
miscemu
\
programs
\
server
\
tools
\
tsx11
\
unicode
programs
# Sub-directories to run make install into
INSTALLSUBDIRS
=
\
...
...
@@ -64,6 +57,7 @@ INSTALLSUBDIRS = \
documentation
\
include
\
library
\
ole
\
server
\
tools
\
tsx11
\
...
...
dlls/avifil32/Makefile.in
View file @
5be8e7d8
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
avifil32
ALTNAMES
=
avifile
EXTRALIBS
=
$(LIBUUID)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/avifil32/avifile.c
View file @
5be8e7d8
...
...
@@ -9,10 +9,8 @@
#include "winnls.h"
#include "mmsystem.h"
#include "winerror.h"
#include "debugtools.h"
#include "initguid.h"
#include "vfw.h"
#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL
(
avifile
);
...
...
dlls/commdlg/Makefile.in
View file @
5be8e7d8
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
comdlg32
ALTNAMES
=
commdlg
EXTRALIBS
=
$(LIBUUID)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/commdlg/filedlgbrowser.c
View file @
5be8e7d8
...
...
@@ -13,9 +13,6 @@
#include "heap.h"
#include "debugtools.h"
#define INITGUID
#include "initguid.h"
#include "unknwn.h"
#include "filedlgbrowser.h"
#include "cdlg.h"
#include "shlguid.h"
...
...
dlls/ddraw/Makefile.in
View file @
5be8e7d8
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
ddraw
EXTRALIBS
=
$(LIBUUID)
SOVERSION
=
1.0
IMPORTS
=
user32 x11drv gdi32 kernel32
...
...
dlls/ddraw/main.c
View file @
5be8e7d8
...
...
@@ -18,10 +18,6 @@
#include "wine/exception.h"
#include "debugtools.h"
#include "initguid.h"
#include "ddraw.h"
#include "d3d.h"
/* This for all the enumeration and creation of D3D-related objects */
#include "ddraw_private.h"
...
...
dlls/dinput/Makefile.in
View file @
5be8e7d8
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dinput
EXTRALIBS
=
$(LIBUUID)
SOVERSION
=
1.0
IMPORTS
=
user32 kernel32 ntdll
...
...
dlls/dinput/dinput_main.c
View file @
5be8e7d8
...
...
@@ -25,9 +25,6 @@
#include "winbase.h"
#include "winerror.h"
#include "windef.h"
#include "initguid.h"
#include "dinput.h"
#include "dinput_private.h"
DEFAULT_DEBUG_CHANNEL
(
dinput
);
...
...
dlls/dplayx/Makefile.in
View file @
5be8e7d8
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dplayx
EXTRALIBS
=
$(LIBUUID)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/dplayx/dplayx_main.c
View file @
5be8e7d8
...
...
@@ -8,15 +8,10 @@
#include "winerror.h"
#include "winbase.h"
#include "debugtools.h"
#include "initguid.h"
/* To define the GUIDs */
#include "dplaysp.h"
#include "dplayx_global.h"
DEFAULT_DEBUG_CHANNEL
(
dplay
);
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
static
DWORD
DPLAYX_dwProcessesAttached
=
0
;
/* This is a globally exported variable at ordinal 6 of DPLAYX.DLL */
...
...
dlls/dsound/Makefile.in
View file @
5be8e7d8
...
...
@@ -3,6 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dsound
EXTRALIBS
=
$(LIBUUID)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/dsound/dsound_main.c
View file @
5be8e7d8
...
...
@@ -40,8 +40,6 @@
#include "mmsystem.h"
#include "wine/windef16.h"
#include "debugtools.h"
#include "initguid.h"
#include "dsound.h"
#include "dsdriver.h"
...
...
dlls/ole32/Makefile.in
View file @
5be8e7d8
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
ole32
ALTNAMES
=
ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
EXTRALIBS
=
$(LIBUUID)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/ole32/oleobj.c
View file @
5be8e7d8
...
...
@@ -10,8 +10,6 @@
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
#include "initguid.h"
#include "oleidl.h"
DEFAULT_DEBUG_CHANNEL
(
ole
);
...
...
dlls/oleaut32/Makefile.in
View file @
5be8e7d8
...
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
oleaut32
ALTNAMES
=
ole2disp typelib
EXTRALIBS
=
$(LIBUUID)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/oleaut32/oleaut.c
View file @
5be8e7d8
...
...
@@ -8,15 +8,11 @@
#include "winuser.h"
#include "winerror.h"
#include "ole2.h"
#include "heap.h"
#include "ldt.h"
#include "debugtools.h"
#include "initguid.h"
#include "oleauto.h"
#include "ole2.h"
#include "olectl.h"
DEFAULT_DEBUG_CHANNEL
(
ole
);
static
WCHAR
_delimiter
[
2
]
=
{
'!'
,
0
};
/* default delimiter apparently */
...
...
dlls/shell32/Makefile.in
View file @
5be8e7d8
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
shell32
ALTNAMES
=
shell
EXTRALIBS
=
$(LIBUNICODE)
EXTRALIBS
=
$(LIBU
UID)
$(LIBU
NICODE)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
@@ -23,7 +23,6 @@ C_SRCS = \
pidl.c
\
shell32_main.c
\
shell.c
\
shellguid.c
\
shelllink.c
\
shlmenu.c
\
shellole.c
\
...
...
dlls/shell32/shellguid.c
deleted
100644 → 0
View file @
e2222fd8
/*
* Shell UID
*
* 1998 Juergen Schmied (jsch) * <juergen.schmied@metronet.de>
*
* this in in a single file due to interfering definitions
*
*/
#include "winbase.h"
#include "initguid.h"
#include "shlwapi.h"
#include "shlguid.h"
#include "shlobj.h"
#include "docobj.h"
dlls/shell32/shlfolder.c
View file @
5be8e7d8
...
...
@@ -27,11 +27,7 @@
#include "shell32_main.h"
#include "shresdef.h"
#include "shlwapi.h"
#define INITGUID
#include "initguid.h"
#include "shellfolder.h"
#include "wine/obj_queryassociations.h"
DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
dlls/shlwapi/Makefile.in
View file @
5be8e7d8
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
shlwapi
EXTRALIBS
=
$(LIBUNICODE)
EXTRALIBS
=
$(LIBU
UID)
$(LIBU
NICODE)
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/shlwapi/shlwapi_main.c
View file @
5be8e7d8
...
...
@@ -8,10 +8,6 @@
#include "winbase.h"
#include "winerror.h"
#include "debugtools.h"
#include "initguid.h"
#include "wine/obj_base.h"
#include "wine/obj_storage.h"
#include "shlwapi.h"
DEFAULT_DEBUG_CHANNEL
(
shell
);
...
...
include/dplay.h
View file @
5be8e7d8
...
...
@@ -352,7 +352,10 @@ typedef BOOL CALLBACK (*LPDPENUMDPCALLBACKA)(
DWORD
dwMinorVersion
,
/* Minor # of driver spec in lpguidSP */
LPVOID
lpContext
);
/* User given */
typedef
const
GUID
*
LPCGUID
;
#ifndef __LPCGUID_DEFINED__
#define __LPCGUID_DEFINED__
typedef
const
GUID
*
LPCGUID
;
#endif
typedef
const
DPNAME
*
LPCDPNAME
;
...
...
ole/Makefile.in
View file @
5be8e7d8
...
...
@@ -6,13 +6,26 @@ VPATH = @srcdir@
MODULE
=
ole
C_SRCS
=
\
ole2nls.c
ole2nls.c
\
uuid.c
all
:
$(MODULE).o
all
:
$(MODULE).o
libuuid.a
@MAKE_RULES@
$(MODULE).o
:
$(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
$(LDCOMBINE)
$(OBJS)
-o
$@
$(MODULE).o
:
ole2nls.o Makefile.in $(TOPSRCDIR)/Make.rules.in
$(LDCOMBINE)
ole2nls.o
-o
$@
libuuid.a
:
uuid.o
$(RM)
$@
$(AR)
$@
uuid.o
$(RANLIB)
$@
install
:
libuuid.a
[
-d
$(libdir)
]
||
$(MKDIR)
$(libdir)
$(INSTALL_DATA)
libuuid.a
$(libdir)
/libuuid.a
uninstall
::
cd
$(libdir)
&&
$(RM)
libuuid.a
### Dependencies:
ole/uuid.c
0 → 100644
View file @
5be8e7d8
/*
* GUID definitions
*/
#include "initguid.h"
/* GUIDs defined in uuids.lib */
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "objbase.h"
#include "servprov.h"
#include "oleauto.h"
#include "oleidl.h"
#include "objidl.h"
#include "olectl.h"
#include "ocidl.h"
#include "docobj.h"
#include "shlguid.h"
#include "shlobj.h"
#include "wine/obj_queryassociations.h"
/* FIXME: cguids declares GUIDs but does not define their values */
/* GUIDs defined in dxguid.lib */
#include "d3d.h"
#include "ddraw.h"
#include "dsound.h"
#include "dplay.h"
#include "dplobby.h"
#include "dinput.h"
/* other GUIDs */
#include "vfw.h"
/* GUIDs not declared in an exported header file */
DEFINE_GUID
(
IID_IDirectPlaySP
,
0xc9f6360
,
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
);
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