From f0fae232b9569202b1c778401d510285735d794f Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Fri, 3 Oct 2003 07:45:41 +0000 Subject: fixed compilation under msvc7 svn-id: r10562 --- common/scummsys.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/scummsys.h') diff --git a/common/scummsys.h b/common/scummsys.h index 0711c13a62..11cf9e87ca 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -30,6 +30,10 @@ #include "config.h" #endif +#ifndef PI +#define PI 3.14159265358979323846 +#endif + #if defined(_MSC_VER) #define scumm_stricmp stricmp -- cgit v1.2.3