--- aMule-SVN-r9623/src/muuli_wdr.cpp.orig	2008-07-13 18:54:20.000000000 +0200
+++ aMule-SVN-r9623/src/muuli_wdr.cpp	2009-05-27 03:46:47.000000000 +0200
@@ -47,6 +47,11 @@
 #include "PartFileConvert.h"
 #include "KadDlg.h"
 
+// Make source compatible to wx 2.8 without 2.6 backward compatibility
+#ifndef wxGA_PROGRESSBAR
+#define wxGA_PROGRESSBAR 0
+#endif
+
 
 // Implement window functions
 
