Fix compile error with MSVC 2015
authorrdb <rdb@users.noreply.github.com>
Wed, 2 Nov 2016 17:42:16 +0000 (18:42 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Nov 2016 17:42:16 +0000 (18:42 +0100)
commitb5c7c9c3ac65d89c8224f57c66572db871dda1e0
tree3b9979adbdade2b563b22f91515d9538df57beba
parent3e05d13827a8a89aa9e25da02fa4b7c99a69b38b
Fix compile error with MSVC 2015

This patch fixes compilation with MSVC 2015.  WIN32 is not a preprocessor symbol that is defined by MSVC, but _WIN32 is.
contrib/Open3DGC/o3dgcTimer.h