Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without this macro, there are following errors in VS: ```bash ...\vsg\src\include\vsg/viewer/Window.h(156): warning C4003: not enough arguments for function-like macro invocation 'max' 1>...\vsg\src\include\vsg/viewer/Window.h(156): error C2589: '(': illegal token on right side of '::' 1>...\vsg\src\include\vsg/viewer/Window.h(156): error C2059: syntax error: ')' 1>...\vsg\src\include\vsg/viewer/Window.h(156): error C2062: type 'unknown-type' unexpected 1>...\vsg\src\include\vsg/viewer/Window.h(219): fatal error C1903: unable to recover from previous error(s); stopping compilation ``` Since we already in `platform/win32/Win32_Window.h`, I skipped the `ifdef _WIN32` guard
- Loading branch information