From 50025b3301c0148e162be2bf15d94908617ad747 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Mon, 11 Oct 2021 09:56:50 +0200
Subject: Fix Windows exports

---
 include/astra/Globals.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'include/astra')

diff --git a/include/astra/Globals.h b/include/astra/Globals.h
index 3eed113..2f0aabb 100644
--- a/include/astra/Globals.h
+++ b/include/astra/Globals.h
@@ -159,11 +159,11 @@ namespace astra {
  *  abort signal has arrived, or NULL to disable. Intended to be used by the
  *  matlab/python interfaces to check if Ctrl-C has been pressed.
  */
-void setShouldAbortHook(bool (*pShouldAbortHook)(void));
+_AstraExport void setShouldAbortHook(bool (*pShouldAbortHook)(void));
 
 /** Check if we should abort execution (due to an external signal).
  */
-bool shouldAbort();
+_AstraExport bool shouldAbort();
 }
 
 //----------------------------------------------------------------------------------------
-- 
cgit v1.2.3