Those guards were only added because we could still run most of our googletest tests but not the effcee tests. That's because effcee (and its re2) could not build with VS2013, but googletest could build with VS2013.
But recently googletest stopped building under VS2013. So there's no point in having the #ifdefs which just broke things.
(See #1910 and related break in google/shaderc#477 )
This change should:
Those guards were only added because we could still run most of our googletest tests but not the effcee tests. That's because effcee (and its re2) could not build with VS2013, but googletest could build with VS2013.
But recently googletest stopped building under VS2013. So there's no point in having the #ifdefs which just broke things.
(See #1910 and related break in google/shaderc#477 )
This change should: