wine/ include/Makefile.in dlls/mpr/wnet.c dlls ...

Alexandre Julliard julliard at winehq.org
Mon Apr 5 18:14:26 CDT 2004


ChangeSet ID:	11854
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/05 18:14:26

Modified files:
	include        : Makefile.in 
	dlls/mpr       : wnet.c mpr_main.c Makefile.in .cvsignore 
Added files:
	include        : npapi.h 
	dlls/mpr       : wnetpriv.h version.rc mprres.h mpr_En.rc mpr.rc 

Log message:
	Juan Lang <juan_lang at yahoo.com>
	- implement loading network providers
	- implement enumeration functions
	- some improved error checking and A->W conversion

Patch: http://cvs.winehq.org/patch.py?id=11854

Old revision  New revision  Changes     Path
 1.123         1.124         +1 -0       wine/include/Makefile.in
 1.14          1.15          +1499 -88   wine/dlls/mpr/wnet.c
 1.10          1.11          +16 -0      wine/dlls/mpr/mpr_main.c
 1.14          1.15          +7 -1       wine/dlls/mpr/Makefile.in
 1.6           1.7           +2 -0       wine/dlls/mpr/.cvsignore
 Added         1.1           +0 -0       wine/include/npapi.h
 Added         1.1           +0 -0       wine/dlls/mpr/wnetpriv.h
 Added         1.1           +0 -0       wine/dlls/mpr/version.rc
 Added         1.1           +0 -0       wine/dlls/mpr/mprres.h
 Added         1.1           +0 -0       wine/dlls/mpr/mpr_En.rc
 Added         1.1           +0 -0       wine/dlls/mpr/mpr.rc




More information about the wine-cvs mailing list