summaryrefslogtreecommitdiff
path: root/include/vcl/vclmain.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/vclmain.hxx')
-rw-r--r--include/vcl/vclmain.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/vcl/vclmain.hxx b/include/vcl/vclmain.hxx
index f58b259a761c..54a630c43223 100644
--- a/include/vcl/vclmain.hxx
+++ b/include/vcl/vclmain.hxx
@@ -12,6 +12,10 @@
#include <sal/config.h>
+#ifdef DBG_UTIL
+#include <vcl/dllapi.h>
+#endif
+
namespace vclmain {
// Function called from vclmain's implementation of main, needs to be
@@ -19,7 +23,9 @@ namespace vclmain {
// instance of Application (where the Application constructor takes care to link
// that instance to ImplSVData.mpApp):
void createApplication();
-
+#ifdef DBG_UTIL
+VCL_DLLPUBLIC bool isAlive();
+#endif
}
#endif