compat.h: tweak indentation of some preprocessing directives.

git-svn-id: https://svn.eduke32.com/eduke32@2992 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-09-02 14:13:06 +00:00
parent 72b73f6356
commit 202d544f14

View file

@ -30,25 +30,25 @@
#endif
#ifndef _MSC_VER
#if defined(__GNUC__) && defined(__i386__)
#ifndef __fastcall
#define __fastcall __attribute__((fastcall))
#endif
#else
#define __fastcall
#endif
# if defined(__GNUC__) && defined(__i386__)
# ifndef __fastcall
# define __fastcall __attribute__((fastcall))
# endif
# else
# define __fastcall
# endif
#endif
#ifdef NEDMALLOC
#include "nedmalloc.h"
# include "nedmalloc.h"
#endif
#ifndef TRUE
#define TRUE 1
# define TRUE 1
#endif
#ifndef FALSE
#define FALSE 0
# define FALSE 0
#endif
#define WITHKPLIB