gfxtools/gditools/fontcomp/FONTCOMP.H
branchRCL_3
changeset 6 2013ebce6d92
parent 0 f58d6ec98e88
equal deleted inserted replaced
3:de36cc5e7eac 6:2013ebce6d92
    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;