This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Dummy juce getPID on windows
tags/1.9.5
falkTX
10 years ago
parent
4b34563f1a
commit
b07ccae5f1
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save