diff test/graywin.c @ 4884:27ab20a36eba

- added directx include path to VS2008 solution - updated shape vcproj and add it to VS2008 solution - minor changes (i.e. typecasting) to get rid of compiler warnings in VS
author Andreas Schiffler <aschiffler@ferzkopp.net>
date Wed, 15 Sep 2010 22:15:47 -0700
parents c121d94672cb
children
line wrap: on
line diff
--- a/test/graywin.c	Tue Sep 14 21:57:29 2010 -0700
+++ b/test/graywin.c	Wed Sep 15 22:15:47 2010 -0700
@@ -25,7 +25,7 @@
 
     /* Seed the random number generator */
     if (seeded == 0) {
-        srand(time(NULL));
+        srand((unsigned int)time(NULL));
         seeded = 1;
     }