Skip to content

Commit

Permalink
includes DbgHelp.h after windows.h to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jere8184 committed Nov 6, 2024
1 parent 45a7dd5 commit 4f53084
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 4f53084

Please sign in to comment.