| branch | CompilerCompatibility |
| changeset 13 | a19656173f66 |
| parent 9 | 2013ebce6d92 |
| 11:c2c57bf66925 | 13:a19656173f66 |
|---|---|
18 |
18 |
19 #if !defined(__FONTCOMP_H__) |
19 #if !defined(__FONTCOMP_H__) |
20 #define __FONTCOMP_H__ |
20 #define __FONTCOMP_H__ |
21 #include <stdlib.h> |
21 #include <stdlib.h> |
22 #include <string.h> |
22 #include <string.h> |
23 #include <io.h> |
23 #include <stdio.h> |
24 |
24 |
25 #ifdef __MSVCDOTNET__ |
25 #ifdef __MSVCDOTNET__ |
26 #include <fstream> |
26 #include <fstream> |
27 #include <iostream> |
27 #include <iostream> |
28 using namespace std; |
28 using namespace std; |