Sign in
android
/
platform
/
external
/
apache-apr
/
refs/heads/jumper-stable
/
.
/
include
/
arch
/
unix
/
apr_private.h
blob: 5a41a97e54872eaf373a33c7e563eb5891f69495 [
file
] [
log
] [
blame
] [
edit
]
// Added to make the code easier to compile on multiple platforms
#ifdef
__APPLE__
#include
"apr_private_mac.h"
/// handles both PPC and Intel
#else
ERROR
!!!
UNSUPPORTED PLATFORM
#endif