- Timestamp:
- Mar 14, 2017, 6:08:47 AM (8 years ago)
- Branches:
- sampler
- Children:
- ebed7e6
- Parents:
- b4ff97e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/synth/sampler.c
rb4ff97e r388c2e7 33 33 #include <pthread.h> 34 34 #else 35 // FIXME add support for threading on windows 35 #ifdef _MSC_VER 36 #pragma message "compiling sampler without threading" 37 #else 36 38 #warning "compiling sampler without threading" 39 #endif 37 40 #endif 38 41
Note: See TracChangeset
for help on using the changeset viewer.