We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748c8f3 commit 8618ed6Copy full SHA for 8618ed6
CLEOMod/mod/config.cpp
@@ -1,10 +1,10 @@
1
#ifndef DONT_USE_STB
2
- #include <mod/thirdparty/stb_sprintf.h>
+ #include "thirdparty/stb_sprintf.h"
3
#define sprintf stbsp_sprintf
4
#define snprintf stbsp_snprintf
5
#endif
6
#include "config.h"
7
-#include <mod/logger.h>
+#include "logger.h"
8
9
#include "amlmod.h"
10
#include "iaml.h"
CLEOMod/mod/logger.cpp
@@ -2,7 +2,7 @@
#ifndef DONT_IMPLEMENT_STB
#define STB_SPRINTF_IMPLEMENTATION
#define vsnprintf stbsp_vsnprintf
0 commit comments