mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[MSPORTS]
* Set the default debugging channel globally through the main header. CORE-7716 svn path=/trunk/; revision=61417
This commit is contained in:
parent
0e07bddae7
commit
83cc61d079
6 changed files with 2 additions and 13 deletions
|
@ -8,9 +8,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
|
||||||
|
|
||||||
|
|
||||||
typedef enum _PORT_TYPE
|
typedef enum _PORT_TYPE
|
||||||
{
|
{
|
||||||
UnknownPort,
|
UnknownPort,
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
|
||||||
|
|
||||||
#define BITS_PER_BYTE 8
|
#define BITS_PER_BYTE 8
|
||||||
#define BITMAP_SIZE_INCREMENT 0x400
|
#define BITMAP_SIZE_INCREMENT 0x400
|
||||||
#define BITMAP_SIZE_INVALID_BITS 0x3FF
|
#define BITMAP_SIZE_INVALID_BITS 0x3FF
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
|
||||||
|
|
||||||
HINSTANCE hInstance;
|
HINSTANCE hInstance;
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
BOOL
|
BOOL
|
||||||
OnInitDialog(HWND hwnd,
|
OnInitDialog(HWND hwnd,
|
||||||
|
|
|
@ -8,7 +8,9 @@
|
||||||
#include <cmtypes.h>
|
#include <cmtypes.h>
|
||||||
#include <msports.h>
|
#include <msports.h>
|
||||||
#include <setupapi.h>
|
#include <setupapi.h>
|
||||||
|
|
||||||
#include <wine/debug.h>
|
#include <wine/debug.h>
|
||||||
|
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
|
@ -8,9 +8,6 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(msports);
|
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
BOOL
|
BOOL
|
||||||
OnInitDialog(HWND hwnd,
|
OnInitDialog(HWND hwnd,
|
||||||
|
|
Loading…
Reference in a new issue