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
926e94f4
Commit
926e94f4
authored
Jul 15, 2019
by
Zebediah Figura
Committed by
Alexandre Julliard
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat/tests: Link to uuid.
Signed-off-by:
Zebediah Figura
<
zfigura@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4da35dea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
13 deletions
+8
-13
Makefile.in
dlls/mfplat/tests/Makefile.in
+1
-1
mfplat.c
dlls/mfplat/tests/mfplat.c
+7
-12
No files found.
dlls/mfplat/tests/Makefile.in
View file @
926e94f4
TESTDLL
=
mfplat.dll
IMPORTS
=
ole32 mfplat mfuuid propsys
IMPORTS
=
ole32 mfplat mfuuid propsys
uuid
C_SRCS
=
\
mfplat.c
...
...
dlls/mfplat/tests/mfplat.c
View file @
926e94f4
...
...
@@ -27,19 +27,7 @@
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "initguid.h"
#include "ole2.h"
DEFINE_GUID
(
GUID_NULL
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
);
DEFINE_GUID
(
DUMMY_CLSID
,
0x12345678
,
0x1234
,
0x1234
,
0x12
,
0x13
,
0x14
,
0x15
,
0x16
,
0x17
,
0x18
,
0x19
);
DEFINE_GUID
(
DUMMY_GUID1
,
0x12345678
,
0x1234
,
0x1234
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
);
DEFINE_GUID
(
DUMMY_GUID2
,
0x12345678
,
0x1234
,
0x1234
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
);
DEFINE_GUID
(
DUMMY_GUID3
,
0x12345678
,
0x1234
,
0x1234
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
);
DEFINE_GUID
(
CLSID_FileSchemeHandler
,
0x477ec299
,
0x1421
,
0x4bdd
,
0x97
,
0x1f
,
0x7c
,
0xcb
,
0x93
,
0x3f
,
0x21
,
0xad
);
#undef INITGUID
#include <guiddef.h>
#include "mfapi.h"
#include "mfidl.h"
#include "mferror.h"
...
...
@@ -50,6 +38,13 @@ DEFINE_GUID(CLSID_FileSchemeHandler, 0x477ec299, 0x1421, 0x4bdd, 0x97, 0x1f, 0x7
#include "wine/test.h"
#include "wine/heap.h"
#include "initguid.h"
DEFINE_GUID
(
DUMMY_CLSID
,
0x12345678
,
0x1234
,
0x1234
,
0x12
,
0x13
,
0x14
,
0x15
,
0x16
,
0x17
,
0x18
,
0x19
);
DEFINE_GUID
(
DUMMY_GUID1
,
0x12345678
,
0x1234
,
0x1234
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
,
0x21
);
DEFINE_GUID
(
DUMMY_GUID2
,
0x12345678
,
0x1234
,
0x1234
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
,
0x22
);
DEFINE_GUID
(
DUMMY_GUID3
,
0x12345678
,
0x1234
,
0x1234
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
,
0x23
);
DEFINE_GUID
(
CLSID_FileSchemeHandler
,
0x477ec299
,
0x1421
,
0x4bdd
,
0x97
,
0x1f
,
0x7c
,
0xcb
,
0x93
,
0x3f
,
0x21
,
0xad
);
static
BOOL
is_win8_plus
;
#define EXPECT_REF(obj,ref) _expect_ref((IUnknown*)obj, ref, __LINE__)
...
...
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