fixed double load/unload in example/example.library.c when building with MinGW (2)

This commit is contained in:
Gregory Pakosz 2016-10-09 15:22:56 +02:00
parent 923408c290
commit f9f1202c79

View File

@ -43,7 +43,6 @@ static void load()
}
#if defined(__GNUC__) && !defined(_WIN32)
__attribute__((constructor))
__attribute__((destructor))
#endif
static void unload()