commit | 371c6489000c2eba959aaebcb134a12ffec93c88 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sat Mar 10 11:14:31 2012 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 11 11:27:30 2012 +0000 |
tree | 16d83348e95b309e1ad3f858223796f8e9f937b0 | |
parent | e04b28996110bd6acfc059e9f2c8c5aba5119a46 [diff] |
w64: Don't redefine lseek, ftruncate MinGW-w64 already defines lseek and ftruncate (and uses the 64 bit variants). The conditional compilation avoids redefinitions (which would be wrong) and compiler warnings. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>