Skip to content

Commit

Permalink
Merge pull request #35 from rpuntaie/dev
Browse files Browse the repository at this point in the history
windows.h instead of Windows.h to work with mingw-w64 cross-compilation
  • Loading branch information
jasmcaus authored Apr 26, 2023
2 parents 68d0408 + 3516250 commit bde8709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tau/tau.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TAU_DISABLE_DEBUG_WARNINGS
#if defined(_WIN32) || defined(__WIN32__) || defined(__WINDOWS__)
#define TAU_WIN_ 1
#pragma warning(push, 0)
#include <Windows.h>
#include <windows.h>
#include <io.h>
#pragma warning(pop)
#endif // _WIN32
Expand Down

0 comments on commit bde8709

Please sign in to comment.