Fixed a tex2rtf warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
722a4a3c4b
commit
107ffdc16d
@ -374,7 +374,7 @@ available through the ODBC driver manager on the current workstation.
|
||||
\begin{verbatim}
|
||||
wxStringList strList;
|
||||
|
||||
while (wxDbGetDataSource(DbConnectInf.GetHenv(), Dsn, SQL\_MAX\_DSN\_LENGTH+1, DsDesc, 255))
|
||||
while (wxDbGetDataSource(DbConnectInf.GetHenv(), Dsn, SQL_MAX_DSN_LENGTH+1, DsDesc, 255))
|
||||
strList.Add(Dsn);
|
||||
\end{verbatim}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user