fix windows detection in SkExecutor.cpp
authorMike Klein <mtklein@chromium.org>
Mon, 15 May 2017 20:32:48 +0000 (16:32 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 15 May 2017 21:47:27 +0000 (21:47 +0000)
commit8af18591ca0e22e4c1c9c286686b5f1b25f3b670
tree13c326f604b3fe93809faa1a7cf13cf9e236a055
parent25166c663748bf74f9c170e29c27aa8af2e7b52d
fix windows detection in SkExecutor.cpp

defined(SK_BUILD_FOR_WIN32) is our usual way of detecting Windows.
It's basically a roundabout defined(_WIN32).

Don't know why I picked _MSC_VER here.

BUG=skia:6635

Change-Id: I8986ec12dc1cc79a1cf16abf2a1ecbc5e0447786
Reviewed-on: https://skia-review.googlesource.com/16919
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
src/core/SkExecutor.cpp