diff --git a/fteqtv/libqtvc/msvc_sucks.c b/fteqtv/libqtvc/msvc_sucks.c index a73b5234a..0ec8535e3 100644 --- a/fteqtv/libqtvc/msvc_sucks.c +++ b/fteqtv/libqtvc/msvc_sucks.c @@ -17,6 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef _WIN32 + #include #include #include @@ -71,3 +73,5 @@ int snprintf(char *buf, size_t buflen, const char *fmt, ...) return ret; } +#endif +