Fixed Linux compiling.

This commit is contained in:
n-a-c-h
2006-03-30 00:51:57 +00:00
parent 2292627fcd
commit 78e304186d

View File

@@ -22,17 +22,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifdef __UNIXSDL__
#include "gblhdr.h"
#define DIR_SLASH "/"
#else
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <sys/stat.h>
#include "ntsc.h"
#define DIR_SLASH "\\"
#endif
#include "ntsc.h"
extern unsigned int newengen, nggposng[2];
extern unsigned short PrevPicture[64*56], *vidbuffer, *vidbufferofsb;