[KERNEL] Add trace to DefineDosDevice

Christian Costa titan.costa at wanadoo.fr
Sun Oct 9 08:14:49 CDT 2005


Hi,

Changelog:
Add trace to DefineDosDevice.

Christian Costa   titan.costa at wanadoo.fr

-------------- next part --------------
Index: dlls/kernel/volume.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/volume.c,v
retrieving revision 1.31
diff -u -r1.31 volume.c
--- dlls/kernel/volume.c	17 Aug 2005 10:28:35 -0000	1.31
+++ dlls/kernel/volume.c	9 Oct 2005 12:04:12 -0000
@@ -804,6 +804,8 @@
     BOOL ret = FALSE;
     char *path = NULL, *target, *p;
 
+    TRACE("%lx, %s, %s\n", flags, debugstr_w(devname), debugstr_w(targetpath));
+
     if (!(flags & DDD_REMOVE_DEFINITION))
     {
         if (!(flags & DDD_RAW_TARGET_PATH))


More information about the wine-patches mailing list