mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[CRT]
Fix build svn path=/trunk/; revision=50291
This commit is contained in:
parent
79ec14277f
commit
2f04a69915
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#define streamout wstreamout
|
||||
#define format_float format_floatw
|
||||
#define _flsbuf _flswbuf
|
||||
int __cdecl _flwsbuf(int ch, FILE *stream);
|
||||
int __cdecl _flswbuf(int ch, FILE *stream);
|
||||
#endif
|
||||
|
||||
#define MB_CUR_MAX 10
|
||||
|
|
Loading…
Reference in a new issue