• Tor Lillqvist's avatar
    Make the apk dirent functions work properly · f923d188
    Tor Lillqvist yazdı
    We must build a directory tree structure corresponding to the files in
    the .apk, and use that then in lo_apk_opendir()/readdir().
    
    We can't just return the same subdirectory once for each time we come
    across an entry that has it as a prefix in the zip directory.
    
    Use the BSD-licensed "uthash" library (just one .h file actually) from
    http://uthash.sourceforge.net/ .
    f923d188
uthash.h 63.7 KB