FFMS2: unix ifdefs in ffmsindex

Originally committed to SVN as r2987.
This commit is contained in:
Fredrik Mellbin 2009-05-25 16:25:43 +00:00
parent c8b125943c
commit 9cb8cb25cf
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ extern "C" {
#include <objbase.h>
#endif
#ifdef __UNIX__
#define _snprintf snprintf
#endif
#include <iostream>
#include <string>
#include <stdlib.h>