Mercurial > mplayer.hg
changeset 235:6f96d4143806
verbose output changed
author | arpi_esp |
---|---|
date | Wed, 28 Mar 2001 21:43:21 +0000 |
parents | fae0ed5ac7d2 |
children | a2c9731b2e01 |
files | loader/Makefile loader/win32.c |
diffstat | 2 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/Makefile Wed Mar 28 20:14:16 2001 +0000 +++ b/loader/Makefile Wed Mar 28 21:43:21 2001 +0000 @@ -2,10 +2,9 @@ # Generated automatically from Makefile.in by configure. DEFINES=-rdynamic -fPIC $(WIN32_PATH) $(CDOPT) -D__WINE__ -Ddbg_printf=__vprintf \ - -DTRACE=__vprintf -# -DDETAILED_OUT + -DTRACE=__vprintf # -DDETAILED_OUT -LIB_OBJECTS= pe_image.o module.o \ +LIB_OBJECTS= setup_FS.o pe_image.o module.o \ ext.o win32.o driver.o pe_resource.o \ resource.o registry.o elfdll.o afl.o vfl.o
--- a/loader/win32.c Wed Mar 28 20:14:16 2001 +0000 +++ b/loader/win32.c Wed Mar 28 21:43:21 2001 +0000 @@ -138,9 +138,10 @@ longcount(z); } -int LOADER_DEBUG=0; +int LOADER_DEBUG=1; inline void dbgprintf(char* fmt, ...) { +#ifdef DETAILED_OUT if(LOADER_DEBUG) { FILE* f; @@ -156,6 +157,7 @@ } va_end(va); } +#endif } char export_names[500][30]={ "name1",