use INT_PTR as return type for dialog callbacks as documented in favor of portability
[reactos.git] / reactos / subsys / system / taskmgr / applpage.h
index 0c48d10..ab21535 100644 (file)
@@ -30,7 +30,7 @@ extern    HWND        hApplicationPageEndTaskButton;    /* Application End Task
 extern    HWND        hApplicationPageSwitchToButton;    /* Application Switch To button */
 extern    HWND        hApplicationPageNewTaskButton;    /* Application New Task button */
 
-LRESULT CALLBACK    ApplicationPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK    ApplicationPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
 void                RefreshApplicationPage(void);
 void                UpdateApplicationListControlViewSetting(void);