Make some globals static that can be
External linkage does not help and just encourages sloppy dependencies and can lead to weird issues when there are name collisions.
This commit is contained in:
@@ -124,7 +124,7 @@ void locking_callback(int mode, int i, const char* file, int line) NO_THREAD_SAF
|
||||
}
|
||||
|
||||
// Init
|
||||
class CInit
|
||||
static class CInit
|
||||
{
|
||||
public:
|
||||
CInit()
|
||||
|
||||
Reference in New Issue
Block a user