blob: 55acff3ad554d1093a9dc0f6e9817a9c3e0dc0e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/libedataserver/e-ms-oapxbc.c.orig 2025-01-03 18:00:44 UTC
+++ src/libedataserver/e-ms-oapxbc.c
@@ -42,6 +42,8 @@
#define DBUS_BROKER_PATH "/com/microsoft/identity/broker1"
#define AUTH_TYPE_OAUTH2 8
+#define UUID_STR_LEN 36
+
struct _EMsOapxbc {
GObject parent_instance;
|