_STLPORT_VERSION also indicates STLport

[SVN r11208]
This commit is contained in:
Jens Maurer
2001-09-22 16:23:37 +00:00
parent 1e97d99608
commit c55a7a2479

View File

@ -17,7 +17,7 @@
#include <utility>
#if defined(__SGI_STL_PORT)
#if defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)
// STLPort library; this _must_ come first, otherwise since
// STLport typically sits on top of some other library, we
// can end up detecting that first rather than STLport: