windows-nt/Source/XPSP1/NT/printscan/fax/util/debugprint.c

15 lines
172 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <tchar.h>
#include "faxreg.h"
#include "faxutil.h"
VOID
ConsoleDebugPrint(
LPCTSTR buf
)
{
}