ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimate.c
(Generate patch)

Comparing ray/src/util/ranimate.c (file contents):
Revision 2.55 by greg, Sat Jun 8 02:49:19 2013 UTC vs.
Revision 2.56 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 1412 | Line 1412 | static int
1412   rmfile(char *fn)                        /* remove a file */
1413   {
1414          if (!silent)
1415 < #ifdef _WIN32
1415 > #if defined(_WIN32) || defined(_WIN64)
1416                  printf("\tdel %s\n", fn);
1417   #else
1418                  printf("\trm -f %s\n", fn);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines