localspl: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2008-11-26 17:16:22 +01:00 committed by Alexandre Julliard
parent 194fd077de
commit 1e2bfd2804
1 changed files with 1 additions and 1 deletions

View File

@ -729,7 +729,7 @@ static BOOL WINAPI fpGetPrinterDriverDirectory(LPWSTR pName, LPWSTR pEnvironment
* and a special mode with lazy error checking.
*
*/
static BOOL WINAPI myAddPrinterDriverEx(DWORD level, LPBYTE pDriverInfo, DWORD dwFileCopyFlags, BOOL lazy)
static BOOL myAddPrinterDriverEx(DWORD level, LPBYTE pDriverInfo, DWORD dwFileCopyFlags, BOOL lazy)
{
static const WCHAR emptyW[1];
const printenv_t *env;