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
13746947
Commit
13746947
authored
Apr 07, 2010
by
Maarten Lankhorst
Committed by
Alexandre Julliard
Apr 12, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winmm: Remove timeGetTime.
parent
42094d25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
19 deletions
+1
-19
time.c
dlls/winmm/time.c
+0
-18
winmm.spec
dlls/winmm/winmm.spec
+1
-1
No files found.
dlls/winmm/time.c
View file @
13746947
...
@@ -436,21 +436,3 @@ MMRESULT WINAPI timeEndPeriod(UINT wPeriod)
...
@@ -436,21 +436,3 @@ MMRESULT WINAPI timeEndPeriod(UINT wPeriod)
}
}
return
0
;
return
0
;
}
}
/**************************************************************************
* timeGetTime [WINMM.@]
*/
DWORD
WINAPI
timeGetTime
(
void
)
{
#if defined(COMMENTOUTPRIORTODELETING)
DWORD
count
;
/* FIXME: releasing the win16 lock here is a temporary hack (I hope)
* that lets mciavi32.dll run correctly
*/
if
(
pFnReleaseThunkLock
)
pFnReleaseThunkLock
(
&
count
);
if
(
pFnRestoreThunkLock
)
pFnRestoreThunkLock
(
count
);
#endif
return
GetTickCount
();
}
dlls/winmm/winmm.spec
View file @
13746947
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
@ stdcall timeEndPeriod(long)
@ stdcall timeEndPeriod(long)
@ stdcall timeGetDevCaps(ptr long)
@ stdcall timeGetDevCaps(ptr long)
@ stdcall timeGetSystemTime(ptr long)
@ stdcall timeGetSystemTime(ptr long)
@ stdcall timeGetTime()
@ stdcall timeGetTime()
kernel32.GetTickCount
@ stdcall timeKillEvent(long)
@ stdcall timeKillEvent(long)
@ stdcall timeSetEvent(long long ptr long long)
@ stdcall timeSetEvent(long long ptr long long)
@ stdcall waveInAddBuffer(long ptr long)
@ stdcall waveInAddBuffer(long ptr long)
...
...
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