@@ -1,6 +1,7 @@
// ImGui - standalone example application for DirectX 11
#include <windows.h>
+#define STB_IMAGE_STATIC
#define STB_IMAGE_IMPLEMENTATION
#include "../shared/stb_image.h" // for .png loading
#include "../../imgui.h"
@@ -5,6 +5,7 @@
#endif
#include "../shared/stb_image.h" // stb_image.h for PNG loading