]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dbgrid.cpp
Spelling corrections
[wxWidgets.git] / src / common / dbgrid.cpp
index bdb5aa196a9486cfc4a4fcdeb724b54df5635d4d..ed58753424166cd86fa0168fe2bf785a308db5d7 100644 (file)
@@ -276,7 +276,9 @@ wxString wxDbGridTableBase::GetTypeName(int WXUNUSED(row), int col)
             switch(m_data->GetColDefs()[(m_ColInfo[col].DbCol)].SqlCtype)
             {
                 case SQL_C_CHAR:
+#ifndef __UNIX__
                 case SQL_C_WCHAR:
+#endif                 
                     return wxGRID_VALUE_STRING;
                 case SQL_C_SHORT:
                 case SQL_C_SSHORT: