diff options
Diffstat (limited to 'plugins/AutoShutdown/watcher.h')
-rw-r--r-- | plugins/AutoShutdown/watcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AutoShutdown/watcher.h b/plugins/AutoShutdown/watcher.h index 20f4e431c3..962378b811 100644 --- a/plugins/AutoShutdown/watcher.h +++ b/plugins/AutoShutdown/watcher.h @@ -20,9 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Services */
-int ServiceStartWatcher(WPARAM wParam,LPARAM lParam);
-int ServiceStopWatcher(WPARAM wParam,LPARAM lParam);
-int ServiceIsWatcherEnabled(WPARAM wParam,LPARAM lParam);
+INT_PTR ServiceStartWatcher(WPARAM wParam,LPARAM lParam);
+INT_PTR ServiceStopWatcher(WPARAM wParam,LPARAM lParam);
+INT_PTR ServiceIsWatcherEnabled(WPARAM wParam,LPARAM lParam);
/* Misc */
void InitWatcher(void);
|