Fixed the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9950 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
#if __MWERKS__
|
#if __MWERKS__
|
||||||
#define encode_base64__local_abi encode_base64__FPcPcx
|
#define encode_base64__local_abi encode_base64__FPcPcx
|
||||||
#define decode_base64__local_abi decode_base64__FPcPcxb
|
#define decode_base64__local_abi decode_base64__FPcPcxb
|
||||||
#define USETHISFILEATALL=1
|
#define USETHISFILEATALL 1
|
||||||
#elif __GNUC__ <= 2
|
#elif __GNUC__ <= 2
|
||||||
#define encode_base64__local_abi encode_base64__FPcT0x
|
#define encode_base64__local_abi encode_base64__FPcT0x
|
||||||
#define decode_base64__local_abi decode_base64__FPcT0xb
|
#define decode_base64__local_abi decode_base64__FPcT0xb
|
||||||
#define USETHISFILEATALL=1
|
#define USETHISFILEATALL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if USETHISFILEATALL /* If we are using GCC >= 3 or something else, we clearly have given up on binary compat anyway */
|
#if USETHISFILEATALL /* If we are using GCC >= 3 or something else, we clearly have given up on binary compat anyway */
|
||||||
|
|||||||
Reference in New Issue
Block a user