ChangeWindowMessageFilter

Discuss development issues and submit patches here
Post Reply
dmitry
Posts: 1
Joined: Thu Dec 15, 2011 6:59 am

ChangeWindowMessageFilter

Post by dmitry »

Looking at the source code at http://explorer-plus.googlecode.com/svn ... Switch.cpp
the line

ChangeWindowMessageFilter = (ChangeWindowMessageFilterProc)GetProcAddress(hUser32,"ChangeWindowsMessageFilter");

must be changed to the following (wrong function name)

ChangeWindowMessageFilter = (ChangeWindowMessageFilterProc)GetProcAddress(hUser32,"ChangeWindowMessageFilter");
David Erceg
Site Admin
Posts: 933
Joined: Sat Apr 18, 2009 1:46 am

Re: ChangeWindowMessageFilter

Post by David Erceg »

Hi dmitry, the source that's on googlecode is a copy that someone else uploaded. The actual source code is hosted on sourceforge (http://explorerplus.svn.sourceforge.net ... plorerplus), and this particular bug was fixed a few months back. Thanks anyway!
Post Reply