[xdebug-dev] svn: /xdebug/trunk/ xdebug.c

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Sun, 15 Aug 2010 16:13:26 +0000

derick Sun, 15 Aug 2010 16:13:26 +0000

Revision: http://svn.xdebug.org/cgi-bin/viewvc.cgi?view=rev&revision=3339&root=xdebug

Log:
- Fixed compile on windows

Changed paths:
    U xdebug/trunk/xdebug.c

Modified: xdebug/trunk/xdebug.c
===================================================================
--- xdebug/trunk/xdebug.c 2010-08-15 16:11:41 UTC (rev 3338)
+++ xdebug/trunk/xdebug.c 2010-08-15 16:13:26 UTC (rev 3339)
@@ -311,7 +311,9 @@
         xg->do_code_coverage = 0;
         xg->breakpoint_count = 0;
         xg->ide_key = NULL;
+#ifndef WIN32
         xg->output_is_tty = OUTPUT_NOT_CHECKED;
+#endif

         xdebug_llist_init(&xg->server, xdebug_superglobals_dump_dtor);
         xdebug_llist_init(&xg->get, xdebug_superglobals_dump_dtor);
Received on Sun Aug 15 2010 - 17:13:26 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST