--- CAbout.h 2004/03/22 22:36:23 1.2 +++ CAbout.h 2008/11/30 16:36:44 1.3 @@ -19,7 +19,7 @@ * along with this program ; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * $Id: CAbout.h,v 1.2 2004/03/22 22:36:23 edgomez Exp $ + * $Id: CAbout.h,v 1.3 2008/11/30 16:36:44 Isibaar Exp $ * ****************************************************************************/ @@ -41,7 +41,7 @@ CAbout(LPUNKNOWN pUnk, HRESULT * phr); ~CAbout(); - BOOL OnReceiveMessage(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); + INT_PTR OnReceiveMessage(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); }; #endif /* _CABOUT_H_ */