Mercurial > mplayer.hg
changeset 22460:fa2b5e300c5a
__defines are reserved for gcc
author | compn |
---|---|
date | Tue, 06 Mar 2007 14:15:37 +0000 |
parents | d870e862d272 |
children | c54ad95f852a |
files | TOOLS/vfw2menc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/vfw2menc.c Tue Mar 06 11:34:06 2007 +0000 +++ b/TOOLS/vfw2menc.c Tue Mar 06 14:15:37 2007 +0000 @@ -29,7 +29,7 @@ #pragma warning(disable: 4996) #endif -#define __VERSION__ "0.1" +#define VERSION "0.1" #include <stdio.h> #include <stdlib.h> @@ -152,7 +152,7 @@ void help(const char *progname) { - printf("VFW to mencoder v"__VERSION__" - Copyright 2007 - Gianluigi Tiesi <sherpya@netfarm.it>\n"); + printf("VFW to mencoder v"VERSION" - Copyright 2007 - Gianluigi Tiesi <sherpya@netfarm.it>\n"); printf("This program is Free Software\n\n"); printf("Usage: %s\n", progname); printf(" -h|--help - displays this help\n");