CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2005-05-13 20:20:06

Modified files:
        winsup/cygwin  : autoload.cc fhandler.h fhandler_netdrive.cc 
                         ChangeLog 

Log message:
        * autoload.cc (WNetGetResourceParentA): Import.
        (WNetOpenEnumA): Import.
        (WNetEnumResourceA): Import.
        (WNetCloseEnum): Import.
        * fhandler.h (fhandler_netdrive::telldir): Add declaration.
        (fhandler_netdrive::seekdir): Ditto.
        (fhandler_netdrive::closedir): Ditto.
        * fhandler_netdrive.cc: Drop explicit including windows.h.  Include
        winnetwk.h instead of shlwapi.h.  Include dirent.h.
        (fhandler_netdrive::readdir): Implement.
        (fhandler_netdrive::telldir): New method.
        (fhandler_netdrive::seekdir): New method.
        (fhandler_netdrive::closedir): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.101&r2=1.102
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.245&r2=1.246
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_netdrive.cc.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2884&r2=1.2885

Reply via email to