OSDN Git Service

Remove global Windows __BEGIN_DECLS/__END_DECLS.
authorElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 03:14:59 +0000 (20:14 -0700)
committerElliott Hughes <enh@google.com>
Thu, 30 Jul 2015 03:14:59 +0000 (20:14 -0700)
Change-Id: Ic1ba634a0376c9c1b484098b4ca41cf7659f06b1

core/combo/include/arch/windows/AndroidConfig.h

index fbda250..90f5e25 100644 (file)
  * 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
-
 #ifdef __CYGWIN__
 #error "CYGWIN is unsupported for platform builds"
 #endif