- 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:
Andreas Schiffler 2010-09-15 22:15:47 -07:00
parent 458c6eda30
commit 1975b91fae
13 changed files with 50 additions and 31 deletions

View file

@ -339,7 +339,7 @@ SDL_RunAudio(void *devicep)
/* For streaming when the buffer sizes don't match up */
Uint8 *istream;
int istream_len;
int istream_len = 0;
/* Perform any thread setup */
device->threadid = SDL_ThreadID();