ultimatepp/uppdev/TextDiff/main.cpp
cxl 0e04c59abc cpp11 branch - committing the merge (rest of it)
git-svn-id: svn://ultimatepp.org/upp/trunk@7048 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-03-16 16:35:29 +00:00

10 lines
120 B
C++

#include <TextDiffCtrl/TextDiffCtrl.h>
using namespace Upp;
GUI_APP_MAIN
{
DirDiffDlg dlg;
dlg.Run();
}