[NeoStats-Devel] [Commits] r2856 - trunk/src
[email protected] Fri, 30 Sep 2005 08:36:39 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Fri Sep 30 06:36:36 2005
New Revision: 2856
Modified:
trunk/src/updates.c
Log:
not only win32 that does not compile....
Modified: trunk/src/updates.c
==============================================================================
--- trunk/src/updates.c (original)
+++ trunk/src/updates.c Fri Sep 30 06:36:36 2005
@@ -44,7 +44,7 @@
int InitUpdate(void)
{
-#ifndef WIN32 /* DOES NOT WORK */
+#if 0 /* DOES NOT WORK */
mqs.state = MQS_DISCONNECTED;
mqsgw = MGAllocMessageGateway();
if (!mqsgw) {