diff options
author | Brian <[email protected]> | 2008-02-25 10:57:40 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-25 11:01:23 -0700 |
commit | 65685785faaa521e1f080bb79599a7eca5fb2536 (patch) | |
tree | 29eb1545efe74cff283bc619e32bf23879f6179a /windows/VC8 | |
parent | 45a800a2e7eb5d8d87820ef32d60ae912729cbb0 (diff) |
Replace glut_fbc.c with glut_fcb.c (cb=callback)
Diffstat (limited to 'windows/VC8')
-rw-r--r-- | windows/VC8/progs/glut/glut.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/VC8/progs/glut/glut.vcproj b/windows/VC8/progs/glut/glut.vcproj index f86cc1b15a9..72b3266b1e1 100644 --- a/windows/VC8/progs/glut/glut.vcproj +++ b/windows/VC8/progs/glut/glut.vcproj @@ -257,7 +257,7 @@ >
</File>
<File
- RelativePath="..\..\..\..\src\glut\glx\glut_fbc.c"
+ RelativePath="..\..\..\..\src\glut\glx\glut_fcb.c"
>
</File>
<File
|