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
226a5019
Commit
226a5019
authored
Mar 26, 2010
by
Louis Lenders
Committed by
Alexandre Julliard
Mar 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quiet two noisy FIXME's.
parent
4a88562e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
driver.c
dlls/gdi32/driver.c
+3
-0
rtl.c
dlls/ntdll/rtl.c
+3
-0
No files found.
dlls/gdi32/driver.c
View file @
226a5019
...
...
@@ -750,6 +750,9 @@ INT WINAPI NamedEscape( HDC hdc, LPCWSTR pDriver, INT nEscape, INT cbInput, LPCS
*/
ULONG
WINAPI
DdQueryDisplaySettingsUniqueness
(
VOID
)
{
static
int
warn_once
;
if
(
!
warn_once
++
)
FIXME
(
"stub
\n
"
);
return
0
;
}
dlls/ntdll/rtl.c
View file @
226a5019
...
...
@@ -444,6 +444,9 @@ PVOID WINAPI RtlInitializeGenericTable(PVOID pTable, PVOID arg2, PVOID arg3, PVO
*/
PVOID
RtlEnumerateGenericTableWithoutSplaying
(
PVOID
pTable
,
PVOID
*
RestartKey
)
{
static
int
warn_once
;
if
(
!
warn_once
++
)
FIXME
(
"(%p,%p) stub!
\n
"
,
pTable
,
RestartKey
);
return
NULL
;
}
...
...
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