15 lines
172 B
C
15 lines
172 B
C
|
#include <windows.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <tchar.h>
|
||
|
|
||
|
#include "faxreg.h"
|
||
|
#include "faxutil.h"
|
||
|
|
||
|
VOID
|
||
|
ConsoleDebugPrint(
|
||
|
LPCTSTR buf
|
||
|
)
|
||
|
{
|
||
|
}
|