projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56614e5
)
also define wxLstat in ANSI build
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 21 Oct 2006 14:42:17 +0000
(14:42 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sat, 21 Oct 2006 14:42:17 +0000
(14:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42200
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/filefn.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/filefn.h
b/include/wx/filefn.h
index 344dd0401fd425899b108ded0c972945b175524a..60853f0bce7f1e7132ee5899daa043a828a2d3ab 100644
(file)
--- a/
include/wx/filefn.h
+++ b/
include/wx/filefn.h
@@
-348,6
+348,7
@@
enum wxFileKind
#else
#define wxOpen open
#define wxStat stat
+ #define wxLstat lstat
#define wxAccess access
#endif
#endif // platforms