Small distrib changes,
Use GTK's native insert for wxListBox, Compile pacthes for AIX, wxClipboard things, Ignore wxSIZE_AUTO flags in wxDialog and wxFrame, Ignore toolbar size in wxFrame::Get/SetClientSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -849,7 +849,7 @@ SQLDriverConnect (
|
||||
break;
|
||||
}
|
||||
|
||||
sprintf (cnstr2drv, "DSN=%s;", dsn);
|
||||
sprintf ((char*)cnstr2drv, "DSN=%s;", dsn);
|
||||
cbConnStrIn += STRLEN (cnstr2drv);
|
||||
STRNCAT (cnstr2drv, szConnStrIn, cbConnStrIn);
|
||||
szConnStrIn = cnstr2drv;
|
||||
|
@@ -198,7 +198,7 @@ SQLDataSources (
|
||||
* And find the description that goes with this entry
|
||||
*/
|
||||
_iodbcdm_getkeyvalbydsn (sect[cur_entry], strlen (sect[cur_entry]),
|
||||
"Description", szDesc, cbDescMax);
|
||||
"Description", (char*) szDesc, cbDescMax);
|
||||
|
||||
/*
|
||||
* Next record
|
||||
|
Reference in New Issue
Block a user