From f1be3e51d69a15c2009a36987e53bb71ac572f38 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 3 May 2020 11:18:26 +0200 Subject: [PATCH] example plugin: Use WUPS_USE_WUT_CRT() to get support for newlib functions and CPP --- plugins/example_plugin/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/example_plugin/src/main.cpp b/plugins/example_plugin/src/main.cpp index b0c844a..25c8234 100644 --- a/plugins/example_plugin/src/main.cpp +++ b/plugins/example_plugin/src/main.cpp @@ -36,7 +36,7 @@ WUPS_USE_WUT_CRT() // Use all of them **/ -WUPS_USE_WUT_MALLOC() // Use the wut malloc wrapper +WUPS_USE_WUT_CRT() // Use the wut malloc wrapper /** Get's called ONCE when the loader exits, but BEFORE the ON_APPLICATION_START gets called or functions are overridden.