#ifndef DALIST_ENV_H #define DALIST_ENV_H #if defined (MIDIPIX_FREESTANDING) #include #else #ifndef _XOPEN_SOURCE #define _XOPEN_SOURCE 500 #endif #include #include #include #include #ifndef __cdecl #define __cdecl #endif #ifndef __stdcall #define __stdcall #endif #endif #endif