diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 21:48:05 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 21:48:05 +0200 | 
| commit | 471358347615c5cd4719ff727fc1c9f6aacdc2b6 (patch) | |
| tree | d276bef913cb4a725894c3e37ec8619e0eeabf36 | |
| parent | 1f4a829c70b29e5d466799959a2d84fad017bf51 (diff) | |
Play nice with IDE analysis
| -rw-r--r-- | x-plane-plugin/plugin.c | 4 | 
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" | 
