This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix typo in INTERNAL macro.
tags/v2.0.0
Andrew Belt
3 years ago
parent
5a5a40f5a2
commit
ec062f8b9a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/rack.hpp
+ 1
- 1
include/rack.hpp
View File
@@ -102,7 +102,7 @@
#undef INTERNAL
#if defined ARCH_WIN
#define INTERNAL __attribute__((error("Using internal Rack function or symbol")))
#el
if
#el
se
#define INTERNAL __attribute__((visibility("hidden"))) __attribute__((error("Using internal Rack function or symbol")))
#endif
Write
Preview
Loading…
Cancel
Save