diff options
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/commonfuzzer.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx index 8df1d7200eb9..2ac18fd51a49 100644 --- a/vcl/workben/commonfuzzer.hxx +++ b/vcl/workben/commonfuzzer.hxx @@ -79,6 +79,10 @@ namespace } } +extern "C" void* CreateDialogFactory() { return nullptr; } + +extern "C" bool GetSpecialCharsForEdit() { return false; } + extern "C" { __attribute__((weak)) void __lsan_disable(); |