summaryrefslogtreecommitdiff
path: root/fipstest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fipstest.cpp')
-rw-r--r--fipstest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/fipstest.cpp b/fipstest.cpp
index 1050892f..6edfa5b1 100644
--- a/fipstest.cpp
+++ b/fipstest.cpp
@@ -34,7 +34,11 @@
#else
#define _CRT_DEBUGGER_HOOK __crt_debugger_hook
#endif
+#if _MSC_VER < 1900
extern "C" {_CRTIMP void __cdecl _CRT_DEBUGGER_HOOK(int);}
+#else
+extern "C" {void __cdecl _CRT_DEBUGGER_HOOK(int); }
+#endif
#endif
#endif