mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Make sure WCHAR_MAX is #defined
darcs-hash:20051005100210-ac50b-436e292c1576a24a6c15c957699132b1b38c54d5.gz
This commit is contained in:
parent
5628a2ce66
commit
b065bd6282
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ Header file for the low level input library
|
|||
|
||||
#include <wchar.h>
|
||||
|
||||
#ifndef WCHAR_MAX
|
||||
#define WCHAR_MAX 0x80000000
|
||||
#endif
|
||||
|
||||
#define WCHAR_END (WCHAR_MAX + (unsigned long)1)
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in a new issue