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
b9391933
Commit
b9391933
authored
Apr 27, 2010
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t2embed: Add TTIsEmbeddingEnabled stub.
parent
4f4812b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
main.c
dlls/t2embed/main.c
+7
-0
t2embed.spec
dlls/t2embed/t2embed.spec
+1
-1
No files found.
dlls/t2embed/main.c
View file @
b9391933
...
...
@@ -66,3 +66,10 @@ LONG WINAPI TTGetEmbeddingType(HDC hDC, ULONG *status)
if
(
status
)
*
status
=
EMBED_NOEMBEDDING
;
return
E_API_NOTIMPL
;
}
LONG
WINAPI
TTIsEmbeddingEnabled
(
HDC
hDC
,
BOOL
*
enabled
)
{
FIXME
(
"(%p %p) stub
\n
"
,
hDC
,
enabled
);
if
(
enabled
)
*
enabled
=
FALSE
;
return
E_API_NOTIMPL
;
}
dlls/t2embed/t2embed.spec
View file @
b9391933
...
...
@@ -5,7 +5,7 @@
@ stub TTEnableEmbeddingForFacename
@ stub TTGetEmbeddedFontInfo
@ stdcall TTGetEmbeddingType(ptr ptr)
@ st
ub TTIsEmbeddingEnabled
@ st
dcall TTIsEmbeddingEnabled(ptr ptr)
@ stub TTIsEmbeddingEnabledForFacename
@ stdcall TTLoadEmbeddedFont(ptr long ptr long ptr ptr ptr wstr str ptr)
@ stub TTRunValidationTests
...
...
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