Skip to content

Commit

Permalink
Sort symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
thbeu committed Jan 22, 2024
1 parent 4c94901 commit 2618429
Showing 1 changed file with 56 additions and 56 deletions.
112 changes: 56 additions & 56 deletions shapelib.def
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
LIBRARY shapelib
EXPORTS SHPOpen
SHPCreate
SHPGetInfo
SHPReadObject
SHPWriteObject
SHPDestroyObject
SHPComputeExtents
SHPCreateObject
SHPCreateSimpleObject
SHPClose
SHPWriteHeader
SHPTypeName
SHPPartTypeName
SHPCreateTree
SHPDestroyTree
SHPTreeAddShapeId
SHPTreeTrimExtraNodes
SHPTreeFindLikelyShapes
SHPCheckBoundsOverlap
DBFOpen
DBFCreate
DBFGetFieldCount
DBFGetRecordCount
DBFAddField
DBFGetFieldInfo
DBFReadIntegerAttribute
DBFReadDoubleAttribute
DBFReadStringAttribute
DBFWriteIntegerAttribute
DBFWriteDoubleAttribute
DBFWriteStringAttribute
DBFReadTuple
DBFWriteTuple
DBFCloneEmpty
DBFClose
DBFWriteNULLAttribute
DBFGetFieldIndex
DBFIsAttributeNULL
DBFWriteLogicalAttribute
DBFReadLogicalAttribute
DBFUpdateHeader
DBFGetNativeFieldType
SHPRewindObject
DBFIsRecordDeleted
DBFMarkRecordDeleted
DBFSetLastModifiedDate
DBFSetWriteEndOfFileChar
SHPOpenLLEx
SHPRestoreSHX
SHPSetFastModeReadObject
SBNOpenDiskTree
SBNCloseDiskTree
SBNSearchDiskTree
SBNSearchDiskTreeInteger
SBNSearchFreeIds
EXPORTS
DBFAddField
DBFCloneEmpty
DBFClose
DBFCreate
DBFGetFieldCount
DBFGetFieldIndex
DBFGetFieldInfo
DBFGetNativeFieldType
DBFGetRecordCount
DBFIsAttributeNULL
DBFIsRecordDeleted
DBFMarkRecordDeleted
DBFOpen
DBFReadDoubleAttribute
DBFReadIntegerAttribute
DBFReadLogicalAttribute
DBFReadStringAttribute
DBFReadTuple
DBFSetLastModifiedDate
DBFSetWriteEndOfFileChar
DBFUpdateHeader
DBFWriteDoubleAttribute
DBFWriteIntegerAttribute
DBFWriteLogicalAttribute
DBFWriteNULLAttribute
DBFWriteStringAttribute
DBFWriteTuple
SBNCloseDiskTree
SBNOpenDiskTree
SBNSearchDiskTree
SBNSearchDiskTreeInteger
SBNSearchFreeIds
SHPCheckBoundsOverlap
SHPClose
SHPComputeExtents
SHPCreate
SHPCreateObject
SHPCreateSimpleObject
SHPCreateTree
SHPDestroyObject
SHPDestroyTree
SHPGetInfo
SHPOpen
SHPOpenLLEx
SHPPartTypeName
SHPReadObject
SHPRestoreSHX
SHPRewindObject
SHPSetFastModeReadObject
SHPTreeAddShapeId
SHPTreeFindLikelyShapes
SHPTreeTrimExtraNodes
SHPTypeName
SHPWriteHeader
SHPWriteObject

0 comments on commit 2618429

Please sign in to comment.