projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a04b85
)
Check for FindNextFile when defining it rather than FindFirstFile
author
Richard Levitte
<levitte@openssl.org>
Fri, 28 Nov 2014 22:06:20 +0000
(23:06 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 28 Nov 2014 22:27:21 +0000
(23:27 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/LPdir_win.c
patch
|
blob
|
history
diff --git
a/crypto/LPdir_win.c
b/crypto/LPdir_win.c
index d5b5e2c900db9ea56522a75a49972213c01a741b..7eea373cde9b83690bec7067a78314b849fa4e5f 100644
(file)
--- 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(Find
Firs
tFile)
+#if defined(LP_SYS_WINCE) && !defined(Find
Nex
tFile)
# define FindNextFile FindNextFileW
#endif