Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them.

This commit is contained in:
vladlosev
2010-07-22 21:07:19 +00:00
parent e2a7f03b80
commit e96d247b20
3 changed files with 44 additions and 17 deletions

View File

@@ -34,6 +34,7 @@
#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#if GTEST_OS_WINDOWS_MOBILE
#include <windows.h> // For TerminateProcess()