localspl: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
194fd077de
commit
1e2bfd2804
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue