Skip to content

Commit

Permalink
Merge pull request #40 from olegded/patch-1
Browse files Browse the repository at this point in the history
Added NOMINMAX macro definition
  • Loading branch information
vsg-dev authored Feb 14, 2019
2 parents 691dbfa + 615bf90 commit f65b72e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/vsg/platform/win32/Win32_Window.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

#define VK_USE_PLATFORM_WIN32_KHR

#ifndef NOMINMAX
# define NOMINMAX
#endif

#include <vsg/viewer/Window.h>
#include <vsg/ui/KeyEvent.h>
#include <vsg/ui/PointerEvent.h>
Expand Down

0 comments on commit f65b72e

Please sign in to comment.