commit | d70de84e6e8d6bdb38bc575dbf26575f77f63823 | [log] [tgz] |
---|---|---|
author | Alex Priem <alexp@sci.kun.nl> | Sat Dec 26 11:48:35 1998 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Dec 26 11:48:35 1998 +0000 |
tree | d9a72b2769f3b790caa482933456e46f086a14c5 | |
parent | 0bb85b10c2d0378da3cdf3f744238e345f590d8e [diff] [blame] |
IPaddress common control implementation. First try; needs more work to remove boring bugs.
diff --git a/include/commctrl.h b/include/commctrl.h index 4c91919..3a2408a 100644 --- a/include/commctrl.h +++ b/include/commctrl.h
@@ -2468,7 +2468,9 @@ #define IPM_SETFOCUS (WM_USER+104) #define IPM_ISBLANK (WM_USER+105) -#define IPN_FIELDCHANGED (IPN_FIRST-0) +#define IPN_FIRST (0U-860U) +#define IPN_LAST (0U-879U) +#define IPN_FIELDCHANGED (IPN_FIRST-0) typedef struct tagNMIPADDRESS {