Changeset 326
- Timestamp:
- Mar 17, 2006 5:59:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/string.h
r315 r326 35 35 #endif 36 36 37 /* For sprintf family */ 38 #include <stdio.h> 39 37 40 #if defined(_MSC_VER) 38 # include <stdio.h>39 41 # define strcasecmp _stricmp 40 42 # define strncasecmp _strnicmp
Note: See TracChangeset
for help on using the changeset viewer.