diff libgaim/network.c @ 14777:182f77347680

[gaim-migrate @ 17541] I suck. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Oct 2006 01:58:21 +0000
parents a87c53e7b1e2
children ec9cc2219e55
line wrap: on
line diff
--- a/libgaim/network.c	Thu Oct 19 01:56:40 2006 +0000
+++ b/libgaim/network.c	Thu Oct 19 01:58:21 2006 +0000
@@ -489,7 +489,7 @@
 		}
 		if (libnm_retval == LIBNM_ACTIVE_NETWORK_CONNECTION)	return TRUE;
 	}
-#elif define _WIN32
+#elif defined _WIN32
 	return (current_network_count > 0);
 #endif
 	return TRUE;