#define FIX_705_REND_CONF_FALSE_WARNING /* Eri: Bug in MSVC ftell() for UNIX-style line endings trigger false warning messages in renderer configuration. */
/* #################### End BE switches ################################## */
setvbuf(pRenderConfigReader->pConfigFile,pConfig_str,_IONBF,sizeof(char));/* Work-around for VS bug that gives incorrect ftell for UNIX-style line endings */