Skip to content

Commit 94ddc47

Browse files
author
Benjamin Kloster
committed
Include Windows.h instead of windef.h
Unfortunate, because <windef.h> would have been more lightweight, but apparently expects additional defines to be already set before being included.
1 parent 1592aa6 commit 94ddc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpptrace/utils.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace cpptrace {
5353

5454

5555
#if defined(_WIN32)
56-
#include <windef.h>
56+
#include <Windows.h>
5757
namespace cpptrace {
5858
namespace experimental {
5959
CPPTRACE_EXPORT void load_symbols_for_module(HMODULE hModule);

0 commit comments

Comments
 (0)