[goocanvas/prep-msvc-3.0: 3/4] src/goocanvasatk.c: Include goocanvasatk.h




commit bb5b2576bcc0e021d18a2c7124a0d244787b5766
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Sat Jun 12 12:16:53 2021 +0800

    src/goocanvasatk.c: Include goocanvasatk.h
    
    This way, the compiler can pick up the __declspec(dllexport) directives during
    the build on Visual Studio.  The symbols here are needed for building the
    introspection files.

 src/goocanvasatk.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/goocanvasatk.c b/src/goocanvasatk.c
index 565f1bc..abdbe41 100644
--- a/src/goocanvasatk.c
+++ b/src/goocanvasatk.c
@@ -11,6 +11,7 @@
 #include <math.h>
 #include <gtk/gtk.h>
 #include "goocanvas.h"
+#include "goocanvasatk.h"
 
 
 /*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]