André Hentschel wrote:
---
 dlls/comctl32/tests/Makefile.in |    1 +
 dlls/comctl32/tests/theming.c   |  235 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 236 insertions(+), 0 deletions(-)
 create mode 100644 dlls/comctl32/tests/theming.c
Hi, Andre.
+#ifdef __i386__
+#define ARCH "x86"
+#elif defined __x86_64__
+#define ARCH "amd64"
+#else
+#define ARCH "none"
+#endif
+
+static const CHAR manifest[] =
We already have this stuff defined in v6util.h. No reason to duplicate I suppose.


Reply via email to