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
419a1f45
Commit
419a1f45
authored
Oct 28, 2012
by
Nikolay Sivov
Committed by
Alexandre Julliard
Oct 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Added initial test code for text analyzer tests.
parent
af08a2f6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile.in
dlls/dwrite/tests/Makefile.in
+1
-0
analyzer.c
dlls/dwrite/tests/analyzer.c
+0
-0
font.c
dlls/dwrite/tests/font.c
+0
-2
No files found.
dlls/dwrite/tests/Makefile.in
View file @
419a1f45
...
...
@@ -2,6 +2,7 @@ TESTDLL = dwrite.dll
IMPORTS
=
dwrite gdi32
C_SRCS
=
\
analyzer.c
\
font.c
\
layout.c
...
...
dlls/dwrite/tests/analyzer.c
0 → 100644
View file @
419a1f45
This diff is collapsed.
Click to expand it.
dlls/dwrite/tests/font.c
View file @
419a1f45
...
...
@@ -21,8 +21,6 @@
#define COBJMACROS
#include "windows.h"
#include "initguid.h"
#include "dwrite.h"
#include "wine/test.h"
...
...
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