Skip to content

Commit

Permalink
Merge pull request #1705 from jere8184/rearrange_dbghelp
Browse files Browse the repository at this point in the history
includes DbgHelp.h after windows.h to prevent errors
  • Loading branch information
TheJJ authored Nov 6, 2024
2 parents 45a7dd5 + 4f53084 commit d023a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libopenage/util/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#include <dlfcn.h>
#else
#define WIN32_LEAN_AND_MEAN
#include <DbgHelp.h>
#include <Windows.h>
#include <DbgHelp.h>
#endif

#include "strings.h"
Expand Down

0 comments on commit d023a2f

Please sign in to comment.