Separated Win16 (USER) and Win32 (MPR) network routines.
commitbb1984e6bd17ecb7c718a58df4262742ff266f38
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sat, 7 Aug 1999 14:32:33 +0000 (7 14:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 7 Aug 1999 14:32:33 +0000 (7 14:32 +0000)
treed3898ab717cde111850b53fbeb4075df95a55c82
parentd4b13da3094697c1d4b1c4bebdc2a84bc1bdbbbe
Separated Win16 (USER) and Win32 (MPR) network routines.
Moved implementation of MPR to dlls/mpr/.
Added proper headers and stubs for missing MPR routines.
22 files changed:
Makefile.in
configure
configure.in
dlls/Makefile.in
dlls/mpr/.cvsignore [new file with mode: 0644]
dlls/mpr/Makefile.in [new file with mode: 0644]
dlls/mpr/auth.c [new file with mode: 0644]
dlls/mpr/mpr.spec [moved from relay32/mpr.spec with 63% similarity]
dlls/mpr/mpr_main.c [new file with mode: 0644]
dlls/mpr/multinet.c [new file with mode: 0644]
dlls/mpr/nps.c [new file with mode: 0644]
dlls/mpr/pwcache.c [new file with mode: 0644]
dlls/mpr/wnet.c [new file with mode: 0644]
include/netspi.h [new file with mode: 0644]
include/wine/winnet16.h [new file with mode: 0644]
include/winerror.h
include/winnetwk.h
include/winuser.h
include/wnet.h [deleted file]
misc/network.c
relay32/.cvsignore
relay32/Makefile.in