# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1052980336 0 # Node ID f9ee31ccadb48c347375cf5a4ef232aee51e7460 # Parent 4be57ee7e0069da5e194b50672223122f9e0dbe7 Added checks for UDM_SETPOS32 into the source file, I had removed them from the include file. diff -r 4be57ee7e006 -r f9ee31ccadb4 win/dw.c --- a/win/dw.c Thu May 15 04:03:03 2003 +0000 +++ b/win/dw.c Thu May 15 06:32:16 2003 +0000 @@ -1988,6 +1988,13 @@ return DefWindowProc(hWnd, msg, mp1, mp2); } +#ifndef UDM_SETPOS32 +#define UDM_SETPOS32 (WM_USER+113) +#endif +#ifndef UDM_GETPOS32 +#define UDM_GETPOS32 (WM_USER+114) +#endif + BOOL CALLBACK _spinnerwndproc(HWND hWnd, UINT msg, WPARAM mp1, LPARAM mp2) { ColorInfo *cinfo;