Changeset 468


Ignore:
Timestamp:
Jun 6, 2015, 9:12:47 AM (9 years ago)
Author:
roman
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DirectShowSpy/Common.h

    r455 r468  
    1616#pragma once
    1717
    18 #include "AboutDialog.h"
    19 namespace EmailTools
    20 {
    21         #include "Module_i.h"
    22         #undef __Module_i_h__
    23         #include "..\..\Repository-Private\Utilities\EmailTools\Module_i.h"
    24         #include "..\..\Repository-Private\Utilities\EmailTools\Message.h"
    25 }
    26 using namespace EmailTools;
    27 #define  BZ_NO_STDIO
    28 #include "..\..\Repository-Private\Utilities\DeflateTools\Bzip2Item.h"
     18#if defined(DIRECTSHOWSPY)
     19        #include "AboutDialog.h"
     20        namespace EmailTools
     21        {
     22                #include "Module_i.h"
     23                #undef __Module_i_h__
     24                #include "..\..\Repository-Private\Utilities\EmailTools\Module_i.h"
     25                #include "..\..\Repository-Private\Utilities\EmailTools\Message.h"
     26        }
     27        using namespace EmailTools;
     28        #define  BZ_NO_STDIO
     29        #include "..\..\Repository-Private\Utilities\DeflateTools\Bzip2Item.h"
     30#endif // defined(DIRECTSHOWSPY)
    2931
    3032////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.