mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
Small debug channel cleanup.
This commit is contained in:
parent
8e3bb615a0
commit
7864f3b9b3
1 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
||||||
#include "winerror.h"
|
#include "winerror.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DECLARE_DEBUG_CHANNEL(file);
|
WINE_DEFAULT_DEBUG_CHANNEL(file);
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
|
@ -62,6 +62,6 @@ BOOL WINAPI Beep( DWORD dwFreq, DWORD dwDur )
|
||||||
*/
|
*/
|
||||||
FARPROC16 WINAPI FileCDR16(FARPROC16 x)
|
FARPROC16 WINAPI FileCDR16(FARPROC16 x)
|
||||||
{
|
{
|
||||||
FIXME_(file)("(0x%8x): stub\n", (int) x);
|
FIXME("(0x%8x): stub\n", (int) x);
|
||||||
return (FARPROC16)TRUE;
|
return (FARPROC16)TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue