With "removing the #ifdef" I meant "removing the whole line with the #ifdef of course. Sorry for not being clear...
Index: E:/aMule/dev/SVN/trunk/src/amuleDlg.h
===================================================================
--- E:/aMule/dev/SVN/trunk/src/amuleDlg.h (revision 9311)
+++ E:/aMule/dev/SVN/trunk/src/amuleDlg.h (revision 9312)
@@ -183,11 +183,10 @@
void DoNetworkRearrange();
-#ifdef ENABLE_IP2COUNTRY
CIP2Country* m_IP2Country;
void IP2CountryDownloadFinished(uint32 result);
void EnableIP2Country();
-#endif
+
wxWindow* m_activewnd;
CTransferWnd* m_transferwnd;
CServerWnd* m_serverwnd;