// Created: 28.12.2004
// RCS-ID: $Id$
// Copyright: (c) Wlodzimierz Skiba
-// License: wxWindows licence
+// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef _PREFCONF_H_
#define _PREFCONF_H_
+#include "wx/defs.h"
+
+#if wxUSE_CONFIG
+
// ----------------------------------------------------------------------------
// wxPrefConfig
// ----------------------------------------------------------------------------
DECLARE_ABSTRACT_CLASS(wxPrefConfig)
};
-#endif // _PREFCONF_H_
+#endif // wxUSE_CONFIG
+#endif // _PREFCONF_H_