mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
This commit is contained in:
parent
7ba402348e
commit
6d6a042e00
13 changed files with 73 additions and 29 deletions
|
|
@ -341,7 +341,7 @@ void Process::terminate()
|
|||
exit (0);
|
||||
}
|
||||
|
||||
bool juce_isRunningUnderDebugger() throw()
|
||||
bool JUCE_CALLTYPE juce_isRunningUnderDebugger() throw()
|
||||
{
|
||||
static char testResult = 0;
|
||||
|
||||
|
|
@ -356,7 +356,7 @@ bool juce_isRunningUnderDebugger() throw()
|
|||
return testResult > 0;
|
||||
}
|
||||
|
||||
bool Process::isRunningUnderDebugger() throw()
|
||||
bool JUCE_CALLTYPE Process::isRunningUnderDebugger() throw()
|
||||
{
|
||||
return juce_isRunningUnderDebugger();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue