Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3511] load_opcodes.c

Date2003-11-25 23:37
From"Robert McNulty Junior"
Subject[CSOUND-DEV:3511] load_opcodes.c
I modified this file to work with Cygwin.
#direct.h was being included.
Here's the patch I made

#if !defined(__CYGWIN__)
#include 
#endif