mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
Fixed compilation problems.
svn path=/trunk/; revision=7238
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user