Commit 2a602450 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

parent 6252ad28
......@@ -41,8 +41,6 @@
#include "wine/winaspi.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(aspi);
/* FIXME!
* 1) Residual byte length reporting not handled
......@@ -55,6 +53,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(aspi);
#define PTR_TO_LIN(ptr,mode) \
((mode) == ASPI_DOS ? ((void*)(((unsigned int)SELECTOROF(ptr) << 4) + OFFSETOF(ptr))) : MapSL(ptr))
WINE_DEFAULT_DEBUG_CHANNEL(aspi);
static ASPI_DEVICE_INFO *ASPI_open_devices = NULL;
static FARPROC16 ASPIChainFunc = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment