1
0
forked from 0ad/0ad

remove suspicious #undef free. if that was due to conflict with mmgr, #include "nommgr.h" instead.

This was SVN commit r2222.
This commit is contained in:
janwas 2005-05-03 05:06:06 +00:00
parent c65d966112
commit 748e8d50e8

View File

@ -20,10 +20,6 @@
#include "scripting/ScriptableObject.h"
#include "lib/res/handle.h"
// ....
#undef free
// ....
class JSI_Sound : public CJSObject<JSI_Sound>
{
public: