From f590483a0b884d3d949397b7519a3d78a9687f69 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 30 Jun 2003 08:48:53 -0400 Subject: BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C. --- Source/kwsys/Base64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/kwsys/Base64.c b/Source/kwsys/Base64.c index cdb0675..53d7c46 100644 --- a/Source/kwsys/Base64.c +++ b/Source/kwsys/Base64.c @@ -14,7 +14,7 @@ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ -#define KWSYS_IN_PROCESS_C +#define KWSYS_IN_BASE64_C #include /*--------------------------------------------------------------------------*/ -- cgit v0.12