ultimatepp/uppsrc/SqlCtrl/SqlCtrl_init.cpp
cxl 9258855265 SqlCtrl: fixed INITIALIZER issue
git-svn-id: svn://ultimatepp.org/upp/trunk@10427 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-13 22:52:13 +00:00

10 lines
131 B
C++

#include "SqlCtrl.h"
namespace Upp {
#define TFILE <SqlCtrl/SqlCtrl.t>
#include <Core/t.h>
INITIALIZER(SqlCtrl) {}
}