localspl: Move provider functions to a seperate file.
This commit is contained in:
parent
f803e9d316
commit
51f078bd4a
|
@ -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
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -24,6 +24,7 @@
|
|||
|
||||
/* ## DLL-wide Globals ## */
|
||||
extern HINSTANCE LOCALSPL_hInstance;
|
||||
void setup_provider(void);
|
||||
|
||||
/* ## Resource-ID ## */
|
||||
#define IDS_LOCALPORT 500
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue