diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-08-30 10:19:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-08-30 10:22:12 +0200 |
commit | 0027139d8348e07e6a2d9734489964961294fe22 (patch) | |
tree | 490a4b215f6005e7f444f4f97cddaf60f357fcd0 /opentrack-api | |
parent | 512d269886e2d27c105157ef0db926fe03d48f70 (diff) |
remove MSVC support
Leave as-is to avoid unconditionally assuming GNU extensions and ABI
Diffstat (limited to 'opentrack-api')
-rw-r--r-- | opentrack-api/context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opentrack-api/context.cpp b/opentrack-api/context.cpp index 04fa5ac2..b706ad3a 100644 --- a/opentrack-api/context.cpp +++ b/opentrack-api/context.cpp @@ -12,7 +12,7 @@ #include <iostream> #ifdef _MSC_VER -# define LIB_PREFIX "" +# error "MSVC support removed" #else # define LIB_PREFIX "lib" #endif |