Fix Visual Studio build.

This commit is contained in:
Stefan Krah 2012-12-22 14:46:44 +01:00
parent fdf1a34ba1
commit 66a6f3fa81
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ extern "C" {
#ifndef UNUSED
#define UNUSED
#endif
#define MPD_PRAGMA(x)
#define MPD_HIDE_SYMBOLS_START
#define MPD_HIDE_SYMBOLS_END
#define EXTINLINE extern inline
#else
#ifdef HAVE_STDINT_H