diff --git a/uppsrc/GridCtrl/GridCtrl.upp b/uppsrc/GridCtrl/GridCtrl.upp index 54f2dd38c..57bc38600 100644 --- a/uppsrc/GridCtrl/GridCtrl.upp +++ b/uppsrc/GridCtrl/GridCtrl.upp @@ -1,19 +1,11 @@ -description "Grid control"; +description "Grid control\377"; charset "windows-1250"; uses CtrlLib; -library - , - , - , - , - ; - -options - -DLOG_CALLBACKS; +uses(GRIDSQL) Sql; file GridCtrl.h, diff --git a/uppsrc/GridCtrl/init b/uppsrc/GridCtrl/init index 7c9a2f5a5..f6ea48d9a 100644 --- a/uppsrc/GridCtrl/init +++ b/uppsrc/GridCtrl/init @@ -1,4 +1,5 @@ #ifndef _GridCtrl_icpp_init_stub #define _GridCtrl_icpp_init_stub #include "CtrlLib/init" +#include "Sql/init" #endif