winspool.drv: Make some functions static.
This commit is contained in:
parent
14e2cd90fc
commit
d6f7d50189
|
@ -7632,7 +7632,7 @@ static BOOL schedule_cups(LPCWSTR printer_name, LPCWSTR filename, LPCWSTR docume
|
|||
}
|
||||
}
|
||||
|
||||
INT_PTR CALLBACK file_dlg_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
|
||||
static INT_PTR CALLBACK file_dlg_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam)
|
||||
{
|
||||
LPWSTR filename;
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ BOOL load_backend(void)
|
|||
* unload_backend [internal]
|
||||
*
|
||||
*/
|
||||
void unload_backend(void)
|
||||
static void unload_backend(void)
|
||||
{
|
||||
EnterCriticalSection(&backend_cs);
|
||||
backend = NULL;
|
||||
|
|
Loading…
Reference in New Issue