use ifdef not if
This commit is contained in:
		| @@ -590,7 +590,7 @@ static int dprintf_formatf( | |||||||
|                  the second argument */ |                  the second argument */ | ||||||
|   /* function pointer called for each output character */ |   /* function pointer called for each output character */ | ||||||
|  |  | ||||||
| #if _WIN32_WCE | #ifdef _WIN32_WCE | ||||||
|   int (__cdecl *stream) (int, FILE *), |   int (__cdecl *stream) (int, FILE *), | ||||||
| #else | #else | ||||||
|   int (*stream)(int, FILE *), |   int (*stream)(int, FILE *), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Stenberg
					Daniel Stenberg