]> granicus.if.org Git - graphviz/commit
sfio: remove uwin specific handling
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 14 May 2021 22:40:58 +0000 (15:40 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 21 May 2021 00:08:20 +0000 (17:08 -0700)
commit37f7a02ac4865953868a00c9216d59ec0640dc56
treeec9bf9e21b9984f425bb1b55cb3e65dfb9915d58
parentf0a2846d37514a609adb623e7c8e45d6ae6c802b
sfio: remove uwin specific handling

The indirection of the data through the IAT is implicitly handled by
modern linkers and compilers when the data symbol is annotated with
`__declspec(dll{import,export})`.  This removes the support for the
older toolchains as part of the work to properly annotate symbols for
improvements to the Windows port.
lib/sfio/sfio.h