[NeoStats-Devel] [Commits] r2855 - trunk/src
[email protected] Fri, 30 Sep 2005 08:19:47 +1000
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Fri Sep 30 06:19:44 2005
New Revision: 2855
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:19:44 2005
@@ -89,7 +89,7 @@
case MQS_SENTAUTH:
case MQS_OK:
/* ask MiniMessageGateway to write any buffer out */
-#ifndef WIN32 /*DOES NOT COMPILE, where is MQHasBytesToOutPut supposed to come from??? */
+#if 0 /*DOES NOT COMPILE, where is MQHasBytesToOutPut supposed to come from??? */
if (MQHasBytesToOutPut(mqsgw)) {
MGDoOutput(mqsgw, ~0, MQSSendSock, NULL);
}