diff options
| author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:11:53 +0000 |
|---|---|---|
| committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 13:11:53 +0000 |
| commit | ae1ea4cb8bcd56f819419fc9d44e20cf115af285 (patch) | |
| tree | 1590e7d7f154f88c3cfb92e8bcea6c1203e79777 /src/mmsrip | |
| parent | 873739001a3502a095e314d23c01fff308c84a8c (diff) | |
Debian repository
Diffstat (limited to 'src/mmsrip')
| -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 |
