Changeset 410a157 for python/ext


Ignore:
Timestamp:
Feb 27, 2017, 1:23:49 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
8b7cdba
Parents:
24a7764
Message:

python/ext/aubio-types.h: define PATH_MAX if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubio-types.h

    r24a7764 r410a157  
    4747#endif
    4848
     49#ifndef PATH_MAX
     50#ifdef MAX_PATH
     51#define PATH_MAX MAX_PATH
     52#else
     53#define PATH_MAX 1024
     54#endif
     55#endif
     56
    4957// compat with Python < 2.6
    5058#ifndef Py_TYPE
Note: See TracChangeset for help on using the changeset viewer.