extras/gui/controls/CheckListBox: Fixed for static linking
authorJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 06:11:42 +0000 (02:11 -0400)
committerJerome St-Louis <jerome@ecere.com>
Fri, 9 Aug 2013 06:11:42 +0000 (02:11 -0400)
extras/gui/controls/CheckListBox.ec

index 99dabeb..84474d5 100644 (file)
@@ -1,4 +1,8 @@
+#ifdef ECERE_STATIC
+import static "ecere"
+#else
 import "ecere"
+#endif
 
 class CheckListBoxButton : Button
 {