mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[MSAFD] Move the default debug channel to msafd.h.
This commit is contained in:
parent
0bae06fa5f
commit
f6108f3187
6 changed files with 4 additions and 15 deletions
|
@ -15,9 +15,6 @@
|
|||
#include <winuser.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msafd);
|
||||
|
||||
HANDLE GlobalHeap;
|
||||
WSPUPCALLTABLE Upcalls;
|
||||
DWORD CatalogEntryId; /* CatalogEntryId for upcalls */
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
|
||||
#include <msafd.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msafd);
|
||||
|
||||
int
|
||||
WSPAPI
|
||||
WSPEventSelect(
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
|
||||
#include <winreg.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msafd);
|
||||
|
||||
CRITICAL_SECTION HelperDLLDatabaseLock;
|
||||
LIST_ENTRY HelperDLLDatabaseListHead;
|
||||
|
||||
|
|
|
@ -12,9 +12,6 @@
|
|||
|
||||
#include <msafd.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msafd);
|
||||
|
||||
INT
|
||||
WSPAPI
|
||||
WSPAsyncSelect(IN SOCKET Handle,
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
|
||||
#include <msafd.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msafd);
|
||||
|
||||
INT
|
||||
WSPAPI
|
||||
WSPCancelBlockingCall(
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
#include <tdi.h>
|
||||
#include <afd/shared.h>
|
||||
#include <mswsock.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msafd);
|
||||
|
||||
#include "include/helpers.h"
|
||||
|
||||
extern HANDLE GlobalHeap;
|
||||
|
|
Loading…
Reference in a new issue