summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/indsnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewXstatusNotify/indsnd.cpp')
-rw-r--r--plugins/NewXstatusNotify/indsnd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/indsnd.cpp b/plugins/NewXstatusNotify/indsnd.cpp
index f98c62fb6a..1d5e06788a 100644
--- a/plugins/NewXstatusNotify/indsnd.cpp
+++ b/plugins/NewXstatusNotify/indsnd.cpp
@@ -355,7 +355,7 @@ void ResetListOptions(HWND hwndList)
for (int i = 0; i <= FONTID_MAX; i++)
SendMessage(hwndList, CLM_SETTEXTCOLOR, i, GetSysColor(COLOR_WINDOWTEXT));
- SetWindowLong(hwndList, GWL_STYLE, GetWindowLong(hwndList,GWL_STYLE) | CLS_SHOWHIDDEN);
+ SetWindowLongPtr(hwndList, GWL_STYLE, GetWindowLongPtr(hwndList,GWL_STYLE) | CLS_SHOWHIDDEN);
}
__inline int GetExtraImage(HWND hwndList, HANDLE hItem, int column)