support gdi text under win95
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-07-19 20:44:28 -07:00
commit d9bf9bbb95
5 changed files with 122 additions and 12 deletions

View file

@ -248,6 +248,10 @@ struct _MwMouse {
int button;
};
enum _MwTTFType {
MwTTFTypeUNKNOWN = 0
};
struct _MwTTFInfo {
char* family;
int weight;