From 2b0ef53f51d25f381e0d5f09a508170493253261 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 2 Jan 2011 11:12:59 +0100 Subject: [PATCH] Fix missing HAVE_LITTLE_ENDIAN for Win32 build --- bacula/src/win32/compat/mingwconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/win32/compat/mingwconfig.h b/bacula/src/win32/compat/mingwconfig.h index 8d9888c895..6a790b3fda 100644 --- a/bacula/src/win32/compat/mingwconfig.h +++ b/bacula/src/win32/compat/mingwconfig.h @@ -375,4 +375,7 @@ /* Use long unsigned int for ioctl request */ #define HAVE_IOCTL_ULINT_REQUEST +/* For now, we only support Little endian on Win32 */ +#define HAVE_LITTLE_ENDIAN 1 + #endif /* __MINGWNCONFIG_H */ -- 2.39.5