#ifndef SQLSHELL_H #define SQLSHELL_H #include #include "resource.h" typedef struct { HINSTANCE hInst; HWND hwndMain, hwndStatus; HWND hwndSQLResWnd, hwndSQLCmdWnd; HFONT hFont; char buf[50000]; char buf2[10000]; BOOL sqlCmdActive; } VARS; #endif .