diff -r 330b415910bd -r 86d3a45dc928 ui/common/context.h --- a/ui/common/context.h Wed Dec 31 09:16:02 2025 +0100 +++ b/ui/common/context.h Wed Dec 31 10:06:15 2025 +0100 @@ -84,6 +84,10 @@ GtkAccelGroup *accel_group; #endif #endif +#ifdef UI_WIN32 + CxMap *command_map; // key: int, value: UiCommand + uint64_t command_id_counter; +#endif // allow only one document to be attached // attaching a document will automatically detach the current document