Fixed Linux compiling.
This commit is contained in:
@@ -22,17 +22,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|||||||
|
|
||||||
#ifdef __UNIXSDL__
|
#ifdef __UNIXSDL__
|
||||||
#include "gblhdr.h"
|
#include "gblhdr.h"
|
||||||
#define DIR_SLASH "/"
|
|
||||||
#else
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include "ntsc.h"
|
|
||||||
#define DIR_SLASH "\\"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "ntsc.h"
|
||||||
|
|
||||||
extern unsigned int newengen, nggposng[2];
|
extern unsigned int newengen, nggposng[2];
|
||||||
extern unsigned short PrevPicture[64*56], *vidbuffer, *vidbufferofsb;
|
extern unsigned short PrevPicture[64*56], *vidbuffer, *vidbufferofsb;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user