Skip to content

Commit

Permalink
change for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Feb 5, 2025
1 parent 96655b6 commit 1480706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ std::string get_version_nr()

// --------------------------------------------------------------------

#ifdef _WIN32
#if defined(_WIN32) or defined(__MINGW32__)
}
#include <Windows.h>
#include <windows.h>
#include <libloaderapi.h>
#include <wincon.h>

Expand Down

0 comments on commit 1480706

Please sign in to comment.