... and do an #if IS_WINDOWS check immediately in dbghelp_syminit_manager.cpp

This commit is contained in:
Jeremy Rifkin 2024-10-01 23:50:17 -05:00 committed by GitHub
parent 167ea34342
commit 85841cbd42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,6 @@
#include "platform/platform.hpp"
#if IS_WINDOWS
#include "platform/dbghelp_syminit_manager.hpp"
@ -38,3 +41,5 @@ namespace detail {
}
}
#endif