Francesco Montorsi <f18m_cpp217828 at yahoo.it>: > enum wxPlatform > { > wxPLAT_MSW, > wxPLAT_GTK, > ... > }; Wouldn't it be duplication of OS mnemonics listed in defs.h and returned by GetToolkitInfo() already? ABX