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
e665eba1
Commit
e665eba1
authored
May 24, 2001
by
Andreas Mohr
Committed by
Alexandre Julliard
May 24, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of GetCurrentTime16().
parent
9abd5530
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
12 deletions
+2
-12
user.spec
dlls/user/user.spec
+2
-1
message.c
windows/message.c
+0
-11
No files found.
dlls/user/user.spec
View file @
e665eba1
...
...
@@ -17,7 +17,8 @@ rsrc resources/version16.res
12 pascal16 KillTimer(word word) KillTimer16
13 pascal GetTickCount() GetTickCount
14 pascal GetTimerResolution() GetTimerResolution16
15 pascal GetCurrentTime() GetCurrentTime16
# GetCurrentTime is effectively identical to GetTickCount
15 pascal GetCurrentTime() GetTickCount
16 pascal16 ClipCursor(ptr) ClipCursor16
17 pascal16 GetCursorPos(ptr) GetCursorPos16
18 pascal16 SetCapture(word) SetCapture16
...
...
windows/message.c
View file @
e665eba1
...
...
@@ -2432,17 +2432,6 @@ WORD WINAPI RegisterWindowMessageW( LPCWSTR str )
/***********************************************************************
* GetCurrentTime (USER.15)
*
* (effectively identical to GetTickCount)
*/
DWORD
WINAPI
GetCurrentTime16
(
void
)
{
return
GetTickCount
();
}
/***********************************************************************
* InSendMessage (USER.192)
*/
BOOL16
WINAPI
InSendMessage16
(
void
)
...
...
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