Fixed the build

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn
2004-11-13 03:06:14 +00:00
parent 9dd5da4253
commit e1198ce1a8
+2 -2
View File
@@ -3,11 +3,11 @@
#if __MWERKS__
#define encode_base64__local_abi encode_base64__FPcPcx
#define decode_base64__local_abi decode_base64__FPcPcxb
#define USETHISFILEATALL=1
#define USETHISFILEATALL 1
#elif __GNUC__ <= 2
#define encode_base64__local_abi encode_base64__FPcT0x
#define decode_base64__local_abi decode_base64__FPcT0xb
#define USETHISFILEATALL=1
#define USETHISFILEATALL 1
#endif
#if USETHISFILEATALL /* If we are using GCC >= 3 or something else, we clearly have given up on binary compat anyway */