···1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1919 */
20202121-#include <winuser.h>
2222-2321#include "mprres.h"
24222523#include "version.rc"
+8-1
dll/win32/mpr/mpr_main.c
···1818 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1919 */
20202121-#include "precomp.h"
2121+#include <stdarg.h>
22222323+#include "windef.h"
2424+#include "winbase.h"
2525+#include "objbase.h"
2626+#include "winnetwk.h"
2727+#include "wine/debug.h"
2328#include "wnetpriv.h"
2929+3030+WINE_DEFAULT_DEBUG_CHANNEL(mpr);
24312532 /*
2633 * FIXME: The following routines should use a private heap ...
+3-1
dll/win32/mpr/mprres.h
···1515 * License along with this library; if not, write to the Free Software
1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1717 */
1818-1918#ifndef __WINE_MPRRES_H__
2019#define __WINE_MPRRES_H__
2020+2121+#include <windef.h>
2222+#include <winuser.h>
21232224#define IDS_ENTIRENETWORK 1
2325
···2424#ifndef _NETSPI_H_
2525#define _NETSPI_H_
26262727+#include "windef.h"
2828+#include "winnetwk.h"
2929+2730/*
2831 * Note: The Unicode variants of all these routines/structures
2932 * apparently don't exist, at least not in Win95 ...
···2121 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
2222 */
23232424-#include "precomp.h"
2525-2626-#include <winioctl.h>
2727-#include <npapi.h>
2424+#include <stdarg.h>
2525+#include "windef.h"
2626+#include "winbase.h"
2727+#include "winnls.h"
2828+#include "winioctl.h"
2929+#include "winnetwk.h"
3030+#include "npapi.h"
3131+#include "winreg.h"
3232+#include "winuser.h"
2833#define WINE_MOUNTMGR_EXTENSIONS
2929-#include <ddk/mountmgr.h>
3030-#include <wine/unicode.h>
3434+#include "ddk/mountmgr.h"
3535+#include "wine/debug.h"
3636+#include "wine/unicode.h"
3737+#include "mprres.h"
3838+#include "wnetpriv.h"
3939+4040+WINE_DEFAULT_DEBUG_CHANNEL(mpr);
31413242/* Data structures representing network service providers. Assumes only one
3343 * thread creates them, and that they are constant for the life of the process
···25772587 break;
25782588 }
25792589 case REMOTE_NAME_INFO_LEVEL:
25802580- err = WN_NO_NETWORK;
25902590+ err = WN_NOT_CONNECTED;
25812591 break;
2582259225832593 default:
+1-1
media/doc/README.WINE
···9898reactos/dll/win32/mgmtapi # Synced to WineStaging-3.3
9999reactos/dll/win32/mlang # Synced to WineStaging-3.3
100100reactos/dll/win32/mmdevapi # Synced to WineStaging-3.3
101101-reactos/dll/win32/mpr # Synced to Wine-3.0
101101+reactos/dll/win32/mpr # Synced to WineStaging-3.3
102102reactos/dll/win32/mprapi # Synced to WineStaging-2.9
103103reactos/dll/win32/msacm32 # Synced to WineStaging-2.16
104104reactos/dll/win32/msacm32.drv # Synced to WineStaging-2.9