From 5c8f8897f97c6bd8cd1b4c675502c0248cf1c94b Mon Sep 17 00:00:00 2001 From: compn Date: Tue, 6 Mar 2007 14:15:37 +0000 Subject: __defines are reserved for gcc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22478 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/vfw2menc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TOOLS') diff --git a/TOOLS/vfw2menc.c b/TOOLS/vfw2menc.c index 0802a187c8..51d91ffd51 100644 --- a/TOOLS/vfw2menc.c +++ b/TOOLS/vfw2menc.c @@ -29,7 +29,7 @@ #pragma warning(disable: 4996) #endif -#define __VERSION__ "0.1" +#define VERSION "0.1" #include #include @@ -152,7 +152,7 @@ static struct option long_options[] = void help(const char *progname) { - printf("VFW to mencoder v"__VERSION__" - Copyright 2007 - Gianluigi Tiesi \n"); + printf("VFW to mencoder v"VERSION" - Copyright 2007 - Gianluigi Tiesi \n"); printf("This program is Free Software\n\n"); printf("Usage: %s\n", progname); printf(" -h|--help - displays this help\n"); -- cgit v1.2.3