mirror of https://github.com/odrling/Aegisub
FFMS2: unix ifdefs in ffmsindex
Originally committed to SVN as r2987.
This commit is contained in:
parent
c8b125943c
commit
9cb8cb25cf
|
@ -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 New Issue