a66d9f3815393c01aa682963ffc9f6a004fe297b
[reactos.git] / reactos / win32ss / printing / monitors / localmon / main.c
1 /*
2 * PROJECT: ReactOS Local Spooler Port Monitor
3 * LICENSE: GNU LGPL v2.1 or any later version as published by the Free Software Foundation
4 * PURPOSE: Main functions
5 * COPYRIGHT: Copyright 2015 Colin Finck <colin@reactos.org>
6 */
7
8 #include "precomp.h"
9
10 LPMONITOR2 WINAPI
11 InitializePrintMonitor2(PMONITORINIT pMonitorInit, PHANDLE phMonitor)
12 {
13 return NULL;
14 }