hotspot/src/share/vm/utilities/globalDefinitions_visCPP.hpp
changeset 11596 3b9802e6c6a2
parent 10565 dc90c239f4ec
child 12941 a4a325a315c1
equal deleted inserted replaced
11594:9a1958280999 11596:3b9802e6c6a2
   128 
   128 
   129 
   129 
   130 //----------------------------------------------------------------------------------------------------
   130 //----------------------------------------------------------------------------------------------------
   131 // Non-standard stdlib-like stuff:
   131 // Non-standard stdlib-like stuff:
   132 inline int strcasecmp(const char *s1, const char *s2) { return _stricmp(s1,s2); }
   132 inline int strcasecmp(const char *s1, const char *s2) { return _stricmp(s1,s2); }
       
   133 inline int strncasecmp(const char *s1, const char *s2, size_t n) {
       
   134   return _strnicmp(s1,s2,n);
       
   135 }
   133 
   136 
   134 
   137 
   135 //----------------------------------------------------------------------------------------------------
   138 //----------------------------------------------------------------------------------------------------
   136 // Debugging
   139 // Debugging
   137 
   140