diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index cca4ba1522..c255db74b4 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -8,6 +8,9 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +// To fix compilation when using Sun CC we must define _T() for this file. +#define wxNEEDS_T + // For compilers that support precompilation, includes "wx/wx.h". #include "wx/wxprec.h"