Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Jan 7, 2025
2 parents 717d749 + e010a10 commit 46d9790
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/Common/gdcmFilename.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
#include <cstdlib> // realpath
#include <cstring>

#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))
#include <windows.h>
#endif

namespace gdcm
{

Expand Down Expand Up @@ -97,7 +101,6 @@ const char *Filename::ToUnixSlashes()
}

#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))
#include <windows.h>

inline void Realpath(const char *path, std::string & resolved_path)
{
Expand Down

0 comments on commit 46d9790

Please sign in to comment.