]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
fixed ifdef
[wxWidgets.git] / include / wx / msw / listctrl.h
index d9189c5eab69e5f66bc3349a5c38ba2b6b9f1e45..288c85b676fd81e7ad98fcce59dc42477452c08f 100644 (file)
 #define _WX_LISTCTRL_H_
 
 #ifdef __GNUG__
-#pragma interface "listctrl.h"
+    #pragma interface "listctrl.h"
 #endif
 
+#if wxUSE_LISTCTRL
+
 #include "wx/control.h"
 #include "wx/event.h"
 #include "wx/hash.h"
@@ -368,5 +370,7 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+#endif // wxUSE_LISTCTRL
+
 #endif
     // _WX_LISTCTRL_H_