summaryrefslogtreecommitdiff
path: root/alf/alfcontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alfcontrol.cpp')
-rw-r--r--alf/alfcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfcontrol.cpp b/alf/alfcontrol.cpp
index a630fa7..9f1954c 100644
--- a/alf/alfcontrol.cpp
+++ b/alf/alfcontrol.cpp
@@ -21,7 +21,7 @@ ALF_RegisterControlClass(void)
WNDCLASS cls;
ZeroMemory(&cls, sizeof(cls));
- ALF_BuildUniqueName(_alf_controlClass, TEXT("ALFControl."), (ULONG_PTR)&_alf_controlClass[0]);
+ wsprintf(_alf_controlClass, TEXT("ALFControl.%p"), (ULONG_PTR)&_alf_controlClass[0]);
cls.style = CS_DBLCLKS;
cls.hInstance = ALF_HINSTANCE;