(svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de)

This commit is contained in:
truelight
2004-12-13 11:17:59 +00:00
parent c0603e4768
commit f80094deb7
5 changed files with 5 additions and 4 deletions

1
md5.c
View File

@@ -53,6 +53,7 @@
#include "md5.h"
#include <string.h>
#include "stdafx.h"
#undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */
#ifdef ARCH_IS_BIG_ENDIAN