diff --git a/crypto/LPdir_win.c b/crypto/LPdir_win.c index d5b5e2c900db9ea56522a75a49972213c01a741b..7eea373cde9b83690bec7067a78314b849fa4e5f 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