* Move mprres.h inclusion to the main header.
CORE-7716

svn path=/trunk/; revision=61779
This commit is contained in:
Amine Khaldi 2014-01-23 17:57:47 +00:00
parent 237fce6822
commit ea99137843
5 changed files with 5 additions and 3 deletions

View file

@ -19,6 +19,7 @@
*/ */
#include "precomp.h" #include "precomp.h"
#include "wnetpriv.h" #include "wnetpriv.h"
/* /*

View file

@ -15,6 +15,7 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#ifndef __WINE_MPRRES_H__ #ifndef __WINE_MPRRES_H__
#define __WINE_MPRRES_H__ #define __WINE_MPRRES_H__

View file

@ -22,7 +22,6 @@
#include "precomp.h" #include "precomp.h"
#include "netspi.h" #include "netspi.h"
#include "mprres.h"
/*********************************************************************** /***********************************************************************
* NPS_ProxyPasswordDialog * NPS_ProxyPasswordDialog

View file

@ -13,6 +13,9 @@
#include <winnetwk.h> #include <winnetwk.h>
#include <wine/debug.h> #include <wine/debug.h>
#include "mprres.h"
WINE_DEFAULT_DEBUG_CHANNEL(mpr); WINE_DEFAULT_DEBUG_CHANNEL(mpr);
#endif /* _MPR_PCH_ */ #endif /* _MPR_PCH_ */

View file

@ -28,8 +28,6 @@
#include <ddk/mountmgr.h> #include <ddk/mountmgr.h>
#include <wine/unicode.h> #include <wine/unicode.h>
#include "mprres.h"
/* Data structures representing network service providers. Assumes only one /* Data structures representing network service providers. Assumes only one
* thread creates them, and that they are constant for the life of the process * thread creates them, and that they are constant for the life of the process
* (and therefore doesn't synchronize access). * (and therefore doesn't synchronize access).