mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 13:50:25 +08:00
msvc6+PSDK fixes
svn path=/trunk/; revision=18629
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif//OUT
|
||||
|
||||
void
|
||||
MSVCBackend::_generate_dsp ( const Module& module )
|
||||
{
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
using std::string;
|
||||
using std::vector;
|
||||
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif//OUT
|
||||
|
||||
void
|
||||
MSVCBackend::_generate_vcproj ( const Module& module )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user