X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/71ed591e9e049cf1c64ec9ddc10e2158c2f76c89..b44d65f497c35fe7684a2e7e7a3085c4c7c80131:/mac/macresid.h diff --git a/mac/macresid.h b/mac/macresid.h index 5655b25a..654938c1 100644 --- a/mac/macresid.h +++ b/mac/macresid.h @@ -75,3 +75,5 @@ #define SYS7_DEFAULT_PROC (CDEF_Default << 4) #define CDEF_ListBox 131 #define SYS7_LISTBOX_PROC (CDEF_ListBox << 4) +#define CDEF_GroupBox 132 +#define SYS7_GROUPBOX_PROC (CDEF_GroupBox << 4)