fixed double load/unload in example/example.library.c when building with MinGW (2)
This commit is contained in:
parent
923408c290
commit
f9f1202c79
@ -43,7 +43,6 @@ static void load()
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && !defined(_WIN32)
|
||||
__attribute__((constructor))
|
||||
__attribute__((destructor))
|
||||
#endif
|
||||
static void unload()
|
||||
|
Loading…
x
Reference in New Issue
Block a user