# HG changeset patch # User mas01cr # Date 1255522357 0 # Node ID 6d5d4c733781ec4276e00e28d97067c33b6f9f90 # Parent 7678326a937dc8770a19c4757f353ef0d1560005 Protect in audioDB.h against being included with mingw diff -r 7678326a937d -r 6d5d4c733781 audioDB.h --- a/audioDB.h Tue Oct 13 20:17:15 2009 +0000 +++ b/audioDB.h Wed Oct 14 12:12:37 2009 +0000 @@ -5,7 +5,9 @@ #include #include #include +#if !defined(WIN32) #include +#endif #include #include #include