Improves support for building Google Test as Windows DLL.

This commit is contained in:
vladlosev
2010-05-05 13:09:35 +00:00
parent 520f623c59
commit c476707e82
6 changed files with 79 additions and 72 deletions

View File

@@ -31,7 +31,7 @@
#include <gtest/gtest.h>
int main(int argc, char **argv) {
GTEST_API_ int main(int argc, char **argv) {
std::cout << "Running main() from gtest_main.cc\n";
testing::InitGoogleTest(&argc, argv);