Changeset 388c2e7


Ignore:
Timestamp:
Mar 14, 2017, 6:08:47 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
ebed7e6
Parents:
b4ff97e
Message:

src/synth/sampler.c: no #warning for msvc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/sampler.c

    rb4ff97e r388c2e7  
    3333#include <pthread.h>
    3434#else
    35 // FIXME add support for threading on windows
     35#ifdef _MSC_VER
     36#pragma message "compiling sampler without threading"
     37#else
    3638#warning "compiling sampler without threading"
     39#endif
    3740#endif
    3841
Note: See TracChangeset for help on using the changeset viewer.