Changeset - r3624:997665913248
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2006-04-22 10:12:14
truelight@openttd.org
(svn r4522) -Fix: include stdio before stddef; some targets don't like the other way around.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
stdafx.h
Show inline comments
 
@@ -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>
 

	
0 comments (0 inline, 0 general)