commit | 40fb7ca168c92174a5aa22a8a9b64231fecbeb65 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Jul 11 14:04:54 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jul 11 14:04:54 2007 +0200 |
tree | c41b6cb85b8b97a68d48c53cc6370275032a2e84 | |
parent | 6544d9ee3e149234991406f188b357dd0d9d253b [diff] [blame] |
kernel32: Implemented GetTickCount64.
diff --git a/include/winbase.h b/include/winbase.h index 26691bb..af6a38c 100644 --- a/include/winbase.h +++ b/include/winbase.h
@@ -1679,6 +1679,7 @@ DWORD WINAPI GetTempPathW(DWORD,LPWSTR); #define GetTempPath WINELIB_NAME_AW(GetTempPath) DWORD WINAPI GetTickCount(void); +ULONGLONG WINAPI GetTickCount64(void); DWORD WINAPI GetTimeZoneInformation(LPTIME_ZONE_INFORMATION); BOOL WINAPI GetThreadContext(HANDLE,CONTEXT *); INT WINAPI GetThreadPriority(HANDLE);