Silence a few warnings and bring the source (mostly) back in line

with the source drop from embedded.cl

svn path=/trunk/; revision=11200
This commit is contained in:
Steven Edwards 2004-10-05 13:57:29 +00:00
parent e48441fd2e
commit c383ed94fd
6 changed files with 5 additions and 8 deletions

View file

@ -1,5 +1,3 @@
#include <stdio.h>
#include <headers.h>
#include <datatypes.h>
#include <display.h>

View file

@ -3,6 +3,8 @@
#ifdef __MINGW32__
#include <stdio.h>
#include <stdlib.h>
#include <winsock.h>
#else

View file

@ -110,6 +110,9 @@
#define BUSY 0x00
#define DYNAMIC 0x00
#ifdef STATIC
#undef STATIC
#endif
#define STATIC 0x01
#endif

View file

@ -1,5 +1,3 @@
#include <stdio.h>
#include <headers.h>
#include <datatypes.h>
#include <display.h>

View file

@ -1,5 +1,3 @@
#include <stdio.h>
#include <headers.h>
#include <datatypes.h>
#include <options.h>

View file

@ -1,5 +1,3 @@
#include <stdio.h>
#include <headers.h>
#include <datatypes.h>
#include <display.h>