candidate: replace uint8_t -> guint8
authorJakub Adam <jakub.adam@collabora.com>
Fri, 12 Jul 2019 08:47:50 +0000 (10:47 +0200)
committerJakub Adam <jakub.adam@collabora.com>
Fri, 12 Jul 2019 10:24:48 +0000 (12:24 +0200)
Fixes MSVC build.

agent/candidate.h

index 3418219..315daba 100644 (file)
@@ -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;