Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
explicitly specify PSAPI_VERSION because we only want to link kernel32
  • Loading branch information
supervacuus authored Oct 1, 2025
commit b99127a41ea0ddbfc6a951bf62bc62da1ca2a14e
1 change: 1 addition & 0 deletions src/modulefinder/sentry_modulefinder_windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#ifndef SENTRY_PLATFORM_XBOX
# include <dbghelp.h>
#endif
#define PSAPI_VERSION 2
#include <Psapi.h>
#include <TlHelp32.h>

Expand Down
Loading