diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-09 16:15:41 +0200 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2020-05-09 16:15:41 +0200 |
| commit | 2a08707cf5a5207a19715907cdef6c2f7a8a52e7 (patch) | |
| tree | f15eafe651a7892e3f88da506328e485ccc2d85b /alf/alfcompat.h | |
| parent | 97fd5d9ba445dbac0deaef763dce1382a88211d9 (diff) | |
remove half-baked compat implementation of SetWindowSubclass
Diffstat (limited to 'alf/alfcompat.h')
| -rw-r--r-- | alf/alfcompat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/alf/alfcompat.h b/alf/alfcompat.h index b3efbaf..e09bda0 100644 --- a/alf/alfcompat.h +++ b/alf/alfcompat.h @@ -126,9 +126,6 @@ extern BOOL (WINAPI *ALF_Compat_IsAppThemed)(void); extern UINT (WINAPI *ALF_Compat_GetDpiForWindow)(HWND); extern BOOL (WINAPI *ALF_Compat_AdjustWindowRectExForDpi)(LPRECT,DWORD,BOOL,DWORD,UINT); extern int (WINAPI *ALF_Compat_GetSystemMetricsForDpi)(int, UINT); -extern BOOL (WINAPI *ALF_Compat_SetWindowSubclass)(HWND, ALF_COMPAT_SUBCLASSPROC, UINT_PTR, DWORD_PTR); -extern LRESULT (WINAPI *ALF_Compat_DefSubclassProc)(HWND, UINT, WPARAM, LPARAM); -extern BOOL (WINAPI *ALF_Compat_RemoveWindowSubclass)(HWND, ALF_COMPAT_SUBCLASSPROC, UINT_PTR); extern BOOL (WINAPI *ALF_Compat_SystemParametersInfoForDpi)(UINT,UINT,PVOID,UINT,UINT); extern HTHEME (WINAPI *ALF_Compat_OpenThemeData)(HWND, LPCWSTR); extern HRESULT (WINAPI *ALF_Compat_CloseThemeData)(HTHEME); |
