Changeset 13490

Show
Ignore:
Timestamp:
01/07/08 16:20:11 (6 months ago)
Author:
warmerdam
Message:

added CPL_DLL modifier on new OSR functions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/ogr/ogr_srs_api.h

    r13487 r13490  
    391391 
    392392/** Equidistant Cylindrical Sphere */ 
    393 OGRErr OSRSetEquidistantCylindricalSphere( OGRSpatialReferenceH hSRS, 
     393OGRErr CPL_DLL OSRSetEquidistantCylindricalSphere( OGRSpatialReferenceH hSRS, 
    394394                                  double dfCenterLat, double dfCenterLong, 
    395395                                  double dfScale, 
     
    429429 
    430430/** GaussLabordeReunion */     
    431 OGRErr OSRSetGaussLabordeReunion( OGRSpatialReferenceH hSRS, 
     431OGRErr CPL_DLL OSRSetGaussLabordeReunion( OGRSpatialReferenceH hSRS, 
    432432                                  double dfCenterLat, double dfCenterLong, 
    433433                                  double dfScale,