twinaphex
0a15a17d44
Update years on all license headers
2014-01-01 01:50:59 +01:00
Themaister
e5bedc343a
At least use long for return type of read_file().
...
int is not acceptable as a return type for anything regarding sizes.
long is dubious as well, but better (64-bit on sane ABIs and the return
type of ftell()).
2013-12-31 22:54:11 +01:00
Themaister
a91c416720
Fix licence header in file_path.h.
2013-12-31 22:37:47 +01:00
twinaphex
c5cbec6fdc
Build fix - don't include msvc_compat.h reference in file_path.h -
...
instead just change return type for file_read to int
2013-12-31 21:55:09 +01:00
twinaphex
cf4c68a072
Make return type of read_file ssize_t again - include
...
msvc_compat for Win32 boxes to get typedef for ssize_t
2013-12-26 22:51:17 +01:00
twinaphex
75306f7057
(XDK Salamander) Build fix - ssize_t not there on MSVC 2003 - but
...
size_t is
2013-12-26 21:30:31 +01:00
meancoot
4d671fe116
Make settings abbreviate paths when saving config file.
2013-12-24 12:23:21 -05:00
Themaister
6d6e964672
Fixup CXX_BUILD.
...
Cleans lots of sign-related warnings as well.
2013-11-16 17:31:49 +01:00
twinaphex
cf20416aab
Make file_path.c more self-contained.h
2013-11-06 14:21:12 +01:00