Re: spoolss: [2] Add a stub for IsLocalCall
30 Jun
2008
30 Jun
'08
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
6377
Age (days ago)
6377
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Shearman