mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
11 lines
289 B
C
11 lines
289 B
C
--- 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;
|
|
|