浏览代码

progs/tests: fix MSVC build.

tags/mesa_7_7_rc1
Vinson Lee 16 年前
父节点
当前提交
9c778a90ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      progs/tests/copypixrate.c

+ 1
- 1
progs/tests/copypixrate.c 查看文件

@@ -69,7 +69,7 @@ DrawTestImage(void)
static int
Rand(int max)
{
return ((int) random()) % max;
return ((int) rand()) % max;
}



正在加载...
取消
保存