diff options
Diffstat (limited to 'plugins/SeenPlugin/options.c')
-rw-r--r-- | plugins/SeenPlugin/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/options.c b/plugins/SeenPlugin/options.c index af1b2fcac1..f47fe03666 100644 --- a/plugins/SeenPlugin/options.c +++ b/plugins/SeenPlugin/options.c @@ -228,7 +228,7 @@ INT_PTR CALLBACK OptsSettingsDlgProc(HWND hdlg,UINT msg,WPARAM wparam,LPARAM lpa DBFreeVariant(&dbv);
// load protocol list
- SetWindowLong(GetDlgItem(hdlg,IDC_PROTOCOLLIST),GWL_STYLE,GetWindowLong(GetDlgItem(hdlg,IDC_PROTOCOLLIST),GWL_STYLE)|TVS_CHECKBOXES);
+ SetWindowLongPtr(GetDlgItem(hdlg,IDC_PROTOCOLLIST),GWL_STYLE,GetWindowLongPtr(GetDlgItem(hdlg,IDC_PROTOCOLLIST),GWL_STYLE)|TVS_CHECKBOXES);
{
TVINSERTSTRUCT tvis;
int numberOfProtocols,i;
|