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)
|
#if defined(__GNUC__) && !defined(_WIN32)
|
||||||
__attribute__((constructor))
|
|
||||||
__attribute__((destructor))
|
__attribute__((destructor))
|
||||||
#endif
|
#endif
|
||||||
static void unload()
|
static void unload()
|
||||||
|
Loading…
Reference in New Issue
Block a user