This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Interpret SERVER_CLIENT in posix compiler deps
pull/423/head
clvn
justnope
8 years ago
parent
505505dc71
commit
76bbb7fe63
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
posix/JackCompilerDeps_os.h
+ 3
- 1
posix/JackCompilerDeps_os.h
View File
@@ -32,8 +32,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#else
#define SERVER_EXPORT __attribute__((visibility("default")))
#endif
#el
se
#el
if SERVER_CLIENT
#define SERVER_EXPORT __attribute__((visibility("hidden")))
#else
#define SERVER_EXPORT
#endif
#else
Write
Preview
Loading…
Cancel
Save