Skip to content

Commit

Permalink
sentry_backend_crashpad.cpp: Fix mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Jan 26, 2023
1 parent 1744de8 commit 724f141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/sentry_backend_crashpad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extern "C" {
#include "client/crashpad_info.h"
#include "client/prune_crash_reports.h"
#include "client/settings.h"
#if defined(_MSC_VER)
#if defined(_WIN32)
# include "util/win/termination_codes.h"
#endif

Expand Down

0 comments on commit 724f141

Please sign in to comment.