[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2278: Fix a warning when building on Win32 using Visual Studio. (vidalia/trunk/src/torcontrol)



Author: edmanm
Date: 2008-01-06 00:51:53 -0500 (Sun, 06 Jan 2008)
New Revision: 2278

Modified:
   vidalia/trunk/src/torcontrol/torservice.h
Log:
Fix a warning when building on Win32 using Visual Studio.

Modified: vidalia/trunk/src/torcontrol/torservice.h
===================================================================
--- vidalia/trunk/src/torcontrol/torservice.h	2008-01-05 21:15:51 UTC (rev 2277)
+++ vidalia/trunk/src/torcontrol/torservice.h	2008-01-06 05:51:53 UTC (rev 2278)
@@ -87,7 +87,7 @@
                              LPCTSTR* lpServiceArgVectors);
 
 /** Table of NT service related functions. */
-typedef struct ServiceFunctions {
+struct ServiceFunctions {
   bool loaded;
   ChangeServiceConfig2A_fn ChangeServiceConfig2A;
   CloseServiceHandle_fn    CloseServiceHandle;