- 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
This commit is contained in:
parent
458c6eda30
commit
1975b91fae
13 changed files with 50 additions and 31 deletions
|
@ -654,7 +654,7 @@ RunGLTest(int argc, char *argv[],
|
|||
fprintf(stderr, "testgl: OpenGL error: %d\n", gl_error);
|
||||
}
|
||||
|
||||
sdl_error = SDL_GetError();
|
||||
sdl_error = (char *)SDL_GetError();
|
||||
|
||||
if (sdl_error[0] != '\0') {
|
||||
fprintf(stderr, "testgl: SDL error '%s'\n", sdl_error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue