projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82ff64f
)
define wxFsync() as fsync() under Unix not as (not existing) commit()
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 4 Aug 2005 01:05:26 +0000
(
01:05
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 4 Aug 2005 01:05:26 +0000
(
01:05
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35086
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 84e5c44013cd9ab308c78a0dcbf4bdddaaff24b8..945aee42a519bd376359f9c0ee223813b4fa38a4 100644
(file)
--- a/
include/wx/filefn.h
+++ b/
include/wx/filefn.h
@@
-329,7
+329,7
@@
enum wxFileKind
#define wxWrite ::write
#define wxLseek lseek
#define wxSeek lseek
- #define wxFsync
commit
+ #define wxFsync
fsync
#define wxEof eof
#define wxMkDir mkdir