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