Changeset 410a157 for python/ext/aubio-types.h
- Timestamp:
- Feb 27, 2017, 1:23:49 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubio-types.h
r24a7764 r410a157 47 47 #endif 48 48 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 49 57 // compat with Python < 2.6 50 58 #ifndef Py_TYPE
Note: See TracChangeset
for help on using the changeset viewer.