Fix some warnings.

This commit is contained in:
theoddone33
2004-11-21 00:34:57 +00:00
parent 5e8f5351cc
commit f8826ffafc
7 changed files with 17 additions and 14 deletions

View File

@@ -23,6 +23,9 @@
#include "SDL_thread.h"
#include <sys/time.h>
#include <time.h>
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;

View File

@@ -38,8 +38,8 @@ void UpdateVFrame(void);
BOOL sw_start(int width, int height, int req_depth, int FullScreen)
{
unsigned int color32, p;
int i;
//unsigned int color32, p;
//int i;
Uint32 flags = SDL_DOUBLEBUF | SDL_SWSURFACE;
DWORD GBitMask;