Index: third_party/libphonenumber/cpp/src/build/build_config.h |
=================================================================== |
--- third_party/libphonenumber/cpp/src/build/build_config.h (revision 0) |
+++ third_party/libphonenumber/cpp/src/build/build_config.h (revision 0) |
@@ -0,0 +1,11 @@ |
+#ifndef I18N_PHONENUMBERS_CONFIG_H_ |
+# define I18N_PHONENUMBERS_CONFIG_H_ |
+ |
+# ifdef __x86_64__ |
+ |
+// Needed by atomicops |
+# define ARCH_CPU_64_BITS |
+ |
+# endif |
+ |
+#endif |
Property changes on: third_party\libphonenumber\cpp\src\build\build_config.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |