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
Define DISTRHO_OS_UNIX if building for linux or osx
pull/6/head
falkTX
9 years ago
parent
c96969c56e
commit
8358893bf3
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
distrho/src/DistrhoDefines.h
+ 4
- 0
distrho/src/DistrhoDefines.h
View File
@@ -42,6 +42,10 @@
# endif
#endif
#if defined(DISTRHO_OS_LINUX) || defined(DISTRHO_OS_MAC)
# define DISTRHO_OS_UNIX
#endif
#ifndef DISTRHO_DLL_EXTENSION
# define DISTRHO_DLL_EXTENSION "so"
#endif
Write
Preview
Loading…
Cancel
Save