mirror of
https://github.com/ElliotKillick/windows-vs-linux-loader-architecture
synced 2026-06-08 10:57:32 +00:00
4 lines
170 B
C
4 lines
170 B
C
// Export the variable
|
|
// In practice, we would export functions along with this, typically only once set, state variable
|
|
__declspec(dllexport) int shared_variable = 42;
|