mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[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:
parent
7a5843139d
commit
6567b1f555
3 changed files with 10 additions and 30 deletions
|
@ -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>
|
||||
|
||||
/* ################################ */
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue