summaryrefslogtreecommitdiffstats
path: root/crypto/LPdir_win.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2014-11-28 23:06:20 +0100
committerRichard Levitte <levitte@openssl.org>2014-11-28 23:31:28 +0100
commit6a7a4a4e19a339889e8238b6b23b5d3c010a0361 (patch)
treed8601429c844538fba47340585b9f17db1857b63 /crypto/LPdir_win.c
parent67a0ea702b588a1cfc7ad854c078aef898237051 (diff)
Check for FindNextFile when defining it rather than FindFirstFile
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/LPdir_win.c')
-rw-r--r--crypto/LPdir_win.c2
1 files changed, 1 insertions, 1 deletions
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