Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
172 B

  1. #include <windows.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <tchar.h>
  5. #include "faxreg.h"
  6. #include "faxutil.h"
  7. VOID
  8. ConsoleDebugPrint(
  9. LPCTSTR buf
  10. )
  11. {
  12. }