equal
deleted
inserted
replaced
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 |