Searched refs:wDbgString (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1535 char const* wDbgString = getenv( "INKSCAPE_DBG_WMF" ); local
1536 if ( wDbgString != NULL ) {
1537 if(strstr(wDbgString,"RECORD")){ wDbgRecord = 1; }
1538 if(strstr(wDbgString,"COMMENT")){ wDbgComment = 1; }
1539 if(strstr(wDbgString,"FINAL")){ wDbgFinal = 1; }

Completed in 30 milliseconds