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
commit3ce9fb6bbd0169ace02f6510b151171d914d4414 (patch)
tree1cf3df059cae271dabad9928b48178f1c0cbec5b /win32.c
parentb76a0b81585415b36be3f5bf3285b6743a56e895 (diff)
downloadopenttd-3ce9fb6bbd0169ace02f6510b151171d914d4414.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