http://bugs.winehq.org/show_bug.cgi?id=29173
Bug #: 29173 Summary: Unimplemented function netapi32.dll.NetUseGetInfo Product: Wine Version: 1.3.33 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: netapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: lightning_uk@imgburn.com Classification: Unclassified
NetUseGetInfo is exported by netapi32.dll but the function is unimplemented - this causes programs that try to use it (even via dynamic linking) to crash.
NetUseGetInfo should go hand in had with NetUseAdd (stub in access.c), NetUseDel (stub in access.c) and NetUseEnum (stub in netapi32.c). All 4 functions have their prototypes in lmuse.h.
Could a stub be added for NetUseGetInfo too?
http://bugs.winehq.org/show_bug.cgi?id=29173
--- Comment #1 from Austin English austinenglish@gmail.com 2011-11-26 19:05:56 CST --- http://source.winehq.org/patches/data/81298
http://bugs.winehq.org/show_bug.cgi?id=29173
--- Comment #2 from LIGHTNING UK! lightning_uk@imgburn.com 2011-11-27 04:50:44 CST --- Excellent, thank you.
http://bugs.winehq.org/show_bug.cgi?id=29173
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bf8d9cb7074ab89e85e99166927 | |8fa9fad07aaf4 Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-11-28 14:04:28 CST --- http://source.winehq.org/git/wine.git/commitdiff/bf8d9cb7074ab89e85e99166927...
http://bugs.winehq.org/show_bug.cgi?id=29173
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-12-02 13:33:52 CST --- Closing bugs fixed in 1.3.34.