mirror of https://github.com/python/cpython.git
Fix Visual Studio build.
This commit is contained in:
parent
fdf1a34ba1
commit
66a6f3fa81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue