This commit is contained in:
Branimir Karadžić 2015-04-01 09:20:40 -07:00
parent 6394277397
commit dbca022e31

View file

@ -269,7 +269,8 @@ bool compileHLSLShaderDx9(bx::CommandLine& _cmdLine, const std::string& _code, b
disasm->Release(); disasm->Release();
} }
} }
#endif #endif // !defined(__MINGW32__)
if (NULL != code) if (NULL != code)
{ {
code->Release(); code->Release();