PATCH - Clock

Steven Edwards Steven_Ed4153 at yahoo.com
Sun Jul 27 19:16:45 CDT 2003


Changelog:
Include port.h so we define M_PI on Mingw build

Index: winclock.c
===================================================================
RCS file: /home/wine/wine/programs/clock/winclock.c,v
retrieving revision 1.7
diff -u -r1.7 winclock.c
--- winclock.c    15 Jul 2003 20:43:57 -0000    1.7
+++ winclock.c    28 Jul 2003 00:12:19 -0000
@@ -24,6 +24,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  
02111-1307  USA
  */
 
+#include "config.h"
+#include "wine/port.h"
+
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>





More information about the wine-patches mailing list