summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-17 12:49:00 +0000
committerludde <ludde@openttd.org>2005-07-17 12:49:00 +0000
commit9f4e400b862b93f770e9f51a405c9686f42a566f (patch)
tree1cf3df059cae271dabad9928b48178f1c0cbec5b /win32.c
parentf868fb08113724a3a2ec5cf9917f1e6947aa3457 (diff)
downloadopenttd-9f4e400b862b93f770e9f51a405c9686f42a566f.tar.xz
(svn r2601) Fix: Added TIC,TOC macros do be able to do profiling easier.
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32.c b/win32.c
index f6d416833..c84a85066 100644
--- a/win32.c
+++ b/win32.c
@@ -2038,7 +2038,7 @@ static int ParseCommandLine(char *line, char **argv, int max_argc)
#if defined(_MSC_VER)
-static uint64 _declspec(naked) rdtsc(void)
+uint32 _declspec(naked) rdtsc(void)
{
_asm {
rdtsc