mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
End of line fix for gcc 3.x, other misc fixes for 3x
svn path=/trunk/; revision=3539
This commit is contained in:
parent
2e1536cfa6
commit
5902c7241e
12 changed files with 13 additions and 12 deletions
|
@ -129,7 +129,7 @@ public:
|
|||
_Destroy(begin(), end());
|
||||
_Last = _First;
|
||||
#else
|
||||
destroy(begin( ), end( ));
|
||||
// destroy(begin( ), end( ));
|
||||
#ifdef __CYGWIN__
|
||||
_M_finish = _M_start;
|
||||
#endif
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
/////////////////////////////////////////////////////////
|
||||
|
||||
#include "tkeydef.h"
|
||||
#include <string.h>
|
||||
|
||||
// This class did not properly release memory before, and a buffer overrun
|
||||
// was apparent in operator=(char*). Fixed. (Paul Brannan Feb. 4, 1999)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue