[goocanvas/prep-msvc-3.0: 2/3] src/goocanvasatk.c: Include goocanvasatk.h
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas/prep-msvc-3.0: 2/3] src/goocanvasatk.c: Include goocanvasatk.h
- Date: Sat, 12 Jun 2021 07:36:56 +0000 (UTC)
commit c953fe1c7df6001335983b9c938a22b7740989ca
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]