Ticket #3717 (closed defect: fixed)
mapkmlrenderer.cpp:use of VSILFILE
| Reported by: | assefa | Owned by: | assefa |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.0 release |
| Component: | Output-KML | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | aboudreault |
Description
use of VSIFILE would not works for gdal 1.7.x versions. It is defined in gdal 1.8.0 and up.
It should be equivalent to using FILE (looking into cpl_conv.h): #ifdef DEBUG #define VSIL_STRICT_ENFORCE #endif
#ifdef VSIL_STRICT_ENFORCE typedef struct _VSILFILE VSILFILE; #else typedef FILE VSILFILE; #endif
Change History
Note: See
TracTickets for help on using
tickets.
