1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 01:19:11 +00:00

(svn r4157) CodeChange : Keep on cleaning up Celestar's elrail merge

This commit is contained in:
belugas
2006-03-29 20:35:39 +00:00
parent 00cdf24057
commit 3633d56923
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
# if defined (_M_AMD64)
extern uint64 _rdtsc(void);
# else
uint64 _declspec(naked) _rdtsc(void)
uint64 _declspec(naked) _rdtsc(void)
{
_asm {
rdtsc