783a033c9e
made library, examples and Makefile MINGW64 friendly
2016-01-28 09:21:27 +01:00
cc8a01b8a7
removed unused length variable in dlerror() implementation for Windows in example/executable.c
2016-01-25 22:23:15 +01:00
8ddf72164b
_DARWIN_C_SOURCE must be defined when compiling for Mac with -std=c99
2016-01-25 22:11:13 +01:00
7fca0bb95a
changed _gnu-make/Makefile to compile with -std=c99 and use $(CXX) for linking C++ versions, fixes #3
2016-01-21 21:03:00 +01:00
9c53a0aae7
removed unused variable, fixes #2
2016-01-13 21:02:18 +01:00
d4275250d8
added GitHub URL in case the file spreads and people want to know upstream location
2016-01-12 23:53:21 +01:00
d0fc4161e8
fixed errors and warnings when building as C++ - fixes #1
2015-12-28 16:21:58 +01:00
946b114876
added support for Android M loading libraries straight from APK/ZIP files
...
Until https://code.google.com/p/android/issues/detail?id=193009 is fixed, the
only way to know the path of the library inside the APK/ZIP file is to explore
the ZIP content.
However, there is no need to read the ZIP central directory. We can scan
backwards from the mapped offset until we find the local file header.
2015-12-14 00:05:09 +01:00
e03e0adfed
removed incorrect casts to DWORD in WideCharToMultiByte calls
2015-04-02 13:58:12 +02:00
76a7a85f8b
initial commit
2015-03-05 20:19:44 +01:00