From: Richard Levitte Date: Fri, 28 Nov 2014 22:06:20 +0000 (+0100) Subject: Check for FindNextFile when defining it rather than FindFirstFile X-Git-Tag: OpenSSL_1_0_1k~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e96872f4c03325dacf6eaaa0da2bdf8574f3e6fa;p=oweals%2Fopenssl.git Check for FindNextFile when defining it rather than FindFirstFile Reviewed-by: Matt Caswell --- diff --git a/crypto/LPdir_win.c b/crypto/LPdir_win.c index d5b5e2c900..7eea373cde 100644 --- a/crypto/LPdir_win.c +++ b/crypto/LPdir_win.c @@ -36,7 +36,7 @@ #if defined(LP_SYS_WINCE) && !defined(FindFirstFile) # define FindFirstFile FindFirstFileW #endif -#if defined(LP_SYS_WINCE) && !defined(FindFirstFile) +#if defined(LP_SYS_WINCE) && !defined(FindNextFile) # define FindNextFile FindNextFileW #endif