mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:07:16 +03:00
use ifdef not if
This commit is contained in:
parent
24d47a6e07
commit
4cd5220d27
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ static int dprintf_formatf(
|
|||
the second argument */
|
||||
/* function pointer called for each output character */
|
||||
|
||||
#if _WIN32_WCE
|
||||
#ifdef _WIN32_WCE
|
||||
int (__cdecl *stream) (int, FILE *),
|
||||
#else
|
||||
int (*stream)(int, FILE *),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue