[2/8] dxdiag: Introduce the file output infrastructure.

Alexandre Julliard julliard at winehq.org
Mon Jun 13 08:34:51 CDT 2011


Andrew Nguyen <anguyen at codeweavers.com> writes:

> ---
>  programs/dxdiag/Makefile.in |    3 +-
>  programs/dxdiag/main.c      |   39 +++++++++++++++++++++++++++---
>  programs/dxdiag/output.c    |   54 +++++++++++++++++++++++++++++++++++++++++++
>  programs/dxdiag/output.h    |   49 +++++++++++++++++++++++++++++++++++++++
>  4 files changed, 140 insertions(+), 5 deletions(-)

Please don't add so many new files. A single header for the whole
program would do, and a couple of source files should be enough
considering the amount of code you have.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list