aboutsummaryrefslogtreecommitdiff
path: root/src/vcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcall.h')
-rw-r--r--src/vcall.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vcall.h b/src/vcall.h
index 20cde7e..f91a6bd 100644
--- a/src/vcall.h
+++ b/src/vcall.h
@@ -23,13 +23,8 @@
*/
#ifdef _WIN32
-#if defined(__GNUC__) || defined(__clang__)
#define VCALLCONV __thiscall
#else
-// XXX: could support MSVC via __fastcall and dummy param, but is there a point?
-#error C __thiscall support requires Clang or GCC
-#endif
-#else
#define VCALLCONV
#endif