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:45 +0100
commite96872f4c03325dacf6eaaa0da2bdf8574f3e6fa (patch)
treed80f6ab8f70a221dcc34023772f7dccf722f4786 /crypto/LPdir_win.c
parent14e9a78d479ee4f41795732785d0e79fc4c63c2b (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