From 8e6b8446d080c60bd7f8c8c3309724dc0bdff561 Mon Sep 17 00:00:00 2001 From: Jakub Adam Date: Fri, 12 Jul 2019 10:47:50 +0200 Subject: candidate: replace uint8_t -> guint8 Fixes MSVC build. --- agent/candidate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/candidate.h b/agent/candidate.h index 3418219..315daba 100644 --- a/agent/candidate.h +++ b/agent/candidate.h @@ -156,8 +156,8 @@ struct _TurnServer NiceAddress server; gchar *username; gchar *password; - uint8_t *decoded_username; - uint8_t *decoded_password; + guint8 *decoded_username; + guint8 *decoded_password; gsize decoded_username_len; gsize decoded_password_len; NiceRelayType type; -- cgit v1.2.1