msvc6+PSDK fixes

svn path=/trunk/; revision=18629
This commit is contained in:
Royce Mitchell III 2005-10-20 14:05:27 +00:00
parent 1d8fc0ce9e
commit c4f10fc116
2 changed files with 8 additions and 0 deletions

View file

@ -31,6 +31,10 @@
using std::string;
using std::vector;
#ifdef OUT
#undef OUT
#endif//OUT
void
MSVCBackend::_generate_dsp ( const Module& module )
{

View file

@ -31,6 +31,10 @@
using std::string;
using std::vector;
#ifdef OUT
#undef OUT
#endif//OUT
void
MSVCBackend::_generate_vcproj ( const Module& module )
{