BUG: Should define KWSYS_IN_BASE64_C, not KWSYS_IN_PROCESS_C.

This commit is contained in:
Brad King 2003-06-30 08:48:53 -04:00
parent a519a99114
commit f590483a0b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the above copyright notices for more information. PURPOSE. See the above copyright notices for more information.
=========================================================================*/ =========================================================================*/
#define KWSYS_IN_PROCESS_C #define KWSYS_IN_BASE64_C
#include <Base64.h> #include <Base64.h>
/*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/