projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
eliminate __WIN32__ only code
[wxWidgets.git]
/
src
/
common
/
mstream.cpp
diff --git
a/src/common/mstream.cpp
b/src/common/mstream.cpp
index 9226ce4461282164c3f847f24f1b9feb85ec5fac..b1ac75aa948985f9e7968230bdc50e8ac2f77826 100644
(file)
--- a/
src/common/mstream.cpp
+++ b/
src/common/mstream.cpp
@@
-80,7
+80,7
@@
size_t wxMemoryInputStream::OnSysRead(void *buffer, size_t nbytes)
}
m_i_streambuf->Read(buffer, nbytes);
- m_lasterror = wxSTREAM_NOERROR;
+ m_lasterror = wxSTREAM_NO
_
ERROR;
return m_i_streambuf->GetIntPosition() - pos;
}