summaryrefslogtreecommitdiff
path: root/plugins/Mwclist/CLUIFrames/statusbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Mwclist/CLUIFrames/statusbar.c')
-rw-r--r--plugins/Mwclist/CLUIFrames/statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Mwclist/CLUIFrames/statusbar.c b/plugins/Mwclist/CLUIFrames/statusbar.c
index f761c5cb18..a682c9a632 100644
--- a/plugins/Mwclist/CLUIFrames/statusbar.c
+++ b/plugins/Mwclist/CLUIFrames/statusbar.c
@@ -137,7 +137,7 @@ void DrawBackGround(HWND hwnd,HDC mhdc)
int y;
PAINTSTRUCT paintst={0};
HBITMAP hBmpOsb,holdbmp;
- DWORD style=GetWindowLong(hwnd,GWL_STYLE);
+ DWORD style=GetWindowLongPtr(hwnd,GWL_STYLE);
int grey=0;
HFONT oFont;
HBRUSH hBrushAlternateGrey=NULL;