From 87a05abad375f6f6a197f78cde966629d67512ce Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 14 Dec 2004 20:15:06 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4845 --- clientgui/BOINCGUIApp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 59c53736ee..61d084a32e 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -31,8 +31,10 @@ #include "MainDocument.h" +#ifdef __WXMSW__ typedef BOOL (CALLBACK* IdleTrackerInit)(); typedef void (CALLBACK* IdleTrackerTerm)(); +#endif IMPLEMENT_APP(CBOINCGUIApp)