diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-02 11:58:04 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-03 04:56:04 +0200 |
commit | 340906d3571ba3c75e67d8457de4129381d5a6b3 (patch) | |
tree | e6d502dcf39bb8f7eb5ee685da7781e51bf1b717 /ftnoir_protocol_sc/ftnoir_protocol_sc.cpp | |
parent | 54dd13ffc6c16a149a55c75ce3dd3724fc8684b4 (diff) |
try fix MSVC
Diffstat (limited to 'ftnoir_protocol_sc/ftnoir_protocol_sc.cpp')
-rw-r--r-- | ftnoir_protocol_sc/ftnoir_protocol_sc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp b/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp index 36764edc..b1d84f9b 100644 --- a/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp +++ b/ftnoir_protocol_sc/ftnoir_protocol_sc.cpp @@ -103,7 +103,7 @@ public: actx.lpResourceName = MAKEINTRESOURCEA(resid); actx.dwFlags = ACTCTX_FLAG_RESOURCE_NAME_VALID; #ifdef _MSC_VER -# error "MSVC support removed" +# define PREFIX "" #else # define PREFIX "lib" #endif |