diff options
Diffstat (limited to 'Source/kwsys')
-rw-r--r-- | Source/kwsys/testDynload.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c new file mode 100644 index 0000000000..fd45cc3c2d --- /dev/null +++ b/Source/kwsys/testDynload.c @@ -0,0 +1,5 @@ +int TestDynamicLoaderData; + +void TestDynamicLoaderFunction() +{ +} |