Commit 61512b20 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

include: Fix a mistake in the declaration of _sntprintf.

parent 3a082910
......@@ -95,7 +95,7 @@ extern "C" {
#define _puttc WINE_tchar_routine(putc, putc, putwc)
#define _puttchar WINE_tchar_routine(putchar, putchar, putwchar)
#define _putts WINE_tchar_routine(puts, puts, putws)
#define _sntprintf WINE_tchar_routine(sprintf, sprintf, swprintf)
#define _sntprintf WINE_tchar_routine(snprintf, snprintf, snwprintf)
#define _stprintf WINE_tchar_routine(sprintf, sprintf, swprintf)
#define _stscanf WINE_tchar_routine(sscanf, sscanf, swscanf)
#define _taccess WINE_tchar_routine(access, _access, _waccess)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment