mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
11 lines
235 B
C++
11 lines
235 B
C++
#include <CtrlLib/CtrlLib.h>
|
|
#include <TextDiffCtrl/TextDiffCtrl.h>
|
|
|
|
using namespace Upp;
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
PatchDiff d;
|
|
d.Open("C:/Users/cxl/Downloads/xxx2.diff", Vector<String>() << "C:/u/upp.src/uppsrc/ide");
|
|
d.Run();
|
|
}
|