Changeset 640 for pjproject/trunk/pjlib/include/pj/compat/string.h
- Timestamp:
- Aug 1, 2006 11:01:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/string.h
r326 r640 37 37 /* For sprintf family */ 38 38 #include <stdio.h> 39 40 /* On WinCE, string stuffs are declared in stdlib.h */ 41 #if defined(PJ_HAS_STDLIB_H) && PJ_HAS_STDLIB_H!=0 42 # include <stdlib.h> 43 #endif 39 44 40 45 #if defined(_MSC_VER)
Note: See TracChangeset
for help on using the changeset viewer.