From 7c09bd869b920bac34ec49938af7fee4ecaafdbc Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 21 Dec 2003 16:45:16 +0000 Subject: Require stdafx.h to have been included. svn-id: r11822 --- common/scummsys.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/scummsys.h b/common/scummsys.h index 74d470f95d..100b69b928 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -22,6 +22,10 @@ #ifndef SCUMMSYS_H #define SCUMMSYS_H +#ifndef _STDAFX_H +#error Included scummsys.h without including stdafx.h first! +#endif + #include #include -- cgit v1.2.3