Le 30/11/2012 23:38, Alexandre Julliard a écrit :
Christian Costa writes:
Ok. I will use WINE_TRACE instead. So that would be better to remove
-v
option and turn all printf
dependant of this option to WINE_TRACE, right ?
Of course not. Debug options are for debugging the app, -v is for normal
Christian Costa writes:
> Ok. I will use WINE_TRACE instead. So that would be better to remove
> -v
> option and turn all printf
> dependant of this option to WINE_TRACE, right ?
Of course not. Debug options are for debugging the app, -v is for normal
users who want to see the details of what i
Le 30/11/2012 23:12, Alexandre Julliard a écrit :
Christian Costa writes:
Le 30/11/2012 11:58, Alexandre Julliard a écrit :
Christian Costa writes:
@@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] )
argv[--argc] = NULL;
}
}
-retur
Christian Costa writes:
> Le 30/11/2012 11:58, Alexandre Julliard a écrit :
>> Christian Costa writes:
>>
>>> @@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] )
>>> argv[--argc] = NULL;
>>> }
>>> }
>>> -return extract_cabinet( buffer );
>>
Le 30/11/2012 11:58, Alexandre Julliard a écrit :
Christian Costa writes:
@@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] )
argv[--argc] = NULL;
}
}
-return extract_cabinet( buffer );
+WINE_MESSAGE("Extracting file(s) from cabin
Christian Costa writes:
> @@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] )
> argv[--argc] = NULL;
> }
> }
> -return extract_cabinet( buffer );
> +WINE_MESSAGE("Extracting file(s) from cabinet %s\n",
> wine_dbgstr_a(cab_file));
> +