Skip to content

Commit 97264d6

Browse files
loganmc10Themaister
authored andcommitted
Add Windows header for LARGE_INTEGER
1 parent 3fb357c commit 97264d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vulkan/wsi.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
#include "environment.hpp"
2626
#include <algorithm>
2727

28+
#ifdef _WIN32
29+
#define WIN32_LEAN_AND_MEAN
30+
#include <windows.h>
31+
#endif
32+
2833
#if defined(ANDROID) && defined(HAVE_SWAPPY)
2934
#include "swappy/swappyVk.h"
3035
#endif

0 commit comments

Comments
 (0)