(file) Return to strids.h CVS log (file) (dir) Up to [OMI] / omi / common

Diff for /omi/common/strids.h between version 1.2 and 1.3

version 1.2, 2015/04/20 18:10:10 version 1.3, 2015/04/20 18:19:50
Line 41 
Line 41 
  
 #include <common.h> #include <common.h>
 #include <string.h> #include <string.h>
   #ifdef _MSC_VER
   #pragma prefast (disable: 28252)
   #pragma prefast (disable: 28253)
   #endif
 #include <wchar.h> #include <wchar.h>
  
 enum enum
Line 106 
Line 110 
     ID_PARSER_STACK_OVERFLOW,     ID_PARSER_STACK_OVERFLOW,
     ID_STREAM_QUALIFIER_ON_NON_ARRAY,     ID_STREAM_QUALIFIER_ON_NON_ARRAY,
     ID_STREAM_QUALIFIER_ON_NON_OUTPUT,     ID_STREAM_QUALIFIER_ON_NON_OUTPUT,
     ID_UNDEFINED_PROPERTY      ID_UNDEFINED_PROPERTY,
       ID_INVALID_REFERENCE,
       ID_NON_STANDARD_COMPLIANT_CLASSNAME,
       ID_UNSUPPORTED
 }; };
  
 MI_INLINE wchar_t* LookupString(int id) MI_INLINE wchar_t* LookupString(int id)


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

ViewCVS 0.9.2