[SPOOLSS]

* Move some inclusions to the main header.
* Set the default debugging channel globally through the main header.
* Remove inclusions and definitions that already exist in the main header.
CORE-7716

svn path=/trunk/; revision=61446
This commit is contained in:
Amine Khaldi 2013-12-27 13:42:21 +00:00
parent 7a5843139d
commit 6567b1f555
3 changed files with 10 additions and 30 deletions

View file

@ -18,23 +18,13 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WIN32_NO_STATUS
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
//#include "winerror.h"
#include <winreg.h>
#include <wingdi.h>
#include <winspool.h>
#include <ddk/winsplp.h>
#include "spoolss.h"
#include <wine/debug.h>
#include <winreg.h>
#include <wingdi.h>
#include <winspool.h>
WINE_DEFAULT_DEBUG_CHANNEL(spoolss);
#include <ddk/winsplp.h>
/* ################################ */

View file

@ -16,9 +16,15 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(spoolss);
/* ################################ */
BOOL backend_load_all(void) DECLSPEC_HIDDEN;

View file

@ -18,24 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WIN32_NO_STATUS
#include <stdarg.h>
//#include "windef.h"
//#include "winbase.h"
//#include "winerror.h"
//#include "winreg.h"
//#include "wingdi.h"
//#include "winspool.h"
//#include "ddk/winsplp.h"
#include "spoolss.h"
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(spoolss);
/* ################################ */
static HMODULE hwinspool;