1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 17:39:09 +00:00

(svn r4470) -Fix: FS#97 — Possible bug in Win64 versions (by michi_cc)

Doesn't fix any known bug, but the code is now bit cleaner. The proper result of subtraction of two pointers is ptrdiff_t.
This commit is contained in:
KUDr
2006-04-18 18:02:52 +00:00
parent 537e4dba9c
commit 24ef4ce560
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
#ifndef STDAFX_H
#define STDAFX_H
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>