Skip to content

Commit

Permalink
Workaround for x86 build on MSW, g-truc/glm#316
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfb committed Mar 28, 2015
1 parent f7a327b commit 56fd399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/glm/detail/setup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@
#endif

// Not standard
#define GLM_HAS_ANONYMOUS_UNION (GLM_LANG & GLM_LANG_CXXMS_FLAG)
#define GLM_HAS_ANONYMOUS_UNION (GLM_LANG & GLM_LANG_CXXMS_FLAG) && !(GLM_COMPILER & GLM_COMPILER_VC)

///////////////////////////////////////////////////////////////////////////////////
// Platform
Expand Down

0 comments on commit 56fd399

Please sign in to comment.