Changeset b4ff97e
- Timestamp:
- Mar 14, 2017, 5:50:33 AM (8 years ago)
- Branches:
- sampler
- Children:
- 388c2e7
- Parents:
- ea3a113
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.c
rea3a113 rb4ff97e 29 29 #include "synth/sampler.h" 30 30 31 #ifdef HAVE_PTHREAD_H 31 32 #define HAVE_THREADS 1 32 #define READER_THREAD_ON 133 #if 034 #undef HAVE_THREADS35 #endif36 37 #ifdef HAVE_THREADS38 33 #include <pthread.h> 34 #else 35 // FIXME add support for threading on windows 36 #warning "compiling sampler without threading" 39 37 #endif 40 38
Note: See TracChangeset
for help on using the changeset viewer.