mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
MinGW: Remove support
This commit is contained in:
parent
8a4ec206f2
commit
9112911122
89 changed files with 337 additions and 1694 deletions
|
|
@ -294,7 +294,7 @@ bool JUCEApplicationBase::initialiseApp()
|
|||
}
|
||||
#endif
|
||||
|
||||
#if JUCE_WINDOWS && (! defined (_CONSOLE)) && (! JUCE_MINGW)
|
||||
#if JUCE_WINDOWS && (! defined (_CONSOLE))
|
||||
if (isStandaloneApp() && AttachConsole (ATTACH_PARENT_PROCESS) != 0)
|
||||
{
|
||||
// if we've launched a GUI app from cmd.exe or PowerShell, we need this to enable printf etc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue