Changeset 1bc92cd for src


Ignore:
Timestamp:
Dec 29, 2021, 6:14:14 PM (2 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/crepe
Parents:
c5ca86e
git-author:
Paul Brossier <piem@piem.org> (12/29/21 18:12:22)
git-committer:
Paul Brossier <piem@piem.org> (12/29/21 18:14:14)
Message:

[aubio_priv.h] move windows hack strncasecmp define here

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    rc5ca86e r1bc92cd  
    267267#define AUBIO_SPRINTF                sprintf
    268268
     269#ifdef HAVE_WIN_HACKS
     270#define strncasecmp _strnicmp
     271#endif
     272
    269273#define AUBIO_MAX_SAMPLERATE (192000*8)
    270274#define AUBIO_MAX_CHANNELS 1024
  • src/utils/strutils.c

    rc5ca86e r1bc92cd  
    2121#include "aubio_priv.h"
    2222
    23 #ifdef HAVE_WIN_HACKS
    24 #define strncasecmp _strnicmp
    25 #endif
    26 
    2723const char_t *aubio_str_get_extension(const char_t *filename)
    2824{
Note: See TracChangeset for help on using the changeset viewer.