You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/04 14:46:37 UTC

svn commit: r811370 - /commons/sandbox/runtime/trunk/src/main/native/test/testcase.c

Author: mturk
Date: Fri Sep  4 12:46:36 2009
New Revision: 811370

URL: http://svn.apache.org/viewvc?rev=811370&view=rev
Log:
Test port

Modified:
    commons/sandbox/runtime/trunk/src/main/native/test/testcase.c

Modified: commons/sandbox/runtime/trunk/src/main/native/test/testcase.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/test/testcase.c?rev=811370&r1=811369&r2=811370&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/test/testcase.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/test/testcase.c Fri Sep  4 12:46:36 2009
@@ -35,8 +35,10 @@
 #if defined (WIN32)
 #include <io.h>
 #include <sys/stat.h>
-#define random rand
-#define srandom srand
+#define random          rand
+#define srandom         srand
+typedef struct stat     struct_stat_t;
+
 #endif
 
 #if !defined(WIN32)