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);