summaryrefslogtreecommitdiff
path: root/alf/alfpriv.h
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-03 23:57:56 +0100
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2019-01-03 23:57:56 +0100
commit9c385f9a366da308d2a37ad5deda5d40f9285abb (patch)
tree578f6739c8e99f61c0b8747502d8e133e585a7d0 /alf/alfpriv.h
parentcd7b608f0517c1100f79b4a3ec654e4178373506 (diff)
extend compatibility to Win95 RTM, NT3.1 and Win32s
Only NT3.51 actually works mostly right, all others suffer from various kinds of breakage. Running a 3.1-compatible binary on newer windows enables some kind of compatibility mode with bizarro background brushes and weirdly sized combo boxes. Going forward, I'm committed to keep NT3.51 running as long as Win95RTM is supported. The future of NT3.1 and Win32s support is uncertain.
Diffstat (limited to 'alf/alfpriv.h')
-rw-r--r--alf/alfpriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfpriv.h b/alf/alfpriv.h
index 0d5be2f..95bcda4 100644
--- a/alf/alfpriv.h
+++ b/alf/alfpriv.h
@@ -71,4 +71,4 @@ void
ALF_RegisterComboClass(ALFAPP app);
void
-ALF_BuildRandomClassName(const TCHAR *prefix, TCHAR *buf);
+ALF_BuildRandomClassName(ALFAPP app, const TCHAR *prefix, TCHAR *buf);