Skip to content

Commit

Permalink
Use Lowercase Headers for Cross-Compiling Windows Targets
Browse files Browse the repository at this point in the history
This update ensures consistency in using lowercase headers across the
codebase for cross-compiling Windows targets.
  • Loading branch information
trcrsired committed Dec 16, 2024
1 parent 9d31ebb commit cc4ce1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minidump-win32.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifdef _MSC_VER

#include <windows.h>
#include <DbgHelp.h>
#include <dbghelp.h>

#include "util.h"

Expand Down

0 comments on commit cc4ce1f

Please sign in to comment.