Changeset 14441
- Timestamp:
- 05/10/08 17:45:23 (2 months ago)
- Files:
-
- trunk/gdal/ogr/ogr_api.h (modified) (2 diffs)
- trunk/gdal/ogr/ogr_srs_api.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/ogr/ogr_api.h
r14435 r14441 47 47 /* Geometry related functions (ogr_geometry.h) */ 48 48 /* -------------------------------------------------------------------- */ 49 #ifdef DEBUG 50 typedef struct OGRGeometryHS *OGRGeometryH; 51 #else 49 52 typedef void *OGRGeometryH; 53 #endif 50 54 51 55 #ifndef _DEFINED_OGRSpatialReferenceH 52 56 #define _DEFINED_OGRSpatialReferenceH 53 57 58 #ifdef DEBUG 59 typedef struct OGRSpatialReferenceHS *OGRSpatialReferenceH; 60 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; 61 #else 54 62 typedef void *OGRSpatialReferenceH; 55 63 typedef void *OGRCoordinateTransformationH; 64 #endif 56 65 57 66 #endif … … 370 379 /* -------------------------------------------------------------------- */ 371 380 381 #ifdef DEBUG 382 typedef struct OGRStyleMgrHS *OGRStyleMgrH; 383 typedef struct OGRStyleToolHS *OGRStyleToolH; 384 #else 372 385 typedef void *OGRStyleMgrH; 373 386 typedef void *OGRStyleToolH; 374 387 #endif 375 388 376 389 /* OGRStyleMgr */ trunk/gdal/ogr/ogr_srs_api.h
r14308 r14441 242 242 #define _DEFINED_OGRSpatialReferenceH 243 243 244 #ifdef DEBUG 245 typedef struct OGRSpatialReferenceHS *OGRSpatialReferenceH; 246 typedef struct OGRCoordinateTransformationHS *OGRCoordinateTransformationH; 247 #else 244 248 typedef void *OGRSpatialReferenceH; 245 249 typedef void *OGRCoordinateTransformationH; 250 #endif 246 251 247 252 #endif
