dlls/uxtheme/msstyles.c fix

Gerald Pfeifer gerald at pfeifer.com
Sat Sep 3 09:26:21 CDT 2005


ChangeLog:
#include <stdlib.h> to get abs() prototype.

Gerald

Index: msstyles.c
===================================================================
RCS file: /home/wine/wine/dlls/uxtheme/msstyles.c,v
retrieving revision 1.21
diff -u -3 -p -r1.21 msstyles.c
--- msstyles.c	2 Sep 2005 12:29:02 -0000	1.21
+++ msstyles.c	3 Sep 2005 14:23:30 -0000
@@ -21,6 +21,7 @@
 #include "config.h"
 
 #include <stdarg.h>
+#include <stdlib.h>
 
 #include "windef.h"
 #include "winbase.h"



More information about the wine-patches mailing list