5 Dec
2005
5 Dec
'05
3:38 p.m.
On 12/5/05, Detlef Riekenberg <wine.dev(a)web.de> wrote:
/****************************************************************** * DeletePortA [WINSPOOL.@] * + * Delete a specific Port (ANSI) + * + * See DeletePortW. + *
...
/****************************************************************** * DeletePortW [WINSPOOL.@] * + * Delete a specific Port (UNICODE) + *
The (ANSI) and (UNICODE) are superfluous. For the ansi version, all you need is the 'See DeletePortW' instead of reusing 'Delete a specific port' as well. -- James Hawkins