fix version string

This commit is contained in:
Josh Coalson
2001-03-21 23:14:27 +00:00
parent 6376169cf7
commit d309468471

View File

@@ -305,13 +305,7 @@ DWORD WINAPI __stdcall DecodeThread(void *b)
In_Module mod =
{
IN_VER,
"Reference FLAC Player v0.0"
#ifdef __alpha
"(AXP)"
#else
"(x86)"
#endif
,
"Reference FLAC Player v" FLAC__VERSION_STRING,
0, /* hMainWindow */
0, /* hDllInstance */
"FLAC\0FLAC Audio File (*.FLAC)\0"