- reshuffled some stuff to satisfy Linux compilers (hopefully)

This commit is contained in:
Christoph Oelckers 2015-04-27 13:19:34 +02:00
commit 47e7a30cab
3 changed files with 9 additions and 2 deletions

View file

@ -3,10 +3,10 @@
#include <windows.h>
#define USE_WINDOWS_DWORD
#endif
#include "except.h"
#include "mpg123_decoder.h"
#include "files.h"
#include "except.h"
#ifdef HAVE_MPG123
static bool inited = false;