@ -13,7 +13,6 @@ define _snprintf=snprintf
options
{
optimise-speed=1
cxx11
}
includepaths
@ -14,7 +14,7 @@
#include <math.h> // sqrtf, fabsf, fmodf, powf, cosf, sinf, floorf, ceilf
#include <stdio.h> // vsnprintf, sscanf, printf
#if defined(_MSC_VER)
#ifdef _MSC_VER
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen
#define snprintf _snprintf
#endif
@ -26,7 +26,7 @@
#pragma warning (disable: 4505) // unreferenced local function has been removed (stb stuff)
#include <stdio.h> // FILE*
#include <math.h> // sqrtf()
#pragma warning (push)
#pragma warning (disable: 4251) // class 'xxx' needs to have dll-interface to be used by clients of struct 'xxx' // when IMGUI_API is set to__declspec(dllexport)
@ -698,6 +698,6 @@ namespace ImGui
} // namespace ImGuiP
#pragma warning (pop)