mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:03:29 +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::string;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
|
#ifdef OUT
|
||||||
|
#undef OUT
|
||||||
|
#endif//OUT
|
||||||
|
|
||||||
void
|
void
|
||||||
MSVCBackend::_generate_dsp ( const Module& module )
|
MSVCBackend::_generate_dsp ( const Module& module )
|
||||||
{
|
{
|
||||||
|
|
|
@ -31,6 +31,10 @@
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
|
#ifdef OUT
|
||||||
|
#undef OUT
|
||||||
|
#endif//OUT
|
||||||
|
|
||||||
void
|
void
|
||||||
MSVCBackend::_generate_vcproj ( const Module& module )
|
MSVCBackend::_generate_vcproj ( const Module& module )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue