]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commit
Fix _MSC_VER check
authorTom Hughes <tomhughes@google.com>
Wed, 4 Jan 2023 14:40:19 +0000 (06:40 -0800)
committerCopybara-Service <copybara-worker@google.com>
Wed, 4 Jan 2023 14:40:48 +0000 (06:40 -0800)
commit3a99ab6d8326c845af0672a0cd64dd05ad7734fe
tree71bf7886ac6368c02bedf50ca8f9634f2ac0eed9
parent71140c3ca7a87bb1b5b9c9f1500fea8858cce344
Fix _MSC_VER check

Use "#if defined(_MSC_VER)" instead of "#if _MSC_VER" to be consistent with other usages in the file and to work with the "-Wundef" warning.

PiperOrigin-RevId: 499471290
Change-Id: I34a9442eecf266afd74d4332cab7d39766df4ed9
googletest/include/gtest/internal/gtest-port.h