diff --git a/source/lib/external_libraries/dbghelp.cpp b/source/lib/external_libraries/dbghelp.cpp index 5539f14b3b..1d61e98785 100644 --- a/source/lib/external_libraries/dbghelp.cpp +++ b/source/lib/external_libraries/dbghelp.cpp @@ -16,6 +16,9 @@ */ #include "precompiled.h" + +#if OS_WIN + #include "dbghelp.h" // define extension function pointers @@ -34,3 +37,5 @@ void dbghelp_ImportFunctions() #include "dbghelp_funcs.h" #undef FUNC } + +#endif // OS_WIN