mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +00:00
Fixed more compilation bugs (sorry)
svn path=/trunk/; revision=378
This commit is contained in:
parent
600e81c60c
commit
42965fae3b
6 changed files with 3 additions and 13 deletions
|
@ -1,5 +1,3 @@
|
||||||
#include <internal/mmhal.h>
|
|
||||||
|
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#include <internal/mmhal.h>
|
|
||||||
|
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -20,9 +20,9 @@
|
||||||
**
|
**
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <ddk/ntddk.h>
|
||||||
#include <internal/mmhal.h>
|
#include <internal/mmhal.h>
|
||||||
#include <internal/halio.h>
|
#include <internal/halio.h>
|
||||||
#include <ddk/ntddk.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <internal/string.h>
|
#include <internal/string.h>
|
||||||
#include <defines.h>
|
#include <defines.h>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <ddk/ntddk.h>
|
||||||
#include <internal/mmhal.h>
|
#include <internal/mmhal.h>
|
||||||
#include <internal/halio.h>
|
#include <internal/halio.h>
|
||||||
/* #include <internal/hal/ddk.h> */
|
/* #include <internal/hal/ddk.h> */
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <ddk/ntddk.h>
|
||||||
#include <internal/mmhal.h>
|
#include <internal/mmhal.h>
|
||||||
#include <internal/halio.h>
|
#include <internal/halio.h>
|
||||||
|
|
||||||
|
|
|
@ -3,14 +3,6 @@
|
||||||
#include <crtdll/internal/file.h>
|
#include <crtdll/internal/file.h>
|
||||||
|
|
||||||
// not exported by crtdll
|
// not exported by crtdll
|
||||||
|
|
||||||
#define __FILE_REC_MAX 20
|
|
||||||
typedef struct __file_rec {
|
|
||||||
struct __file_rec *next;
|
|
||||||
int count;
|
|
||||||
FILE *files[__FILE_REC_MAX];
|
|
||||||
} __file_rec;
|
|
||||||
|
|
||||||
__file_rec *__file_rec_list;
|
__file_rec *__file_rec_list;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue