Commit in reactos/lib/user32/windows on MAIN | |||
draw.c | -5 | 1.41 -> 1.42 |
fixed redefinition of some constants for SystemParametersInfo()
diff -u -r1.41 -r1.42 --- draw.c 20 May 2004 14:12:21 -0000 1.41 +++ draw.c 24 Jun 2004 11:02:56 -0000 1.42 @@ -40,11 +40,6 @@
#include <user32.h> #include <debug.h>
-/* FIXME - not yet defined in w32api :( */ -#define SPI_GETFOCUSBORDERWIDTH (8206) -#define SPI_SETFOCUSBORDERWIDTH (8207) -#define SPI_GETFOCUSBORDERHEIGHT (8208) -#define SPI_SETFOCUSBORDERHEIGHT (8209)
#define COLOR_MENUHILIGHT (29) #define COLOR_MENUBAR (30)