Browse Source

BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C.

Brad King 22 years ago
parent
commit
f590483a0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/Base64.c

+ 1 - 1
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 <Base64.h>
 
 /*--------------------------------------------------------------------------*/