changeset 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 4be57ee7e006
children 0cc801c0f2b6
files win/dw.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;