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
352c8d02
Commit
352c8d02
authored
Oct 16, 2013
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Oct 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/winapi: Remove OLDFONTENUMPROC from the list of tested types.
parent
1c8d4aaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
generated.c
dlls/gdi32/tests/generated.c
+0
-15
tests.dat
tools/winapi/tests.dat
+0
-1
No files found.
dlls/gdi32/tests/generated.c
View file @
352c8d02
...
...
@@ -4434,13 +4434,6 @@ static void test_pack_NPEXTLOGPEN(void)
TEST_TARGET_ALIGN
(
NPEXTLOGPEN
,
8
)
}
static
void
test_pack_OLDFONTENUMPROC
(
void
)
{
/* OLDFONTENUMPROC */
TEST_TYPE_SIZE
(
OLDFONTENUMPROC
,
8
)
TEST_TYPE_ALIGN
(
OLDFONTENUMPROC
,
8
)
}
static
void
test_pack_OLDFONTENUMPROCA
(
void
)
{
/* OLDFONTENUMPROCA */
...
...
@@ -10964,13 +10957,6 @@ static void test_pack_NPEXTLOGPEN(void)
TEST_TARGET_ALIGN
(
NPEXTLOGPEN
,
4
)
}
static
void
test_pack_OLDFONTENUMPROC
(
void
)
{
/* OLDFONTENUMPROC */
TEST_TYPE_SIZE
(
OLDFONTENUMPROC
,
4
)
TEST_TYPE_ALIGN
(
OLDFONTENUMPROC
,
4
)
}
static
void
test_pack_OLDFONTENUMPROCA
(
void
)
{
/* OLDFONTENUMPROCA */
...
...
@@ -13386,7 +13372,6 @@ static void test_pack(void)
test_pack_NEWTEXTMETRICEXW
();
test_pack_NEWTEXTMETRICW
();
test_pack_NPEXTLOGPEN
();
test_pack_OLDFONTENUMPROC
();
test_pack_OLDFONTENUMPROCA
();
test_pack_OLDFONTENUMPROCW
();
test_pack_OUTLINETEXTMETRICA
();
...
...
tools/winapi/tests.dat
View file @
352c8d02
...
...
@@ -273,7 +273,6 @@ NEWTEXTMETRICEXW
NEWTEXTMETRICW
NPEXTLOGPEN
!NPLOGPALETTE # FIXME: 20040821: Mishandled by winapi_test
OLDFONTENUMPROC
OLDFONTENUMPROCA
OLDFONTENUMPROCW
OUTLINETEXTMETRICA
...
...
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