Browse Source

Dummy juce getPID on windows

tags/1.9.5
falkTX 10 years ago
parent
commit
b07ccae5f1
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      source/modules/juce_core/native/juce_win32_Threads.cpp

+ 5
- 0
source/modules/juce_core/native/juce_win32_Threads.cpp View File

@@ -534,6 +534,11 @@ public:
return (uint32) exitCode;
}
int getPID() const noexcept
{
return 0;
}
bool ok;
private:


Loading…
Cancel
Save