Skip to content

Commit 6763f8a

Browse files
committed
Small fix to GLFW include in imgui_impl_glfw.cpp
1 parent c4fa25d commit 6763f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/imgui/backends/imgui_impl_glfw.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
#endif
102102

103103
// GLFW
104+
// FIX(zig-gamedev):
105+
#define GLFW_INCLUDE_NONE
104106
#include <GLFW/glfw3.h>
105107

106108
#ifdef _WIN32

0 commit comments

Comments
 (0)