]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/dlproc.c
Preserve previous state of sizers.
[wxWidgets.git] / src / iodbc / dlproc.c
index 85b04fad42ad2db6cc759f444d00a2ee9be8a8a7..df67ba8ed0f818da9a1176422456cf616049443a 100644 (file)
  *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include       <config.h>
+#include       "config.h"
 
-#include       <isql.h>
-#include       <isqlext.h>
+#include       "isql.h"
+#include       "isqlext.h"
 
-#include        <dlproc.h>
+#include       "dlproc.h"
 
-#include       <herr.h>
-#include       <henv.h>
-#include       <hdbc.h>
+#include       "herr.h"
+#include       "henv.h"
+#include       "hdbc.h"
 
-#include       <itrace.h>
+#include       "itrace.h"
 
 #include       "henv.ci"
 
@@ -44,7 +44,6 @@ _iodbcdm_getproc (HDBC hdbc, int idx)
 {
   DBC_t FAR *pdbc = (DBC_t FAR *) hdbc;
   ENV_t FAR *penv;
-  HDLL hdll;
   HPROC FAR *phproc;
 
   if (idx <= 0 || idx > SQL_EXT_API_LAST)