forked from mia/Aegisub
FFMS2: unix ifdefs in ffmsindex
Originally committed to SVN as r2987.
This commit is contained in:
parent
c8b125943c
commit
9cb8cb25cf
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ extern "C" {
|
||||||
#include <objbase.h>
|
#include <objbase.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __UNIX__
|
||||||
|
#define _snprintf snprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue