aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2003-12-21 16:45:16 +0000
committerMarcus Comstedt2003-12-21 16:45:16 +0000
commit7c09bd869b920bac34ec49938af7fee4ecaafdbc (patch)
tree78e9ee0198bf285a755c9d79efda28edb91a79a6
parentb3406461cd1923816919d259ebbdd4bcfb12a450 (diff)
downloadscummvm-rg350-7c09bd869b920bac34ec49938af7fee4ecaafdbc.tar.gz
scummvm-rg350-7c09bd869b920bac34ec49938af7fee4ecaafdbc.tar.bz2
scummvm-rg350-7c09bd869b920bac34ec49938af7fee4ecaafdbc.zip
Require stdafx.h to have been included.
svn-id: r11822
-rw-r--r--common/scummsys.h4
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h>
#include <stdio.h>