summaryrefslogtreecommitdiff
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:27:21 +0100
commit91316e6765877a9754402e42f5a590c262722662 (patch)
treef91d4b9fb75f6997f6292f7ff81e164d7d54c2af /crypto/LPdir_win.c
parent7a04b854d655785798d471df25ffd5036f3cc46b (diff)
downloadopenssl-new-91316e6765877a9754402e42f5a590c262722662.tar.gz
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