]> git.saurik.com Git - wxWidgets.git/blobdiff - src/expat/tests/chardata.c
Disable wxUSE_ENH_METAFILE for wxGTK builds.
[wxWidgets.git] / src / expat / tests / chardata.c
index 4a228a7a126645723ea16021cb5e10facd07a1e8..5fb0299d88e0f7dfed4073248be3a512b1aa250c 100644 (file)
@@ -1,10 +1,19 @@
-/*  chardata.c
- *
- *
- */
+/* Copyright (c) 1998-2003 Thai Open Source Software Center Ltd
+   See the file COPYING for copying permission.
 
-#include <assert.h>
+   chardata.c
+*/
+
+#ifdef HAVE_EXPAT_CONFIG_H
+#include <expat_config.h>
+#endif
+#ifdef HAVE_CHECK_H
 #include <check.h>
+#else
+#include "minicheck.h"
+#endif
+
+#include <assert.h>
 #include <stdio.h>
 #include <string.h>