 Issue 5948518908821504:
  Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections  (Closed)
    
  
    Issue 5948518908821504:
  Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections  (Closed) 
  | Index: src/plugin/PluginStdAfx.h | 
| =================================================================== | 
| --- a/src/plugin/PluginStdAfx.h | 
| +++ b/src/plugin/PluginStdAfx.h | 
| @@ -54,22 +54,14 @@ | 
| #include "PluginDebugMacros.h" | 
| #include "PluginErrorCodes.h" | 
| +#include "Config.h" | 
| -#if (defined PRODUCT_ADBLOCKPLUS) | 
| -#include "Config.h" | 
| -#endif | 
| - | 
| -#if (defined PRODUCT_ADBLOCKPLUS) | 
| #if (defined ENTERPRISE) | 
| #define CONFIG_IN_REGISTRY | 
| 
Oleksandr
2014/10/02 21:24:02
We've removed SUPPORT_CONFIG and we are not using
 | 
| #endif | 
| #include "Resource.h" | 
| -#endif | 
| -#if (defined PRODUCT_ADBLOCKPLUS) | 
| #include "PluginDebug.h" | 
| -#endif | 
| - | 
| #define _CRTDBG_MAP_ALLOC | 
| #include <stdlib.h> |