ChangeSet ID: 23479 CVSROOT: /opt/cvs-commit Module name: tools Changes by: jnewman@winehq.org 2006/03/08 13:16:01
Modified files: . : winapi_stats.php
Log message: Francois Gouget fgouget@free.fr Ignore winex11.drv since it is a Wine-specific dll.
Patch: http://cvs.winehq.org/patch.py?id=23479
Old revision New revision Changes Path 1.10 1.11 +2 -1 tools/winapi_stats.php
Index: tools/winapi_stats.php diff -u -p tools/winapi_stats.php:1.10 tools/winapi_stats.php:1.11 --- tools/winapi_stats.php:1.10 8 Mar 2006 19:16: 1 -0000 +++ tools/winapi_stats.php 8 Mar 2006 19:16: 1 -0000 @@ -78,7 +78,8 @@ WHERE module in ( "winenas.drv", "wineoss.drv", "wineps", -"wineps16.drv" +"wineps16.drv", +"winex11.drv" )');
// perform query on data in temp table