Committing in .
Patch for VMS7.x Modified Files: wxWindows/src/common/utilscmn.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -130,7 +130,7 @@ int strncasecmp(const char *str_1, const char *str_2, size_t maxchar)
|
|||||||
}
|
}
|
||||||
#endif // wxMAC
|
#endif // wxMAC
|
||||||
|
|
||||||
#ifdef __VMS__
|
#if defined( __VMS__ ) && ( __VMS_VER < 70000000 )
|
||||||
// we have no strI functions under VMS, therefore I have implemented
|
// we have no strI functions under VMS, therefore I have implemented
|
||||||
// an inefficient but portable version: convert copies of strings to lowercase
|
// an inefficient but portable version: convert copies of strings to lowercase
|
||||||
// and then use the normal comparison
|
// and then use the normal comparison
|
||||||
|
Reference in New Issue
Block a user