X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/71ed591e9e049cf1c64ec9ddc10e2158c2f76c89..d9e7b7207fdbca5cc10a278d8ba7516f1995acae:/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)