Re: spoolss: [2] Add a stub for IsLocalCall
June 30, 2008
7:04 a.m.
2008/6/29 Detlef Riekenberg <wine.dev(a)web.de>:
/****************************************************************** + * IsLocalCall [SPOOLSS.@] + */ +BOOL WINAPI IsLocalCall() +{ + FIXME("() stub\n"); + return TRUE; +}
The function definition is incomplete. You should change it to "BOOL WINAPI IsLocalCall(void)". -- Rob Shearman
6477
Age (days ago)
6477
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Shearman