00001 /* 00002 * 00003 * © Bernhard Wagner, xmlizer.net, 2002. 00004 */ 00005 #if defined(_MSC_VER) 00006 // 00007 // Warning about: identifier was truncated to '255' characters in the debug information 00008 // But check:https://support.microsoft.com/default.aspx?scid=KB;EN-US;Q167355& 00009 // 00010 #pragma warning( disable : 4786 ) 00011 #endif 00012