This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix no namespace build
Signed-off-by: falkTX <falktx@falktx.com>
popup-tests
falkTX
1 month ago
parent
3fb96a349b
commit
4434b45291
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
distrho/extra/WebViewImpl.cpp
+ 5
- 0
distrho/extra/WebViewImpl.cpp
View File
@@ -242,6 +242,11 @@ START_NAMESPACE_DISTRHO
#if WEB_VIEW_USING_X11_IPC
#ifdef WEB_VIEW_DGL_NAMESPACE
using DISTRHO_NAMESPACE::ChildProcess;
using DISTRHO_NAMESPACE::RingBufferControl;
#endif
#ifdef __linux__
typedef int32_t ipc_sem_t;
#else
Write
Preview
Loading…
Cancel
Save