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
da57abcb
Commit
da57abcb
authored
Dec 23, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: Move a few 16-bit stubs to user16.c.
parent
cf81d0f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
20 deletions
+40
-20
misc.c
dlls/user32/misc.c
+0
-20
user16.c
dlls/user32/user16.c
+40
-0
No files found.
dlls/user32/misc.c
View file @
da57abcb
...
...
@@ -627,26 +627,6 @@ VOID WINAPI LoadLocalFonts(VOID)
/***********************************************************************
* USER_489 (USER.489)
*/
LONG
WINAPI
stub_USER_489
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* USER_490 (USER.490)
*/
LONG
WINAPI
stub_USER_490
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* USER_492 (USER.492)
*/
LONG
WINAPI
stub_USER_492
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* USER_496 (USER.496)
*/
LONG
WINAPI
stub_USER_496
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* User32InitializeImmEntryTable
*/
BOOL
WINAPI
User32InitializeImmEntryTable
(
LPVOID
ptr
)
...
...
dlls/user32/user16.c
View file @
da57abcb
...
...
@@ -2876,6 +2876,46 @@ BOOL16 WINAPI SystemParametersInfo16( UINT16 uAction, UINT16 uParam,
/***********************************************************************
* USER_489 (USER.489)
*/
LONG
WINAPI
stub_USER_489
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* USER_490 (USER.490)
*/
LONG
WINAPI
stub_USER_490
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* USER_492 (USER.492)
*/
LONG
WINAPI
stub_USER_492
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* USER_496 (USER.496)
*/
LONG
WINAPI
stub_USER_496
(
void
)
{
FIXME
(
"stub
\n
"
);
return
0
;
}
/***********************************************************************
* FormatMessage (USER.606)
*/
DWORD
WINAPI
FormatMessage16
(
...
...
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