comparison win/dw.c @ 419:f9ee31ccadb4

Added checks for UDM_SETPOS32 into the source file, I had removed them from the include file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 May 2003 06:32:16 +0000
parents 4ae67c291a8a
children 49654a5adcf2
comparison
equal deleted inserted replaced
418:4be57ee7e006 419:f9ee31ccadb4
1986 break; 1986 break;
1987 } 1987 }
1988 return DefWindowProc(hWnd, msg, mp1, mp2); 1988 return DefWindowProc(hWnd, msg, mp1, mp2);
1989 } 1989 }
1990 1990
1991 #ifndef UDM_SETPOS32
1992 #define UDM_SETPOS32 (WM_USER+113)
1993 #endif
1994 #ifndef UDM_GETPOS32
1995 #define UDM_GETPOS32 (WM_USER+114)
1996 #endif
1997
1991 BOOL CALLBACK _spinnerwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2) 1998 BOOL CALLBACK _spinnerwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2)
1992 { 1999 {
1993 ColorInfo *cinfo; 2000 ColorInfo *cinfo;
1994 2001
1995 cinfo = (ColorInfo *)GetWindowLong(hWnd, GWL_USERDATA); 2002 cinfo = (ColorInfo *)GetWindowLong(hWnd, GWL_USERDATA);