diff options
Diffstat (limited to 'alf/alfedit.cpp')
| -rw-r--r-- | alf/alfedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alfedit.cpp b/alf/alfedit.cpp index cf47d23..645cb97 100644 --- a/alf/alfedit.cpp +++ b/alf/alfedit.cpp @@ -8,7 +8,7 @@ ALF_AddEdit(HWND win, WORD id, int x, int y, const TCHAR *text) DWORD exstyle; DWORD style; - if (ALF_Compat_IsMinWindowsVersion(4, 0)) { + if (ALF_Compat_Is40()) { exstyle = WS_EX_CLIENTEDGE; style = 0; } else { |
