Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new shapelib API functions to the symbol rename header #10683

Merged
merged 1 commit into from
Aug 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ogr/ogrsf_frmts/shape/gdal_shapelib_symbol_rename.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#define DBFReadIntegerAttribute gdal_DBFReadIntegerAttribute
#define DBFReadLogicalAttribute gdal_DBFReadLogicalAttribute
#define DBFReadStringAttribute gdal_DBFReadStringAttribute
#define DBFReadDateAttribute gdal_DBFReadDateAttribute
#define DBFReadTuple gdal_DBFReadTuple
#define DBFReorderFields gdal_DBFReorderFields
#define DBFSetLastModifiedDate gdal_DBFSetLastModifiedDate
Expand All @@ -45,6 +46,7 @@
#define DBFWriteLogicalAttribute gdal_DBFWriteLogicalAttribute
#define DBFWriteNULLAttribute gdal_DBFWriteNULLAttribute
#define DBFWriteStringAttribute gdal_DBFWriteStringAttribute
#define DBFWriteDateAttribute gdal_DBFWriteDateAttribute
#define DBFWriteTuple gdal_DBFWriteTuple
#define frame_dummy gdal_frame_dummy
#define SASetupDefaultHooks gdal_SASetupDefaultHooks
Expand Down
Loading