I just updated my angelscript SDK to 2.30.1 but I couldn't get scriptbuilder.h to compile correctly (am using GCC 4.9.2 on Windows), it was informing me that the function _strcmpi did not exist. While I fixed it by including windows.h and changing the function to _stricmp, but now I have to deal with windows.h being included.
I'm not sure if this is a bug or something, or if I'm just really bad at including libraries, but still. Does anybody else have this problem?