(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.
authortruelight
Sat, 22 Apr 2006 10:12:14 +0000
changeset 3624 229c83c81efa
parent 3623 9b612a4bbd39
child 3625 929df0b3484a
(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.
stdafx.h
--- a/stdafx.h	Sat Apr 22 09:46:31 2006 +0000
+++ b/stdafx.h	Sat Apr 22 10:12:14 2006 +0000
@@ -3,8 +3,8 @@
 #ifndef STDAFX_H
 #define STDAFX_H
 
+#include <stdio.h>
 #include <stddef.h>
-#include <stdio.h>
 #include <string.h>
 #include <stdlib.h>