diff options
author | Joe Orton <notroj@users.noreply.github.com> | 2007-02-08 09:45:10 +0000 |
---|---|---|
committer | Joe Orton <notroj@users.noreply.github.com> | 2007-02-08 09:45:10 +0000 |
commit | 967cfe444979b6a15be386df87479838c987c5b6 (patch) | |
tree | 070d925d2fcd1c7ba232414f193d9ad6a1572c0b /config.hw.in | |
parent | feb4e661c0119e7f7837cf777b0536db5d7ee706 (diff) | |
download | neon-git-967cfe444979b6a15be386df87479838c987c5b6.tar.gz |
* config.hw.in: Define NE_FMT_NE_OFF_T.
Diffstat (limited to 'config.hw.in')
-rw-r--r-- | config.hw.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.hw.in b/config.hw.in index 6a73caf..ade4a38 100644 --- a/config.hw.in +++ b/config.hw.in @@ -45,6 +45,7 @@ #define NE_FMT_SIZE_T "u" #define NE_FMT_SSIZE_T "d" #define NE_FMT_OFF_T "ld" +#define NE_FMT_NE_OFF_T NE_FMT_OFF_T /* needs adjusting for Win64... */ #define SIZEOF_INT 4 |