diff options
Diffstat (limited to 'src/mmsrip/config.h')
-rw-r--r-- | src/mmsrip/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mmsrip/config.h b/src/mmsrip/config.h new file mode 100644 index 0000000..8c054a2 --- /dev/null +++ b/src/mmsrip/config.h @@ -0,0 +1,5 @@ +#ifdef _WIN32 +#undef HAVE_SNPRINTF +#elif defined(HAVE_CONFIG_H) +#include "../../config.h" +#endif |