]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dbtable.h
Made various Motif fixes, wxListBox/wxChoice derive from wxControlWithItems,
[wxWidgets.git] / include / wx / dbtable.h
index 71ef8d2e7debb59b3f9bdb31d3d5de7e55abc310..14acecbeb2183512dd604a8dded5848866640826 100644 (file)
@@ -157,7 +157,7 @@ public:
        bool    QueryOnKeyFields(bool forUpdate = FALSE, bool distinct = FALSE);
        bool    GetNext(void)   { return(getRec(SQL_FETCH_NEXT));  }
        bool    operator++(int) { return(getRec(SQL_FETCH_NEXT));  }
-#ifndef FWD_ONLY_CURSORS
+#if !wxODBC_FWD_ONLY_CURSORS
        bool    GetPrev(void)   { return(getRec(SQL_FETCH_PRIOR)); }
        bool    operator--(int) { return(getRec(SQL_FETCH_PRIOR)); }
        bool    GetFirst(void)  { return(getRec(SQL_FETCH_FIRST)); }