gzdoom/libraries/ZWidget
Christoph Oelckers 5fa220219e Reverted use of tchar.h which should be considered deprecated.
GZDoom is Unicode only - as should be the norm for any Windows application - and will not work when compiled as ANSI so there's no good reason to use this wrapper.
2024-08-16 12:41:29 +02:00
..
include/zwidget Add support for changing the tab labels 2024-01-11 16:52:12 +01:00
src Reverted use of tchar.h which should be considered deprecated. 2024-08-16 12:41:29 +02:00
CMakeLists.txt Better solution for DwmDefWindowProc on mingw64 2024-08-15 02:43:48 -04:00
LICENSE.md Add zwidget 2024-01-02 16:54:51 +01:00
README.md Add zwidget 2024-01-02 16:54:51 +01:00

README.md

ZWidget

A framework for building user interface applications