[Tools] winapi_stats: Ignore winex11.drv

Francois Gouget fgouget at free.fr
Mon Mar 6 15:03:22 CST 2006


Changelog:

  * winapi_stats.php

    Francois Gouget <fgouget at free.fr>
    Ignore winex11.drv since it is a Wine-specific dll.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                   In a world without fences who needs Gates?
-------------- next part --------------
Index: winapi_stats.php
===================================================================
RCS file: /home/wine/tools/winapi_stats.php,v
retrieving revision 1.10
diff -u -p -r1.10 winapi_stats.php
--- winapi_stats.php	6 Apr 2004 21:06:58 -0000	1.10
+++ winapi_stats.php	6 Mar 2006 21:00:40 -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


More information about the wine-patches mailing list