00001 #ifndef XMMSC_WINDOWS_H 00002 #define XMMSC_WINDOWS_H 00003 00004 #ifdef _MSC_VER 00005 #define inline __inline 00006 #endif 00007 00008 #endif