Index: src/plugin/Plugin.h |
=================================================================== |
--- a/src/plugin/Plugin.h |
+++ b/src/plugin/Plugin.h |
@@ -1,7 +1,11 @@ |
#ifndef _PLUGIN_H_ |
#define _PLUGIN_H_ |
#include "abp.h" |
-#include "..\..\build\AdblockPlus_h.h" |
+#ifdef _WIN64 |
+#include "../../build/x64/AdblockPlus_h.h" |
+#else |
+#include "../../build/ia32/AdblockPlus_h.h" |
+#endif |
#endif // _PLUGIN_DEFS_H_ |