21 #ifndef __JackCompilerDeps_WIN32__ 22 #define __JackCompilerDeps_WIN32__ 24 #define LIB_EXPORT __declspec(dllexport) 27 #define SERVER_EXPORT __declspec(dllexport) 34 #define MEM_ALIGN(x,y) x __attribute__((aligned(y))) 38 #define MEM_ALIGN(x,y) x 43 #define vsnprintf _vsnprintf 44 #define snprintf _snprintf 45 #define strdup _strdup