zmusic/source/loader
alexey.lysiuk b9d22fb358 - do not expose module_progdir variable
If the same global variable is used by executable that linked to ZMusic dynamic library, both definitions may clash
For example, Linux builds of GZDoom and Raze could crash on exit because of double free, std::string destructor was called twice on the same module_progdir variable
2020-02-23 12:25:52 +02:00
..
i_module.cpp - do not expose module_progdir variable 2020-02-23 12:25:52 +02:00
i_module.h - do not expose module_progdir variable 2020-02-23 12:25:52 +02:00
test.c - made the global interface c compatible. Added an empty C source so that incompatibilities immediately trigger compile errors. 2020-01-11 12:47:07 +01:00