Small docu cleanup

Dimitrie O. Paun dpaun at rogers.com
Tue Jun 29 00:45:48 CDT 2004


ChangeLog
    Small documentation cleanup.


Index: windows/driver.c
===================================================================
RCS file: /var/cvs/wine/windows/driver.c,v
retrieving revision 1.45
diff -u -r1.45 driver.c
--- windows/driver.c	5 Sep 2003 23:15:40 -0000	1.45
+++ windows/driver.c	27 Apr 2004 13:41:28 -0000
@@ -1,5 +1,3 @@
-/* -*- tab-width: 8; c-basic-offset: 4 -*- */
-
 /*
  * WINE Drivers functions
  *
@@ -20,6 +18,10 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * TODO:
+ *	- LoadModule count and clean up is not handled correctly (it's not a
+ *	  problem as long as FreeLibrary is not working correctly)
  */
 
 #include <stdarg.h>
@@ -51,11 +53,6 @@
 
 static LPWINE_DRIVER	lpDrvItemList = NULL;
 
-/* TODO list :
- *	- LoadModule count and clean up is not handled correctly (it's not a
- *	  problem as long as FreeLibrary is not working correctly)
- */
-
 
 /**************************************************************************
  *			LoadStartupDrivers			[internal]



More information about the wine-patches mailing list