* Move some inclusions to the main header.
* Remove inclusions and definitions that already exist in the main header.
* Remove one time winsvc.h inclusion from the main header and put them back where it belongs.
CORE-7716

svn path=/trunk/; revision=61605
This commit is contained in:
Amine Khaldi 2014-01-13 12:47:43 +00:00
parent 427ef54d29
commit ea967bce14
5 changed files with 17 additions and 9 deletions

View file

@ -18,10 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <epm_s.h> #include "rpcss.h"
#include <wine/debug.h> #include <wine/debug.h>
#include <wine/list.h>
WINE_DEFAULT_DEBUG_CHANNEL(ole); WINE_DEFAULT_DEBUG_CHANNEL(ole);

View file

@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#include <irot_s.h> #include "rpcss.h"
#include <wine/list.h>
#include <wine/debug.h> #include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(rpcss); WINE_DEFAULT_DEBUG_CHANNEL(rpcss);

View file

@ -22,9 +22,20 @@
#define __WINE_RPCSS_H #define __WINE_RPCSS_H
#include <stdarg.h> #include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <winsvc.h>
#include <irot_s.h>
#include <epm_s.h>
#include <wine/list.h>
#endif /* __WINE_RPCSS_H */ #endif /* __WINE_RPCSS_H */

View file

@ -43,11 +43,7 @@
* role of rpcss.exe in wine. * role of rpcss.exe in wine.
*/ */
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "rpcss.h" #include "rpcss.h"
#include <irot_s.h>
#include <epm_s.h>
#include <wine/debug.h> #include <wine/debug.h>

View file

@ -9,6 +9,8 @@
#include "rpcss.h" #include "rpcss.h"
#include <winsvc.h>
#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>