Ticket #38889: patch-src-common.h.diff

File patch-src-common.h.diff, 404 bytes (added by dcarmich@…, 11 years ago)

common.h patch for libxmp

  • ./src/common.h

    old new  
    124124
    125125#endif  /* !_MSC_VER */
    126126
    127 #ifdef HAVE_STRLCPY
    128 #define strncpy strlcpy
    129 #endif
    130 
    131 #ifdef HAVE_STRLCAT
    132 #define strncpy strlcat
    133 #endif
    134 
    135127/* Quirks */
    136128#define QUIRK_S3MLOOP   (1 << 0)        /* S3M loop mode */
    137129#define QUIRK_ENVFADE   (1 << 1)        /* Fade at end of envelope */