comparison win/dw.c @ 421:49654a5adcf2

Removed the defines again.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 15 May 2003 16:21:27 +0000
parents f9ee31ccadb4
children 4fe2df53ec9f
comparison
equal deleted inserted replaced
420:0cc801c0f2b6 421:49654a5adcf2
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
1998 BOOL CALLBACK _spinnerwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2) 1991 BOOL CALLBACK _spinnerwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2)
1999 { 1992 {
2000 ColorInfo *cinfo; 1993 ColorInfo *cinfo;
2001 1994
2002 cinfo = (ColorInfo *)GetWindowLong(hWnd, GWL_USERDATA); 1995 cinfo = (ColorInfo *)GetWindowLong(hWnd, GWL_USERDATA);