Ticket #38889: patch-src-common.h.diff
File patch-src-common.h.diff, 404 bytes (added by dcarmich@…, 12 years ago) |
---|
-
./src/common.h
old new 124 124 125 125 #endif /* !_MSC_VER */ 126 126 127 #ifdef HAVE_STRLCPY128 #define strncpy strlcpy129 #endif130 131 #ifdef HAVE_STRLCAT132 #define strncpy strlcat133 #endif134 135 127 /* Quirks */ 136 128 #define QUIRK_S3MLOOP (1 << 0) /* S3M loop mode */ 137 129 #define QUIRK_ENVFADE (1 << 1) /* Fade at end of envelope */