OGL fixes for wxMotif; added Set/GetClientData to wxMenu in wxMSW/wxMotif/wxStubs.
[wxWidgets.git] / include / wx / msw / checklst.h
index 163291f121c51e55c200e5711eeef2aa41f504da..a58714daa6e2484166c8a11e8a4ef15e06e180bb 100644 (file)
@@ -18,7 +18,7 @@
 
 typedef   unsigned int  size_t;
 
-#if !USE_OWNER_DRAWN
+#if !wxUSE_OWNER_DRAWN
   #error  "wxCheckListBox class requires owner-drawn functionality."
 #endif