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.