summaryrefslogtreecommitdiffhomepage
path: root/x-plane-plugin
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-09-14 21:48:05 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-09-14 21:48:05 +0200
commit471358347615c5cd4719ff727fc1c9f6aacdc2b6 (patch)
treed276bef913cb4a725894c3e37ec8619e0eeabf36 /x-plane-plugin
parent1f4a829c70b29e5d466799959a2d84fad017bf51 (diff)
Play nice with IDE analysis
Diffstat (limited to 'x-plane-plugin')
-rw-r--r--x-plane-plugin/plugin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/x-plane-plugin/plugin.c b/x-plane-plugin/plugin.c
index 455c202f..b98dc975 100644
--- a/x-plane-plugin/plugin.c
+++ b/x-plane-plugin/plugin.c
@@ -15,6 +15,10 @@
#include "ftnoir_tracker_base/ftnoir_tracker_types.h"
+#ifndef PLUGIN_API
+#define PLUGIN_API
+#endif
+
// using Wine name to ease things
#define WINE_SHM_NAME "facetracknoir-wine-shm"
#define WINE_MTX_NAME "facetracknoir-wine-mtx"