1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

New utility library

This commit is contained in:
Paul Licameli
2021-02-17 12:49:31 -05:00
parent 094675bd42
commit 64d7ca7403
12 changed files with 37 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
#include "MemoryX.h"
// Make the symbol table non-empty
UTILITY_API void lib_utility_dummy_symbol()
{}