aboutsummaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rw-r--r--stdafx.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
index 667c0f8edb..468d3d8dd7 100644
--- a/stdafx.h
+++ b/stdafx.h
@@ -2,6 +2,10 @@
* $Id$
*
* $Log$
+ * Revision 1.17 2002/06/02 20:28:09 bbrox
+ * Small warning fix + double inclusion protection (can always be useful
+ * :) ).
+ *
* Revision 1.16 2002/05/05 20:04:25 fingolfin
* cleaning up the mess drigo left... <sigh>
*
@@ -42,6 +46,9 @@
*
*/
+#ifndef _STDAFX_H
+#define _STDAFX_H
+
#if defined(NONSTANDARD_PORT)
#include <portdefs.h>
@@ -150,3 +157,4 @@
#endif
#endif
+#endif