[windows] - fixups for building on windows
[deb_shairplay.git] / src / lib / base64.c
index d1bf68053ed47446e3fbb6e01b83a0b2b5e1ae9f..8ced9003bc3285d0261e50113a4b3545a8728131 100644 (file)
@@ -32,9 +32,7 @@ struct base64_s {
        int skip_spaces;
 };
 
-static base64_t default_base64 =
-       { .charlist = DEFAULT_CHARLIST,
-         .use_padding = 1 };
+static base64_t default_base64 = {DEFAULT_CHARLIST, "", 0, 1, 0};
 
 static void
 initialize_charmap(base64_t *base64)