mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
Fixed compilation problems.
svn path=/trunk/; revision=7238
This commit is contained in:
parent
9053b1515d
commit
8ff01625ad
2 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
#ifndef __MSVCRT_INTERNAL_TLS_H
|
||||
#define __MSVCRT_INTERNAL_TLS_H
|
||||
|
||||
#include <windows.h>
|
||||
#include <msvcrt/crttypes.h>
|
||||
#include <msvcrt/stddef.h>
|
||||
#include <windows.h>
|
||||
|
||||
typedef struct _ThreadData
|
||||
{
|
||||
|
|
|
@ -151,9 +151,9 @@ MSVCRT(FILE)* MSVCRT(__p__iob)(void);
|
|||
int _fcloseall(void);
|
||||
//MSVCRT(FILE)* _fdopen(int,const char*);
|
||||
int _fgetchar(void);
|
||||
int _filbuf(MSVCRT(FILE*));
|
||||
//int _filbuf(MSVCRT(FILE*));
|
||||
//int _fileno(MSVCRT(FILE)*);
|
||||
int _flsbuf(int,MSVCRT(FILE)*);
|
||||
//int _flsbuf(int,MSVCRT(FILE)*);
|
||||
int _flushall(void);
|
||||
int _fputchar(int);
|
||||
MSVCRT(FILE)* _fsopen(const char*,const char*,int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue