aboutsummaryrefslogtreecommitdiff
path: root/netnuke.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2010-11-30 13:33:21 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2010-11-30 13:33:21 -0500
commit83006e3788088485164ea1464a02012c102995b5 (patch)
treeef1b2d796593615f25cba7f47a7c6df7856ced92 /netnuke.h
parentc9333cdb1321d571dfc8f825c6cb20c4c10048a6 (diff)
downloadNetNuke2-83006e3788088485164ea1464a02012c102995b5.tar.gz
Fixed 3.2GB transfer limit.
Diffstat (limited to 'netnuke.h')
-rw-r--r--netnuke.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/netnuke.h b/netnuke.h
index 9e606cb..96aac63 100644
--- a/netnuke.h
+++ b/netnuke.h
@@ -35,6 +35,8 @@
#define NNLOGFILE "netnuke.log"
#define self __FUNCTION__
+#define _FILE_OFFSET_BITS 64
+
typedef struct nndevice_t
{
char path[50];