mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
msvc6+PSDK fixes
svn path=/trunk/; revision=18629
This commit is contained in:
parent
1d8fc0ce9e
commit
c4f10fc116
2 changed files with 8 additions and 0 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue