Merge pull request #2083 from hugolm84/v1.8.x

Add missing typedefs for WINCE800 (Windows Embedded Compact 2013)
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h
index 41d7252..6dab03a 100644
--- a/googlemock/include/gmock/gmock-matchers.h
+++ b/googlemock/include/gmock/gmock-matchers.h
@@ -3033,7 +3033,7 @@
   operator Matcher<LhsContainer>() const {
     GTEST_COMPILE_ASSERT_(
         !IsHashTable<GTEST_REMOVE_REFERENCE_AND_CONST_(LhsContainer)>::value,
-        use_UnorderedPointwise_with_hash_tables);
+        use_UnorderedPointwise_with_hash_tables_);
 
     return MakeMatcher(new Impl<LhsContainer>(tuple_matcher_, rhs_));
   }