Fix: Globally apply preprocessor directive coding style
Global; except for the 32-bit SSE blitter, which has some #DEFINEs in not-very-nice places.
This commit is contained in:

committed by
Niels Martin Hansen

parent
97592c4093
commit
716c883737
@@ -29,13 +29,13 @@
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <sys/mount.h>
|
||||
# include <sys/mount.h>
|
||||
#elif (defined(_POSIX_VERSION) && _POSIX_VERSION >= 200112L) || defined(__GLIBC__)
|
||||
#define HAS_STATVFS
|
||||
# define HAS_STATVFS
|
||||
#endif
|
||||
|
||||
#if defined(OPENBSD) || defined(__NetBSD__) || defined(__FreeBSD__)
|
||||
#define HAS_SYSCTL
|
||||
# define HAS_SYSCTL
|
||||
#endif
|
||||
|
||||
#ifdef HAS_STATVFS
|
||||
|
Reference in New Issue
Block a user