undef the index macro for VACPP
I guess this is a VACPP bug, we had to do this in js, but why name a function such a common macro?
This commit is contained in:
mkaply%us.ibm.com 2001-12-12 12:52:55 +00:00
Родитель 3ba899f432
Коммит e7ce58cd84
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -221,6 +221,13 @@ static FrameCtorDebugFlags gFlags[] = {
#include "nsPopupSetFrame.h"
#include "nsOutlinerColFrame.h"
// To kill #define index(a,b) strchr(a,b) macro in Toolkit types.h
#ifdef XP_OS2_VACPP
#ifdef index
#undef index
#endif
#endif
//------------------------------------------------------------------
nsresult

Просмотреть файл

@ -221,6 +221,13 @@ static FrameCtorDebugFlags gFlags[] = {
#include "nsPopupSetFrame.h"
#include "nsOutlinerColFrame.h"
// To kill #define index(a,b) strchr(a,b) macro in Toolkit types.h
#ifdef XP_OS2_VACPP
#ifdef index
#undef index
#endif
#endif
//------------------------------------------------------------------
nsresult