Add trace to DefineDosDevice.

This commit is contained in:
Christian Costa 2005-10-10 10:44:35 +00:00 committed by Alexandre Julliard
parent dfd1153f1d
commit dd3d1e389a
1 changed files with 2 additions and 0 deletions

View File

@ -804,6 +804,8 @@ BOOL WINAPI DefineDosDeviceW( DWORD flags, LPCWSTR devname, LPCWSTR targetpath )
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))