]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
Merge with Source Forge
[bacula/bacula] / bacula / src / baconfig.h
index 24301083f3a7a72085dd48e557e2ffb8e52c66eb..08623a7a92cc306f8fe55663f50c82461276ca6a 100644 (file)
@@ -411,6 +411,7 @@ typedef int (INTHANDLER)();
 
 #if defined(HAVE_WIN32)
 typedef int64_t   boffset_t;
+#define caddr_t  char *
 #else
 typedef off_t     boffset_t;
 #endif