dfhack/library/private
Alexander Gavrilov b5d086ac02 Fix memory access on 32-bit linux.
The reason for random read failures is that these defines
are only effective if they are placed before any system
headers, especially sys/types.h; in the old version they
didn't work, and pread was expecting a signed 32-bit offset.
2011-04-09 22:54:45 +04:00
..
ContextShared.h Engravings module. 2011-04-03 00:15:47 +02:00
Internal.h Fix memory access on 32-bit linux. 2011-04-09 22:54:45 +04:00
LinuxProcess.h Stop DFVector from accessing VersionInfo in the constructor (slight optimization). 2011-03-25 06:40:33 +01:00
MicrosoftSTL.h Factor out microsoft string handling functions. 2011-02-23 15:55:07 -05:00
ModuleFactory.h Engravings module. 2011-04-03 00:15:47 +02:00
ProcessFactory.h More cleanup in the Process lands. 2011-02-24 11:43:33 +01:00
SHMProcess.h Stop DFVector from accessing VersionInfo in the constructor (slight optimization). 2011-03-25 06:40:33 +01:00