0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

__defines are reserved for gcc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22478 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2007-03-06 14:15:37 +00:00
parent bb149bb929
commit 5c8f8897f9

View File

@ -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 @@ static struct option long_options[] =
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");