mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[MPR]
* Move mprres.h inclusion to the main header. CORE-7716 svn path=/trunk/; revision=61779
This commit is contained in:
parent
237fce6822
commit
ea99137843
5 changed files with 5 additions and 3 deletions
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
#include "wnetpriv.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef __WINE_MPRRES_H__
|
||||
#define __WINE_MPRRES_H__
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "precomp.h"
|
||||
|
||||
#include "netspi.h"
|
||||
#include "mprres.h"
|
||||
|
||||
/***********************************************************************
|
||||
* NPS_ProxyPasswordDialog
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
#include <winnetwk.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "mprres.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(mpr);
|
||||
|
||||
#endif /* _MPR_PCH_ */
|
||||
|
|
|
@ -28,8 +28,6 @@
|
|||
#include <ddk/mountmgr.h>
|
||||
#include <wine/unicode.h>
|
||||
|
||||
#include "mprres.h"
|
||||
|
||||
/* Data structures representing network service providers. Assumes only one
|
||||
* thread creates them, and that they are constant for the life of the process
|
||||
* (and therefore doesn't synchronize access).
|
||||
|
|
Loading…
Reference in a new issue