From 2fca84eeb6f1079b1f8a0723f5d2b176aa1b62e3 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 24 Jan 2009 22:43:09 +0000 Subject: + added basic pdstringUtils.c, bytes2wchars.c svn path=/trunk/externals/moocow/; revision=10617 --- pdstring+wchar/src/any2bytes.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pdstring+wchar/src/any2bytes.c') diff --git a/pdstring+wchar/src/any2bytes.c b/pdstring+wchar/src/any2bytes.c index f765f6f..4500ee3 100644 --- a/pdstring+wchar/src/any2bytes.c +++ b/pdstring+wchar/src/any2bytes.c @@ -26,12 +26,14 @@ #include #include -#include "mooPdUtils.h" #ifdef HAVE_CONFIG_H # include "config.h" #endif +#include "mooPdUtils.h" +#include "pdstringUtils.c" + /* black magic */ #ifdef NT #pragma warning( disable : 4244 ) @@ -49,7 +51,7 @@ # define A2SDEBUG(x) #endif -#define ANY2BYTES_DEFAULT_BUFLEN 256 +#define ANY2BYTES_DEFAULT_BUFLEN PDSTRING_DEFAULT_BUFLEN /*===================================================================== -- cgit v1.2.1