Loading core/combo/include/arch/windows/AndroidConfig.h +19 −1 Original line number Diff line number Diff line Loading @@ -37,6 +37,24 @@ * comments. */ /* MingW doesn't define __BEGIN_DECLS / __END_DECLS. */ #ifndef __BEGIN_DECLS # ifdef __cplusplus # define __BEGIN_DECLS extern "C" { # else # define __BEGIN_DECLS # endif #endif #ifndef __END_DECLS # ifdef __cplusplus # define __END_DECLS } # else # define __END_DECLS # endif #endif /* * Threading model. Choose one: * Loading Loading
core/combo/include/arch/windows/AndroidConfig.h +19 −1 Original line number Diff line number Diff line Loading @@ -37,6 +37,24 @@ * comments. */ /* MingW doesn't define __BEGIN_DECLS / __END_DECLS. */ #ifndef __BEGIN_DECLS # ifdef __cplusplus # define __BEGIN_DECLS extern "C" { # else # define __BEGIN_DECLS # endif #endif #ifndef __END_DECLS # ifdef __cplusplus # define __END_DECLS } # else # define __END_DECLS # endif #endif /* * Threading model. Choose one: * Loading