Skip to content

Commit 03f4852

Browse files
committed
fix: check for unix and macos change windows.h
1 parent f3710d2 commit 03f4852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/simulator/msfs2024/simconnectwindowsmsfs2024.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#undef interface
1717

1818
// clang-format off
19-
#include <windows.h>
19+
#include <Windows.h>
2020
//#include <SimConnect.h>
2121
#include "../third_party/externals/common/include/simconnect/MSFS2024/SimConnect.h"
2222
// clang-format on

0 commit comments

Comments
 (0)