projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes for real this time for new telnet client
[reactos.git]
/
rosapps
/
net
/
telnet
/
src
/
stl_bids.h
diff --git
a/rosapps/net/telnet/src/stl_bids.h
b/rosapps/net/telnet/src/stl_bids.h
index
6e34711
..
09f3f8a
100644
(file)
--- a/
rosapps/net/telnet/src/stl_bids.h
+++ b/
rosapps/net/telnet/src/stl_bids.h
@@
-132,8
+132,10
@@
public:
destroy(begin( ), end( ));
#ifdef __CYGWIN__
_M_finish = _M_start;
-#else
- finish = start;
+#endif
+// finish = start; /* Removed for ReactOS */
+#ifdef __REACTOS__
+ _M_finish = _M_start;
#endif
#endif
}