add API to query Gtk::ComboBoxText entries
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / debug.h
index e057b3c9bf0e88e95bed4950722b8502f0a0f4e1..8012742e6c8b0c77f68fe63b824070fb713851a9 100644 (file)
 #ifndef __libgtkmm2ext_debug_h__
 #define __libgtkmm2ext_debug_h__
 
+#include "gtkmm2ext/visibility.h"
+
 #include <stdint.h>
 
 namespace Gtkmm2ext {
        namespace DEBUG {
-                extern uint64_t Keyboard;
-                extern uint64_t Bindings;
+                LIBGTKMM2EXT_API extern uint64_t Keyboard;
+                LIBGTKMM2EXT_API extern uint64_t Bindings;
        }
 }