Closed GoogleCodeExporter closed 9 years ago
Hi,
Before we can accept a patch from you we have to ask you to sign a CLA as
described
in http://code.google.com/p/googletest/wiki/GoogleTestDevGuide.
A note on the patch: as MinGW provides the Win32 API, it makes sense to tag
MinGW
platform with GTEST_OS_WINDOWS compiler symbol in gtest-port.h:
...
#elif defined(_WIN32) || defined(__MINGW32__)
#define GTEST_OS_WINDOWS 1
...
This will lead to a simpler patch, I believe.
Regards,
Vlad
Original comment by vladlosev
on 19 Sep 2009 at 8:40
I'd rather not sign anything. You can take it or leave it. At the very least
perhaps you can see what needs to be done to make it work properly.
Original comment by bmatthew...@gtempaccount.com
on 21 Sep 2009 at 4:11
Kenton Varda contributed a patch to fix gtest on minGW. It is in the trunk. I
just
verified that the trunk head works on minGW.
Original comment by zhanyong...@gmail.com
on 22 Sep 2009 at 8:41
Original issue reported on code.google.com by
bmatthew...@gtempaccount.com
on 17 Sep 2009 at 7:59Attachments: