Commit 51f078bd authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

localspl: Move provider functions to a seperate file.

parent f803e9d3
......@@ -7,7 +7,8 @@ IMPORTS = spoolss user32 advapi32 kernel32
C_SRCS = \
localmon.c \
localspl_main.c
localspl_main.c \
provider.c
RC_SRCS = localspl.rc
......
......@@ -24,6 +24,7 @@
/* ## DLL-wide Globals ## */
extern HINSTANCE LOCALSPL_hInstance;
void setup_provider(void);
/* ## Resource-ID ## */
#define IDS_LOCALPORT 500
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment