stdafx.h
changeset 3584 1af7d6e9d1ba
parent 3582 4b0582b6e400
child 3624 229c83c81efa
equal deleted inserted replaced
3583:6873a46cdf47 3584:1af7d6e9d1ba
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #ifndef STDAFX_H
     3 #ifndef STDAFX_H
     4 #define STDAFX_H
     4 #define STDAFX_H
     5 
     5 
       
     6 #include <stddef.h>
     6 #include <stdio.h>
     7 #include <stdio.h>
     7 #include <string.h>
     8 #include <string.h>
     8 #include <stdlib.h>
     9 #include <stdlib.h>
     9 
    10 
    10 // MacOS X will use an NSAlert to display failed assertaions since they're lost unless running from a terminal
    11 // MacOS X will use an NSAlert to display failed assertaions since they're lost unless running from a terminal