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:53 +0100
commit87ff17a05d2a559b1bb2565f0c25541a99489e1b (patch)
tree8c9850473a8b0e91bab64bc38bc785bd7eb4dd26 /crypto/LPdir_win.c
parentd93112abc600066b636859bea55ba55701441452 (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