Changeset 75129 in vbox for trunk/src/VBox/Runtime/common/string/strncmp.cpp
- Timestamp:
- Oct 28, 2018 5:00:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strncmp.cpp
r69111 r75129 29 29 #ifdef _MSC_VER 30 30 _CRTIMP int __cdecl strncmp 31 #elif defined(__WATCOMC__) 32 _WCRTLINK int std::strncmp 31 33 #else 32 34 int strncmp
Note:
See TracChangeset
for help on using the changeset viewer.