[cairo-commit] test/cairo-test-runner.c

Jeff Muizelaar jrmuizel at kemper.freedesktop.org
Wed Feb 11 08:48:26 PST 2009


 test/cairo-test-runner.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 70297f257d4dc0accb5183b806d43a033887acb7
Author: Jeff Muizelaar <jmuizelaar at mozilla.com>
Date:   Tue Feb 10 17:58:28 2009 -0500

    [test] Add crtdbg.h include
    
    crtdbg.h is required for _CrtSetReportMode() and _CrtSetReportFile().

diff --git a/test/cairo-test-runner.c b/test/cairo-test-runner.c
index e604d0d..1d79c7e 100644
--- a/test/cairo-test-runner.c
+++ b/test/cairo-test-runner.c
@@ -54,6 +54,10 @@
 #include <sys/wait.h>
 #endif
 
+#ifdef _MSC_VER
+#include <crtdbg.h>
+#endif
+
 typedef struct _cairo_test_list {
     const cairo_test_t *test;
     struct _cairo_test_list *next;


More information about the cairo-commit mailing list