Commit Graph

7 Commits

Author SHA1 Message Date
Gregory Pakosz
f9f1202c79 fixed double load/unload in example/example.library.c when building with MinGW (2) 2016-10-09 15:22:56 +02:00
Gregory Pakosz
574cea6708 fixed double load/unload in example/example.library.c when building with MinGW
case by both __GNUC__ and _WIN32 preprocessor definitions being defined at the
same time
2016-02-23 11:27:47 +01:00
Gregory Pakosz
8ad3792af0 fixed static analysis errors reported by Visual Studio 2015 2016-01-28 09:21:27 +01:00
Gregory Pakosz
783a033c9e made library, examples and Makefile MINGW64 friendly 2016-01-28 09:21:27 +01:00
Gregory Pakosz
cc8a01b8a7 removed unused length variable in dlerror() implementation for Windows in example/executable.c 2016-01-25 22:23:15 +01:00
Gregory Pakosz
d0fc4161e8 fixed errors and warnings when building as C++ - fixes #1 2015-12-28 16:21:58 +01:00
Gregory Pakosz
76a7a85f8b initial commit 2015-03-05 20:19:44 +01:00