From 47ada94baa424e56d2ded256fddc91e6aa4d3090 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Tue, 3 Dec 2013 03:05:47 +0100 Subject: initial import --- libgato_global.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libgato_global.h (limited to 'libgato_global.h') diff --git a/libgato_global.h b/libgato_global.h new file mode 100644 index 0000000..ddc4173 --- /dev/null +++ b/libgato_global.h @@ -0,0 +1,14 @@ +#ifndef LIBGATO_GLOBAL_H +#define LIBGATO_GLOBAL_H + +#include + +#if defined(LIBGATO_LIBRARY) +# define LIBGATO_EXPORT Q_DECL_EXPORT +#else +# define LIBGATO_EXPORT Q_DECL_IMPORT +#endif + +typedef quint16 GatoHandle; + +#endif // LIBGATO_GLOBAL_H -- cgit v1.2.3