aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/junction~.c
blob: 5098b66bfbe17313ed6dfdd3fb03b4cbb37b5969 (plain)
1
2
3
4
5
6
7
8
9
/* 
 * hack to work around my lack of Windows linking knowledge
 * <hans@at.or.at>
 */
#ifdef WIN32
#include "../../../pd/src/d_mayer_fft~.c"
#endif

#include "../../creb/modules/junction~.c"