(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 bfd51a1e20bd
parent 3623 2dd90d28fe20
child 3625 5112d9999b6a
(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>