summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/plugin-support.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-08-30 10:19:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-08-30 10:22:12 +0200
commit0027139d8348e07e6a2d9734489964961294fe22 (patch)
tree490a4b215f6005e7f444f4f97cddaf60f357fcd0 /facetracknoir/plugin-support.h
parent512d269886e2d27c105157ef0db926fe03d48f70 (diff)
remove MSVC support
Leave as-is to avoid unconditionally assuming GNU extensions and ABI
Diffstat (limited to 'facetracknoir/plugin-support.h')
-rw-r--r--facetracknoir/plugin-support.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/facetracknoir/plugin-support.h b/facetracknoir/plugin-support.h
index 4394d1a0..1c63151a 100644
--- a/facetracknoir/plugin-support.h
+++ b/facetracknoir/plugin-support.h
@@ -3,7 +3,7 @@
#if defined(_WIN32)
# define CALLING_CONVENTION_SUFFIX_VOID_FUNCTION "@0"
# ifdef _MSC_VER
-# define MAYBE_STDCALL_UNDERSCORE "_"
+# error "No support for MSVC anymore"
#else
# define MAYBE_STDCALL_UNDERSCORE ""
# endif
@@ -12,12 +12,6 @@
# define MAYBE_STDCALL_UNDERSCORE ""
#endif
-#ifdef _MSC_VER
-# define virt_override
-#else
-# define virt_override override
-#endif
-
#include <cstdio>
#include <QWidget>