• Show log

    Commit

  • Hash : f92c7718
    Author : Timothy Gu
    Date : 2014-01-22T04:26:18

    Fix local symbol in global handle test

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/dlfcn-win32.git
    Git SSH git@git.kmx.io:kc3-lang/dlfcn-win32.git
    Public access ? public
    Description
    Users
    thodg_w thodg_m thodg_l kc3_lang_org thodg www_kmx_io
    Tags

  • README

  • dlfcn-win32 is an implementation of dlfcn for Windows.
    
    It follows the standard as described here:
    http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
    http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
    
    Written by Ramiro Polla
    Released under the LGPL