localspl: Move provider functions to a seperate file.

This commit is contained in:
Detlef Riekenberg 2009-02-08 16:38:30 +01:00 committed by Alexandre Julliard
parent f803e9d316
commit 51f078bd4a
4 changed files with 1333 additions and 1301 deletions

View file

@ -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

View file

@ -24,6 +24,7 @@
/* ## DLL-wide Globals ## */
extern HINSTANCE LOCALSPL_hInstance;
void setup_provider(void);
/* ## Resource-ID ## */
#define IDS_LOCALPORT 500

1327
dlls/localspl/provider.c Normal file

File diff suppressed because it is too large Load diff