From 8f5fd67ff3ca2e68bc97e74ce6ae91931c92775f Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sat, 3 Jan 2015 00:27:31 +0100 Subject: Windows: solve XP issue where the installer has missing/blacked out text boxes. --- src/Setup/Wizard.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/Setup/Wizard.c b/src/Setup/Wizard.c index c6cb5468..02b8e8e1 100644 --- a/src/Setup/Wizard.c +++ b/src/Setup/Wizard.c @@ -741,18 +741,6 @@ BOOL CALLBACK PageDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa } return 0; - - case WM_CTLCOLORSTATIC: - - /* This maintains the background under the transparent-backround texts */ - - SetBkMode ((HDC) wParam, TRANSPARENT); - return ((LONG) (HBRUSH) (GetStockObject (NULL_BRUSH))); - - - case WM_ERASEBKGND: - - return 0; } return 0; -- cgit v1.2.3