From f9f1202c796b76dadd2c46eee88790550f9a16f4 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 9 Oct 2016 15:22:56 +0200 Subject: [PATCH] fixed double load/unload in example/example.library.c when building with MinGW (2) --- example/library.c | 1 - 1 file changed, 1 deletion(-) diff --git a/example/library.c b/example/library.c index cd5f0dd..8f4266f 100644 --- a/example/library.c +++ b/example/library.c @@ -43,7 +43,6 @@ static void load() } #if defined(__GNUC__) && !defined(_WIN32) -__attribute__((constructor)) __attribute__((destructor)) #endif static void unload()