Fix header guard conflict... it still doesn't build with gcc4 though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30413 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
// dealings in this Software without prior written authorization of the
|
||||
// copyright holder.
|
||||
|
||||
#ifndef _VECTOR_H
|
||||
#define _VECTOR_H
|
||||
#ifndef _INSTALLER_VECTOR_H
|
||||
#define _INSTALLER_VECTOR_H
|
||||
|
||||
#include <new>
|
||||
#include <stdlib.h>
|
||||
@@ -795,4 +795,4 @@ _VECTOR_CLASS_NAME::_IteratorIndex(const ConstIterator &iterator) const
|
||||
return -1;
|
||||
}
|
||||
|
||||
#endif // _VECTOR_H
|
||||
#endif // _INSTALLER_VECTOR_H
|
||||
|
||||
Reference in New Issue
Block a user