mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
5 lines
138 B
Plaintext
5 lines
138 B
Plaintext
cscorejnicvstatic {
|
|
global: CS_*; JNI_*; Java_*; # explicitly list symbols to be exported
|
|
local: *; # hide everything else
|
|
};
|