Skip to content

Commit

Permalink
[Fix] openmpt123: We do only need IsConsole() if !MPT_WINRT_BEFORE(MP…
Browse files Browse the repository at this point in the history
…T_WIN_10).

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21683 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 22, 2024
1 parent b6018fb commit 12fbe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmpt123/openmpt123.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct field {
};


#if MPT_OS_WINDOWS
#if MPT_OS_WINDOWS && !MPT_WINRT_BEFORE(MPT_WIN_10)
bool IsConsole( DWORD stdHandle );
#endif
bool IsTerminal( int fd );
Expand Down

0 comments on commit 12fbe5b

Please sign in to comment.