gfxconversion/mifconv/inc/mifconv.h
branchRCL_3
changeset 2 1f6339ced17d
parent 0 f453ebb75370
child 4 d3300267661e
equal deleted inserted replaced
1:23f0e6a5b752 2:1f6339ced17d
    36 
    36 
    37 #include "mifconv_types.h"
    37 #include "mifconv_types.h"
    38 using namespace MifConvDefs;
    38 using namespace MifConvDefs;
    39 
    39 
    40 // Mifconv version
    40 // Mifconv version
    41 static const MifConvString MifConvVersion("3.1.7");
    41 static const MifConvString MifConvVersion("3.2.0");
    42 static const MifConvString MifConvDate("10th July 2009");
    42 static const MifConvString MifConvDate("24th February 2010");
    43 static const MifConvString MifConvYears("2009");
    43 static const MifConvString MifConvYears("2010");
    44 
    44 
    45 // Mifconv return values:
    45 // Mifconv return values:
    46 #define MIFCONV_ERROR       1
    46 #define MIFCONV_ERROR       1
    47 #define MIFCONV_NO_ERROR    0
    47 #define MIFCONV_NO_ERROR    0
    48 
    48