mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
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:
parent
e48441fd2e
commit
c383ed94fd
6 changed files with 5 additions and 8 deletions
|
@ -1,5 +1,3 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <headers.h>
|
||||
#include <datatypes.h>
|
||||
#include <display.h>
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
#ifdef __MINGW32__
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <winsock.h>
|
||||
|
||||
#else
|
||||
|
|
|
@ -110,6 +110,9 @@
|
|||
#define BUSY 0x00
|
||||
|
||||
#define DYNAMIC 0x00
|
||||
#ifdef STATIC
|
||||
#undef STATIC
|
||||
#endif
|
||||
#define STATIC 0x01
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <headers.h>
|
||||
#include <datatypes.h>
|
||||
#include <display.h>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <headers.h>
|
||||
#include <datatypes.h>
|
||||
#include <options.h>
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <headers.h>
|
||||
#include <datatypes.h>
|
||||
#include <display.h>
|
||||
|
|
Loading…
Reference in a new issue