Add a Win32 frontend for xC

This has been more of an exercise.  The performance of Msftedit.dll
is rather abysmal, and its interface isn't the most accomodating.

That said, the frontend is quite usable, at least on Windows 10+.
This commit is contained in:
2023-07-09 07:06:19 +02:00
parent 1da4699a7a
commit 0219dbd026
12 changed files with 2086 additions and 2 deletions

6
xW/config.h.in Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_VERSION "${project_version}"
#endif // ! CONFIG_H