Changes between Initial Version and Version 1 of Ticket #3850


Ignore:
Timestamp:
Nov 24, 2010, 1:47:50 AM (13 years ago)
Author:
rprinceley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3850 – Description

    initial v1  
    11Debug builds of Windows applications define _DEBUG (not DEBUG), the check in cpl_vsi.h should include _DEBUG so linking against debug version of GDAL uses correct VSILFILE definition.
    22
     3
     4{{{
    35/* Make VSIL_STRICT_ENFORCE active in DEBUG builds */
    46#ifdef DEBUG
    57#define VSIL_STRICT_ENFORCE
    68#endif
     9}}}