From: Kern Sibbald Date: Sun, 2 Jan 2011 10:12:59 +0000 (+0100) Subject: Fix missing HAVE_LITTLE_ENDIAN for Win32 build X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b0ef53f51d25f381e0d5f09a508170493253261;p=bacula%2Fbacula Fix missing HAVE_LITTLE_ENDIAN for Win32 build --- 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 */