The WinSock library is now loaded at run-time, which means we can
[u/mdw/putty] / mac / macresid.h
index bb39097..76e0e52 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: macresid.h,v 1.14 2003/03/29 22:04:21 ben Exp $ */
+/* $Id: macresid.h,v 1.16 2003/04/18 13:09:08 ben Exp $ */
 
 /*
  * macresid.h -- Mac resource IDs
@@ -59,6 +59,9 @@
 /* Controls */
 #define cVScroll       128
 
+/* ldes for list box controls */
+#define ldes_Default   128
+
 /* xDEFs */
 #define CDEF_EditBox   129
 #define SYS7_EDITBOX_VARIANT   0
@@ -67,3 +70,5 @@
 #define SYS7_TEXT_PROC         ((CDEF_EditBox << 4) + SYS7_TEXT_VARIANT)
 #define CDEF_Default   130
 #define SYS7_DEFAULT_PROC      (CDEF_Default << 4)
+#define CDEF_ListBox   131
+#define SYS7_LISTBOX_PROC      (CDEF_ListBox << 4)