mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-19 22:04:01 -06:00
new uvs2 releases : uppsrc-2630 tutorial-38 examples-142 reference-115
git-svn-id: svn://ultimatepp.org/upp/trunk@324 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b87ea83029
commit
52ee2f6360
42 changed files with 1178 additions and 125 deletions
|
|
@ -1,12 +1,8 @@
|
|||
#include "SqlCtrl.h"
|
||||
#pragma hdrstop
|
||||
|
||||
#include "SqlDlg.h"
|
||||
|
||||
NAMESPACE_UPP
|
||||
|
||||
static bool StringLessNoCase(String a, String b) { return CompareNoCase(a, b) < 0; }
|
||||
|
||||
class DlgSqlExport : public WithSqlExportLayout<TopWindow>
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue