From e585187b248f48b3c6e9247b49fa07c6565d65e5 Mon Sep 17 00:00:00 2001 From: maximius Date: Sat, 17 Oct 2009 15:51:44 -0700 Subject: *Backed out changeset 3be01fb200a5 --HG-- branch : trunk --- src/shared/ServiceWin32.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/ServiceWin32.h') diff --git a/src/shared/ServiceWin32.h b/src/shared/ServiceWin32.h index a62526f4c70..18a52c396ea 100644 --- a/src/shared/ServiceWin32.h +++ b/src/shared/ServiceWin32.h @@ -17,12 +17,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + #ifdef WIN32 #ifndef _WIN32_SERVICE_ #define _WIN32_SERVICE_ + bool WinServiceInstall(); bool WinServiceUninstall(); bool WinServiceRun(); + #endif // _WIN32_SERVICE_ #endif // WIN32 -- cgit v1.2.3