Commit 7a8a62f6 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix compilation on Linux (if no libtar)

problem reported by Timothy B. Terriberry" <tterribe@xiph.org>
parent 647306ce
......@@ -64,6 +64,9 @@ int makedir( const char *newdir );
#define WINAMP2_XML_FILE "winamp2.xml"
#define ZIP_BUFFER_SIZE 4096
#ifndef O_BINARY
# define O_BINARY 0
#endif
bool ThemeLoader::load( const string &fileName )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment