mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-30 00:15:22 +08:00
Make sure WCHAR_MAX is #defined
darcs-hash:20051005100210-ac50b-436e292c1576a24a6c15c957699132b1b38c54d5.gz
This commit is contained in:
parent
5628a2ce66
commit
b065bd6282
@ -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…
x
Reference in New Issue
Block a user