@@ -8,6 +8,10 @@ For details, see http://sourceforge.net/projects/libb64
#ifndef BASE64_CENCODE_H
#define BASE64_CENCODE_H
+#ifdef _WIN32
+#pragma warning(disable : 4127 )
+#endif // _WIN32
+
typedef enum
{
step_A, step_B, step_C
@@ -15,6 +15,10 @@
#include <string.h>
#include <sys/types.h>
+#endif //_WIN32
#ifdef __cplusplus
extern "C" {
#endif