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
90d4b11b
Commit
90d4b11b
authored
Oct 08, 2001
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed USER_Init into UserClientDllInitialize.
parent
568c67e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
user32.spec
dlls/user/user32.spec
+2
-2
user_main.c
dlls/user/user_main.c
+4
-2
No files found.
dlls/user/user32.spec
View file @
90d4b11b
name user32
type win32
init U
SER_Init
init U
serClientDllInitialize
rsrc resources/user32.res
import gdi32.dll
...
...
@@ -582,7 +582,7 @@ debug_channels (accel caret class clipboard combo cursor dc dde ddeml dialog dri
@ stdcall UnregisterHotKey(long long) UnregisterHotKey
@ stub UpdatePerUserSystemParameters
@ stdcall UpdateWindow(long) UpdateWindow
@ st
ub
UserClientDllInitialize
@ st
dcall UserClientDllInitialize(long long ptr)
UserClientDllInitialize
@ stub UserHandleGrantAccess
@ stdcall UserRealizePalette(long) UserRealizePalette
@ stub UserRegisterWowHandlers
...
...
dlls/user/user_main.c
View file @
90d4b11b
...
...
@@ -294,9 +294,11 @@ static void thread_detach(void)
/***********************************************************************
* USER initialisation routine
* UserClientDllInitialize (USER32.@)
*
* USER dll initialisation routine
*/
BOOL
WINAPI
U
SER_Init
(
HINSTANCE
inst
,
DWORD
reason
,
LPVOID
reserved
)
BOOL
WINAPI
U
serClientDllInitialize
(
HINSTANCE
inst
,
DWORD
reason
,
LPVOID
reserved
)
{
BOOL
ret
=
TRUE
;
switch
(
reason
)
...
...
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