Skip to content

Commit

Permalink
Windows: Appease capricious MSVC versions with moody headers
Browse files Browse the repository at this point in the history
Fixes godotengine#37799.
Fixes godotengine#37986.

(cherry picked from commit 4d3a18d)
  • Loading branch information
akien-mga authored and halotroop2288 committed Jan 12, 2024
1 parent 4f5735f commit 3758b91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform/windows/crash_handler_win.cpp
Expand Up @@ -34,9 +34,11 @@

// Backtrace code code based on: https://stackoverflow.com/questions/6205981/windows-c-stack-trace-from-a-running-app

#include <psapi.h>
#include <algorithm>
#include <iterator>
#include <string>

#include <psapi.h>

#pragma comment(lib, "psapi.lib")
#pragma comment(lib, "dbghelp.lib")
Expand Down

0 comments on commit 3758b91

Please sign in to comment.