Hello,

I get an syntax error in SED with this code:

Code:
#if defined(_WIN32) || defined(__CYGWIN__)


in
Code:
#if defined(_WIN32) || defined(__CYGWIN__)
    #define F_CALL __stdcall


Should be c compatible right?

(It is from one of the header files of FMOD libraries (latest version) that I am trying to integrate in my gs3d project. I have had some communication with one FMOD staff and it should be possible to integrate it.)