X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac%2Fmacresid.h;h=654938c1b9d4ddbf203625106c127e30b9bce40f;hb=49d2cf19accb059b3b68d1fc2b78e606a578c3e8;hp=5655b25a87eb36c146a231477fa5f6710ad62d6d;hpb=3311f8912942a7dce5a0a81d334f3f4bf405f992;p=PuTTY.git 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)