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
79c64acc
Commit
79c64acc
authored
Jul 08, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
parent
d753c6eb
Hide whitespace changes
Inline
Side-by-side
Showing
63 changed files
with
94 additions
and
61 deletions
+94
-61
Makefile.in
dlls/advapi32/tests/Makefile.in
+1
-1
lsa.c
dlls/advapi32/tests/lsa.c
+3
-2
Makefile.in
dlls/browseui/tests/Makefile.in
+1
-1
autocomplete.c
dlls/browseui/tests/autocomplete.c
+1
-0
Makefile.in
dlls/comcat/tests/Makefile.in
+1
-1
comcat.c
dlls/comcat/tests/comcat.c
+1
-0
Makefile.in
dlls/d3d8/tests/Makefile.in
+1
-1
device.c
dlls/d3d8/tests/device.c
+1
-0
Makefile.in
dlls/d3d9/tests/Makefile.in
+1
-1
d3d9ex.c
dlls/d3d9/tests/d3d9ex.c
+1
-0
Makefile.in
dlls/d3drm/tests/Makefile.in
+1
-1
Makefile.in
dlls/d3dx8/tests/Makefile.in
+1
-1
Makefile.in
dlls/ddraw/tests/Makefile.in
+1
-1
d3d.c
dlls/ddraw/tests/d3d.c
+1
-0
Makefile.in
dlls/dinput/tests/Makefile.in
+1
-1
device.c
dlls/dinput/tests/device.c
+1
-0
Makefile.in
dlls/dplayx/tests/Makefile.in
+1
-1
Makefile.in
dlls/dsound/tests/Makefile.in
+1
-1
capture.c
dlls/dsound/tests/capture.c
+2
-3
dsound.c
dlls/dsound/tests/dsound.c
+2
-1
Makefile.in
dlls/hlink/tests/Makefile.in
+1
-1
hlink.c
dlls/hlink/tests/hlink.c
+1
-0
Makefile.in
dlls/inetcomm/tests/Makefile.in
+1
-1
mimeole.c
dlls/inetcomm/tests/mimeole.c
+1
-0
Makefile.in
dlls/itss/tests/Makefile.in
+1
-1
protocol.c
dlls/itss/tests/protocol.c
+1
-2
Makefile.in
dlls/jscript/tests/Makefile.in
+1
-1
jscript.c
dlls/jscript/tests/jscript.c
+3
-0
Makefile.in
dlls/mapi32/tests/Makefile.in
+1
-1
Makefile.in
dlls/mlang/tests/Makefile.in
+1
-1
mlang.c
dlls/mlang/tests/mlang.c
+1
-0
Makefile.in
dlls/mshtml/tests/Makefile.in
+1
-1
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+3
-1
misc.c
dlls/mshtml/tests/misc.c
+1
-2
script.c
dlls/mshtml/tests/script.c
+3
-0
Makefile.in
dlls/msi/tests/Makefile.in
+1
-1
automation.c
dlls/msi/tests/automation.c
+3
-0
Makefile.in
dlls/msxml3/tests/Makefile.in
+1
-1
domdoc.c
dlls/msxml3/tests/domdoc.c
+0
-3
schema.c
dlls/msxml3/tests/schema.c
+2
-4
Makefile.in
dlls/ole32/tests/Makefile.in
+1
-1
marshal.c
dlls/ole32/tests/marshal.c
+4
-0
stg_prop.c
dlls/ole32/tests/stg_prop.c
+6
-0
Makefile.in
dlls/oleaut32/tests/Makefile.in
+1
-1
olefont.c
dlls/oleaut32/tests/olefont.c
+3
-0
Makefile.in
dlls/qedit/tests/Makefile.in
+1
-1
mediadet.c
dlls/qedit/tests/mediadet.c
+1
-0
Makefile.in
dlls/quartz/tests/Makefile.in
+1
-1
filtergraph.c
dlls/quartz/tests/filtergraph.c
+0
-1
filtermapper.c
dlls/quartz/tests/filtermapper.c
+3
-0
Makefile.in
dlls/riched20/tests/Makefile.in
+1
-1
richole.c
dlls/riched20/tests/richole.c
+1
-5
Makefile.in
dlls/rpcrt4/tests/Makefile.in
+1
-1
cstub.c
dlls/rpcrt4/tests/cstub.c
+1
-0
Makefile.in
dlls/shdocvw/tests/Makefile.in
+1
-1
webbrowser.c
dlls/shdocvw/tests/webbrowser.c
+4
-0
Makefile.in
dlls/shell32/tests/Makefile.in
+1
-1
shelllink.c
dlls/shell32/tests/shelllink.c
+2
-1
Makefile.in
dlls/shlwapi/tests/Makefile.in
+1
-1
clsid.c
dlls/shlwapi/tests/clsid.c
+2
-2
Makefile.in
dlls/urlmon/tests/Makefile.in
+1
-1
protocol.c
dlls/urlmon/tests/protocol.c
+0
-2
url.c
dlls/urlmon/tests/url.c
+5
-2
No files found.
dlls/advapi32/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
advapi32.dll
IMPORTS
=
uuid
ole32 advapi32 kernel32
IMPORTS
=
ole32 advapi32 kernel32
CTESTS
=
\
cred.c
\
...
...
dlls/advapi32/tests/lsa.c
View file @
79c64acc
...
...
@@ -30,10 +30,11 @@
#include "sddl.h"
#include "winnls.h"
#include "objbase.h"
#define INITGUID
#include "guiddef.h"
#include "initguid.h"
#include "wine/test.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
static
HMODULE
hadvapi32
;
static
NTSTATUS
(
WINAPI
*
pLsaClose
)(
LSA_HANDLE
);
static
NTSTATUS
(
WINAPI
*
pLsaFreeMemory
)(
PVOID
);
...
...
dlls/browseui/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
browseui.dll
IMPORTS
=
uuid
ole32 kernel32
IMPORTS
=
ole32 kernel32
CTESTS
=
\
autocomplete.c
...
...
dlls/browseui/tests/autocomplete.c
View file @
79c64acc
...
...
@@ -20,6 +20,7 @@
#include <assert.h>
#include <stdarg.h>
#include <initguid.h>
#include <windows.h>
#include <shlobj.h>
#include <shlwapi.h>
...
...
dlls/comcat/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
comcat.dll
IMPORTS
=
uuid
ole32 advapi32 kernel32
IMPORTS
=
ole32 advapi32 kernel32
CTESTS
=
\
comcat.c
...
...
dlls/comcat/tests/comcat.c
View file @
79c64acc
...
...
@@ -21,6 +21,7 @@
#define COBJMACROS
#include <stdio.h>
#include <initguid.h>
#include <windows.h>
#include "objbase.h"
...
...
dlls/d3d8/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
d3d8.dll
IMPORTS
=
dxerr8 u
uid dxguid u
ser32 kernel32
IMPORTS
=
dxerr8 user32 kernel32
CTESTS
=
\
d3d8_main.c
\
...
...
dlls/d3d8/tests/device.c
View file @
79c64acc
...
...
@@ -18,6 +18,7 @@
*/
#define COBJMACROS
#include <initguid.h>
#include <d3d8.h>
#include <dxerr8.h>
#include "wine/test.h"
...
...
dlls/d3d9/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
d3d9.dll
IMPORTS
=
dxerr9 u
uid dxguid u
ser32 kernel32
IMPORTS
=
dxerr9 user32 kernel32
CTESTS
=
\
d3d9ex.c
\
...
...
dlls/d3d9/tests/d3d9ex.c
View file @
79c64acc
...
...
@@ -21,6 +21,7 @@
*/
#define COBJMACROS
#include <initguid.h>
#include <d3d9.h>
#include <dxerr9.h>
#include "wine/test.h"
...
...
dlls/d3drm/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
d3drm.dll
IMPORTS
=
dxguid
kernel32
IMPORTS
=
kernel32
CTESTS
=
vector.c
...
...
dlls/d3dx8/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
d3dx8.dll
IMPORTS
=
d
xguid d
3dx8 kernel32
IMPORTS
=
d3dx8 kernel32
CTESTS
=
math.c
...
...
dlls/ddraw/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
ddraw.dll
IMPORTS
=
d
xguid d
draw user32 gdi32 kernel32
IMPORTS
=
ddraw user32 gdi32 kernel32
CTESTS
=
\
d3d.c
\
...
...
dlls/ddraw/tests/d3d.c
View file @
79c64acc
...
...
@@ -22,6 +22,7 @@
#include <assert.h>
#include "wine/test.h"
#include "initguid.h"
#include "ddraw.h"
#include "d3d.h"
...
...
dlls/dinput/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
dinput.dll
IMPORTS
=
dx
guid uuid dx
err8 dinput ole32 version user32 kernel32
IMPORTS
=
dxerr8 dinput ole32 version user32 kernel32
CTESTS
=
\
device.c
\
...
...
dlls/dinput/tests/device.c
View file @
79c64acc
...
...
@@ -23,6 +23,7 @@
#include "wine/test.h"
#include "windef.h"
#include "initguid.h"
#include "dinput.h"
#include "dxerr8.h"
...
...
dlls/dplayx/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
dplayx.dll
IMPORTS
=
dxguid
ole32 kernel32
IMPORTS
=
ole32 kernel32
CTESTS
=
\
dplayx.c
...
...
dlls/dsound/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
dsound.dll
IMPORTS
=
dx
guid uuid dx
err8 ole32 version user32 kernel32
IMPORTS
=
dxerr8 ole32 version user32 kernel32
CTESTS
=
\
capture.c
\
...
...
dlls/dsound/tests/capture.c
View file @
79c64acc
...
...
@@ -19,10 +19,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <windows.h>
#include <stdio.h>
#include "initguid.h"
#include "windows.h"
#include "wine/test.h"
#include "dsound.h"
#include "mmreg.h"
...
...
dlls/dsound/tests/dsound.c
View file @
79c64acc
...
...
@@ -33,13 +33,14 @@
#include "dxerr8.h"
#include "dsconf.h"
#include "mmreg.h"
/* MinGW doesn't have ksguid, needed for make crosstest to work. */
#include "initguid.h"
#include "ks.h"
#include "ksmedia.h"
#include "dsound_test.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
static
HRESULT
(
WINAPI
*
pDirectSoundEnumerateA
)(
LPDSENUMCALLBACKA
,
LPVOID
)
=
NULL
;
static
HRESULT
(
WINAPI
*
pDirectSoundCreate
)(
LPCGUID
,
LPDIRECTSOUND
*
,
LPUNKNOWN
)
=
NULL
;
...
...
dlls/hlink/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
hlink.dll
IMPORTS
=
uuid
hlink ole32 kernel32
IMPORTS
=
hlink ole32 kernel32
CTESTS
=
\
hlink.c
...
...
dlls/hlink/tests/hlink.c
View file @
79c64acc
...
...
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <initguid.h>
#include <hlink.h>
#include <hlguids.h>
...
...
dlls/inetcomm/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
inetcomm.dll
IMPORTS
=
uuid
inetcomm ole32 kernel32
IMPORTS
=
inetcomm ole32 kernel32
CTESTS
=
\
mimeole.c
...
...
dlls/inetcomm/tests/mimeole.c
View file @
79c64acc
...
...
@@ -21,6 +21,7 @@
#define COBJMACROS
#define NONAMELESSUNION
#include "initguid.h"
#include "windows.h"
#include "ole2.h"
#include "ocidl.h"
...
...
dlls/itss/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
itss.dll
IMPORTS
=
uuid
ole32 kernel32
IMPORTS
=
ole32 kernel32
CTESTS
=
\
protocol.c
...
...
dlls/itss/tests/protocol.c
View file @
79c64acc
...
...
@@ -23,12 +23,11 @@
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "ole2.h"
#include "urlmon.h"
#include "shlwapi.h"
#include "initguid.h"
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...
...
dlls/jscript/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
jscript.dll
IMPORTS
=
uuid
ole32 kernel32
IMPORTS
=
ole32 kernel32
CTESTS
=
\
jscript.c
...
...
dlls/jscript/tests/jscript.c
View file @
79c64acc
...
...
@@ -18,12 +18,15 @@
#define COBJMACROS
#include <initguid.h>
#include <ole2.h>
#include <activscp.h>
#include <objsafe.h>
#include "wine/test.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
static
const
CLSID
CLSID_JScript
=
{
0xf414c260
,
0x6ac0
,
0x11cf
,{
0xb6
,
0xd1
,
0x00
,
0xaa
,
0x00
,
0xbb
,
0xbb
,
0x58
}};
...
...
dlls/mapi32/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
mapi32.dll
IMPORTS
=
uuid
kernel32
IMPORTS
=
kernel32
CTESTS
=
\
imalloc.c
\
...
...
dlls/mlang/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
mlang.dll
IMPORTS
=
uuid
oleaut32 ole32 gdi32 kernel32
IMPORTS
=
oleaut32 ole32 gdi32 kernel32
CTESTS
=
\
mlang.c
...
...
dlls/mlang/tests/mlang.c
View file @
79c64acc
...
...
@@ -25,6 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "initguid.h"
#include "mlang.h"
#include "wine/test.h"
...
...
dlls/mshtml/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
mshtml.dll
IMPORTS
=
uuid
ole32 oleaut32 user32 urlmon advapi32 kernel32
IMPORTS
=
ole32 oleaut32 user32 urlmon advapi32 kernel32
CTESTS
=
\
dom.c
\
...
...
dlls/mshtml/tests/htmldoc.c
View file @
79c64acc
...
...
@@ -25,6 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "ole2.h"
#include "mshtml.h"
#include "docobj.h"
...
...
@@ -36,7 +37,8 @@
#include "idispids.h"
#include "shlguid.h"
#include "initguid.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
DEFINE_GUID
(
IID_IProxyManager
,
0x00000008
,
0x0000
,
0x0000
,
0xc0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
);
DEFINE_OLEGUID
(
CGID_DocHostCmdPriv
,
0x000214D4L
,
0
,
0
);
#define DEFINE_EXPECT(func) \
...
...
dlls/mshtml/tests/misc.c
View file @
79c64acc
...
...
@@ -24,9 +24,8 @@
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "optary.h"
#include "initguid.h"
#include "optary.h"
static
void
test_HTMLLoadOptions
(
void
)
{
...
...
dlls/mshtml/tests/script.c
View file @
79c64acc
...
...
@@ -28,11 +28,14 @@
#include "ole2.h"
#include "dispex.h"
#include "mshtml.h"
#include "initguid.h"
#include "activscp.h"
#include "activdbg.h"
#include "objsafe.h"
#include "mshtmdid.h"
DEFINE_GUID
(
CLSID_IdentityUnmarshal
,
0x0000001b
,
0x0000
,
0x0000
,
0xc0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
);
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...
...
dlls/msi/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
msi.dll
IMPORTS
=
uuid
cabinet msi shell32 ole32 oleaut32 user32 advapi32 kernel32 version
IMPORTS
=
cabinet msi shell32 ole32 oleaut32 user32 advapi32 kernel32 version
CTESTS
=
\
automation.c
\
...
...
dlls/msi/tests/automation.c
View file @
79c64acc
...
...
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <initguid.h>
#include <windows.h>
#include <msiquery.h>
#include <msidefs.h>
...
...
@@ -31,6 +32,8 @@
#include "wine/test.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
static
const
char
*
msifile
=
"winetest.msi"
;
static
const
WCHAR
szMsifile
[]
=
{
'w'
,
'i'
,
'n'
,
'e'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'm'
,
's'
,
'i'
,
0
};
static
const
WCHAR
szMSITEST
[]
=
{
'M'
,
'S'
,
'I'
,
'T'
,
'E'
,
'S'
,
'T'
,
0
};
...
...
dlls/msxml3/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
msxml3.dll
IMPORTS
=
uuid
oleaut32 ole32 user32 kernel32
IMPORTS
=
oleaut32 ole32 user32 kernel32
CTESTS
=
\
domdoc.c
\
...
...
dlls/msxml3/tests/domdoc.c
View file @
79c64acc
...
...
@@ -31,9 +31,6 @@
#include "wine/test.h"
const
CLSID
CLSID_DOMDocument2
=
{
0xf6d90f11
,
0x9c73
,
0x11d3
,
{
0xb3
,
0x2e
,
0x00
,
0xc0
,
0x4f
,
0x99
,
0x0b
,
0xb4
}};
const
IID
IID_IXMLDOMDocument2
=
{
0x2933bf95
,
0x7b36
,
0x11d2
,
{
0xb2
,
0x0e
,
0x00
,
0xc0
,
0x4f
,
0x98
,
0x3e
,
0x60
}};
static
const
WCHAR
szEmpty
[]
=
{
0
};
static
const
WCHAR
szIncomplete
[]
=
{
'<'
,
'?'
,
'x'
,
'm'
,
'l'
,
' '
,
...
...
dlls/msxml3/tests/schema.c
View file @
79c64acc
...
...
@@ -18,19 +18,17 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdio.h>
#define COBJMACROS
#include "initguid.h"
#include "windows.h"
#include "ole2.h"
#include "xmldom.h"
#include "msxml2.h"
#include <stdio.h>
#include "wine/test.h"
const
CLSID
CLSID_XMLSchemaCache
=
{
0x373984c9
,
0xb845
,
0x449b
,
{
0x91
,
0xe7
,
0x45
,
0xac
,
0x83
,
0x03
,
0x6a
,
0xde
}};
const
IID
IID_IXMLDOMSchemaCollection
=
{
0x373984c8
,
0xb845
,
0x449b
,
{
0x91
,
0xe7
,
0x45
,
0xac
,
0x83
,
0x03
,
0x6a
,
0xde
}};
static
const
WCHAR
schema_uri
[]
=
{
'x'
,
'-'
,
's'
,
'c'
,
'h'
,
'e'
,
'm'
,
'a'
,
':'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'x'
,
'm'
,
'l'
,
0
};
static
const
WCHAR
schema_xml
[]
=
{
...
...
dlls/ole32/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
ole32.dll
IMPORTS
=
uuid
oleaut32 ole32 user32 gdi32 advapi32 kernel32
IMPORTS
=
oleaut32 ole32 user32 gdi32 advapi32 kernel32
CTESTS
=
\
clipboard.c
\
...
...
dlls/ole32/tests/marshal.c
View file @
79c64acc
...
...
@@ -27,12 +27,16 @@
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "objbase.h"
#include "olectl.h"
#include "shlguid.h"
#include "shobjidl.h"
#include "wine/test.h"
DEFINE_GUID
(
CLSID_StdGlobalInterfaceTable
,
0x00000323
,
0x0000
,
0x0000
,
0xc0
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x46
);
/* functions that are not present on all versions of Windows */
HRESULT
(
WINAPI
*
pCoInitializeEx
)(
LPVOID
lpReserved
,
DWORD
dwCoInit
);
...
...
dlls/ole32/tests/stg_prop.c
View file @
79c64acc
...
...
@@ -19,6 +19,12 @@
#define COBJMACROS
#include "objbase.h"
#include "wine/test.h"
#include "initguid.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
DEFINE_GUID
(
FMTID_SummaryInformation
,
0xF29F85E0
,
0x4FF9
,
0x1068
,
0xAB
,
0x91
,
0x08
,
0x00
,
0x2B
,
0x27
,
0xB3
,
0xD9
);
DEFINE_GUID
(
FMTID_DocSummaryInformation
,
0xD5CDD502
,
0x2E9C
,
0x101B
,
0x93
,
0x97
,
0x08
,
0x00
,
0x2B
,
0x2C
,
0xF9
,
0xAE
);
DEFINE_GUID
(
FMTID_UserDefinedProperties
,
0xD5CDD505
,
0x2E9C
,
0x101B
,
0x93
,
0x97
,
0x08
,
0x00
,
0x2B
,
0x2C
,
0xF9
,
0xAE
);
#ifndef PID_BEHAVIOR
#define PID_BEHAVIOR 0x80000003
...
...
dlls/oleaut32/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
oleaut32.dll
IMPORTS
=
uuid
oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 kernel32
IMPORTS
=
oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 kernel32
CTESTS
=
\
olefont.c
\
...
...
dlls/oleaut32/tests/olefont.c
View file @
79c64acc
...
...
@@ -36,10 +36,13 @@
#include <winnls.h>
#include <winerror.h>
#include <winnt.h>
#include <initguid.h>
#include <wtypes.h>
#include <olectl.h>
#include <ocidl.h>
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
static
WCHAR
MSSansSerif_font
[]
=
{
'M'
,
'S'
,
' '
,
'S'
,
'a'
,
'n'
,
's'
,
' '
,
'S'
,
'e'
,
'r'
,
'i'
,
'f'
,
0
};
static
WCHAR
system_font
[]
=
{
'S'
,
'y'
,
's'
,
't'
,
'e'
,
'm'
,
0
};
static
WCHAR
arial_font
[]
=
{
'A'
,
'r'
,
'i'
,
'a'
,
'l'
,
0
};
...
...
dlls/qedit/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
qedit.dll
IMPORTS
=
strmiids uuid
oleaut32 ole32 kernel32
IMPORTS
=
oleaut32 ole32 kernel32
CTESTS
=
\
mediadet.c
...
...
dlls/qedit/tests/mediadet.c
View file @
79c64acc
...
...
@@ -22,6 +22,7 @@
#define COBJMACROS
#include "initguid.h"
#include "ole2.h"
#include "vfwmsgs.h"
#include "uuids.h"
...
...
dlls/quartz/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
quartz.dll
IMPORTS
=
strmiids uuid
oleaut32 ole32 advapi32 kernel32
IMPORTS
=
oleaut32 ole32 advapi32 kernel32
CTESTS
=
\
filtergraph.c
\
...
...
dlls/quartz/tests/filtergraph.c
View file @
79c64acc
...
...
@@ -23,7 +23,6 @@
#define COBJMACROS
#include "wine/test.h"
#include "uuids.h"
#include "dshow.h"
#include "control.h"
...
...
dlls/quartz/tests/filtermapper.c
View file @
79c64acc
...
...
@@ -22,8 +22,11 @@
#include "wine/test.h"
#include "winbase.h"
#include "initguid.h"
#include "dshow.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
/* Helper function, checks if filter with given name was enumerated. */
static
BOOL
enum_find_filter
(
const
WCHAR
*
wszFilterName
,
IEnumMoniker
*
pEnum
)
{
...
...
dlls/riched20/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
riched20.dll
IMPORTS
=
uuid
ole32 user32 gdi32 kernel32
IMPORTS
=
ole32 user32 gdi32 kernel32
CTESTS
=
\
editor.c
\
...
...
dlls/riched20/tests/richole.c
View file @
79c64acc
...
...
@@ -26,17 +26,13 @@
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <initguid.h>
#include <ole2.h>
#include <richedit.h>
#include <richole.h>
#include <tom.h>
#include <wine/test.h>
#include <initguid.h>
DEFINE_GUID
(
IID_ITextDocument
,
0x8cc497c0
,
0xa1df
,
0x11ce
,
0x80
,
0x98
,
0x00
,
0xaa
,
0x00
,
0x47
,
0xbe
,
0x5d
);
DEFINE_GUID
(
IID_ITextRange
,
0x8cc497c2
,
0xa1df
,
0x11ce
,
0x80
,
0x98
,
0x00
,
0xaa
,
0x00
,
0x47
,
0xbe
,
0x5d
);
DEFINE_GUID
(
IID_ITextSelection
,
0x8cc497c1
,
0xa1df
,
0x11ce
,
0x80
,
0x98
,
0x00
,
0xaa
,
0x00
,
0x47
,
0xbe
,
0x5d
);
static
HMODULE
hmoduleRichEdit
;
static
HWND
new_window
(
LPCTSTR
lpClassName
,
DWORD
dwStyle
,
HWND
parent
)
...
...
dlls/rpcrt4/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
rpcrt4.dll
IMPORTS
=
uuid
ole32 rpcrt4 kernel32
IMPORTS
=
ole32 rpcrt4 kernel32
EXTRAIDLFLAGS
=
--prefix-server
=
s_
IDL_C_SRCS
=
server.idl
...
...
dlls/rpcrt4/tests/cstub.c
View file @
79c64acc
...
...
@@ -30,6 +30,7 @@
#include <winerror.h>
#include "initguid.h"
#include "rpc.h"
#include "rpcdce.h"
#include "rpcproxy.h"
...
...
dlls/shdocvw/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
shdocvw.dll
IMPORTS
=
uuid
shell32 ole32 oleaut32 user32 advapi32 kernel32
IMPORTS
=
shell32 ole32 oleaut32 user32 advapi32 kernel32
CTESTS
=
\
shortcut.c
\
...
...
dlls/shdocvw/tests/webbrowser.c
View file @
79c64acc
...
...
@@ -25,6 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "ole2.h"
#include "exdisp.h"
#include "htiframe.h"
...
...
@@ -32,9 +33,12 @@
#include "idispids.h"
#include "olectl.h"
#include "mshtmdid.h"
#include "shobjidl.h"
#include "shlguid.h"
#include "exdispid.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...
...
dlls/shell32/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
shell32.dll
IMPORTS
=
uuid
shell32 ole32 oleaut32 user32 advapi32 kernel32
IMPORTS
=
shell32 ole32 oleaut32 user32 advapi32 kernel32
CTESTS
=
\
generated.c
\
...
...
dlls/shell32/tests/shelllink.c
View file @
79c64acc
...
...
@@ -24,7 +24,8 @@
#define COBJMACROS
#include <windows.h>
#include "initguid.h"
#include "windows.h"
#include "shlguid.h"
#include "shobjidl.h"
#include "shlobj.h"
...
...
dlls/shlwapi/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
shlwapi.dll
IMPORTS
=
uuid
shlwapi advapi32 ole32 oleaut32 kernel32
IMPORTS
=
shlwapi advapi32 ole32 oleaut32 kernel32
CTESTS
=
\
clist.c
\
...
...
dlls/shlwapi/tests/clsid.c
View file @
79c64acc
...
...
@@ -24,12 +24,12 @@
#include "winerror.h"
#include "winnls.h"
#include "winuser.h"
#include "initguid.h"
#include "shlguid.h"
#include "shobjidl.h"
#include "olectl.h"
#define INITGUID
#include "initguid.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
/* This GUID has been removed from the PSDK */
DEFINE_OLEGUID
(
WINE_IID_IDelayedRelease
,
0x000214EDL
,
0
,
0
);
...
...
dlls/urlmon/tests/Makefile.in
View file @
79c64acc
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
TESTDLL
=
urlmon.dll
IMPORTS
=
u
uid u
rlmon ole32 user32 advapi32 kernel32
IMPORTS
=
urlmon ole32 user32 advapi32 kernel32
CTESTS
=
\
generated.c
\
...
...
dlls/urlmon/tests/protocol.c
View file @
79c64acc
...
...
@@ -29,8 +29,6 @@
#include "urlmon.h"
#include "wininet.h"
#include "initguid.h"
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...
...
dlls/urlmon/tests/url.c
View file @
79c64acc
...
...
@@ -28,12 +28,17 @@
#include "windef.h"
#include "winbase.h"
#include "initguid.h"
#include "urlmon.h"
#include "wininet.h"
#include "mshtml.h"
#include "wine/test.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
DEFINE_GUID
(
CLSID_IdentityUnmarshal
,
0x0000001b
,
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
);
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...
...
@@ -155,8 +160,6 @@ static IInternetProtocolSink *protocol_sink = NULL;
static
HANDLE
complete_event
,
complete_event2
;
static
HRESULT
binding_hres
;
extern
IID
IID_IBindStatusCallbackHolder
;
static
LPCWSTR
urls
[]
=
{
WINE_ABOUT_URL
,
ABOUT_BLANK
,
...
...
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