Changeset 11479
- Timestamp:
- 05/11/07 03:25:33 (2 years ago)
- Files:
-
- trunk/gdal/port/cpl_config.h.wince (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/port/cpl_config.h.wince
r10541 r11479 19 19 #define HAVE_VSNPRINTF 20 20 #define vsnprintf _vsnprintf 21 22 /* Define if you have the `copysign' function. */ 23 #define HAVE_COPYSIGN 24 #define copysign _copysign 25 #define copysignf _copysign 26 #define copysignl _copysign 27 28 /* Windows CE does not support getcwd function. */ 29 #undef HAVE_GETCWD 30 /* #define getcwd _getcwd */ 21 31 22 32 /* Define if you have the stdicmp function. */
