apicompatanamdw/compatanalysercmd/libraryanalyser/inc/la.hpp
changeset 12 a0eee409ff14
parent 3 ebe3f8f03b59
equal deleted inserted replaced
11:bdd2944b914b 12:a0eee409ff14
    54   #include <dirent.h>
    54   #include <dirent.h>
    55 #endif
    55 #endif
    56 
    56 
    57 using namespace std;
    57 using namespace std;
    58 
    58 
    59 #define LA_VERSION "3.3.3"
    59 #define LA_VERSION "3.3.3.1"
    60 #define LA_DATE "15th February 2010"
    60 #define LA_DATE "21st June 2010"
    61 #define LA_REPORT_FORMAT_VERSION "1.1"
    61 #define LA_REPORT_FORMAT_VERSION "1.1"
    62 #define TEMP_FILENAME "la-temp.txt"
    62 #define TEMP_FILENAME "la-temp.txt"
    63 #define REPORT_TAB_CHAR '\t'
    63 #define REPORT_TAB_CHAR '\t'
    64 
    64 
    65 #ifdef WIN32
    65 #ifdef WIN32