Skip to content
Snippets Groups Projects
Verified Commit 050513a7 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#60] Try to fix MinGW's missing sprintf_s

parent 8962f2e5
No related branches found
No related tags found
1 merge request!65Resolve "Kamera - Steuerung mittels Controller"
Pipeline #26000 passed
......@@ -37,6 +37,10 @@ namespace vkcv {
#define VKCV_DEBUG_MESSAGE_LEN 1024
#endif
#ifdef MINGW_HAS_SECURE_API
#undef MINGW_HAS_SECURE_API
#endif
#ifdef _MSC_VER
#define __PRETTY_FUNCTION__ __FUNCSIG__
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment