mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00: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